频繁提示 Apache HTTP Server 已停止工作
服务器用的是阿里云,安装的是PhpStudy,每过几小时,就会出现网站无法访问的情况,服务器出现这个错误。
但PhpStudy并没有报错退出,只要然后点击“关闭程序”结束这个窗口,网站就能恢复访问。
我尝试了以下方式,但是都没能解决问题:
- 将服务器内存从2GB升级到4GB;
- 在PhpStudy中将PHP版本切换至7.0.12;
- 将X:phpStudyPHPTutorialApacheconfextrahttpd-mpm.conf中的ThreadsPerChild值增加至1500
<IfModule mpm_winnt_module>
ThreadsPerChild 1500
MaxRequestsPerChild 3000
</IfModule>
- 将X:phpStudyPHPTutorialMySQLmy.ini中的query_cache_size值修改为256M
query_cache_size=256M
- 分别尝试将以下3个文件复制到C:WindowsSystem32:
D:phpStudyPHPTutorialMySQLliblibmysql.dll
D:phpStudyPHPTutorialphpphp-5.2.17libmysql.dll
D:phpStudylibmysql.dll
以上方式都是Google出来的相关解决方案,但都没能解决这个问题,依旧是过几小时就会报错导致网站无法访问,求教大家是怎么回事?
错误日志(X:phpStudyPHPTutorialApachelogserror.log)相关信息:
[Sun Apr 15 15:26:37.318002 2018] [mpm_winnt:notice] [pid 21256:tid 516] AH00363: Child: Terminating 149 threads that failed to exit.
[Sun Apr 15 15:26:37.318980 2018] [mpm_winnt:notice] [pid 21256:tid 516] AH00364: Child: All worker threads have exited.
[Sun Apr 15 17:20:57.704416 2018] [mpm_winnt:notice] [pid 20736:tid 508] AH00428: Parent: child process 21256 exited with status 3221225477 -- Restarting.
[Sun Apr 15 17:20:57.966144 2018] [mpm_winnt:notice] [pid 20736:tid 508] AH00455: Apache/2.4.23 (Win32) OpenSSL/1.0.2j PHP/5.4.45 configured -- resuming normal operations
[Sun Apr 15 17:20:57.966144 2018] [mpm_winnt:notice] [pid 20736:tid 508] AH00456: Server built: Jul 1 2016 16:42:20
[Sun Apr 15 17:20:57.967120 2018] [core:notice] [pid 20736:tid 508] AH00094: Command line: 'X:\phpStudy\PHPTutorial\Apache\bin\httpd.exe -d D:/phpStudy/PHPTutorial/Apache'
[Sun Apr 15 17:20:57.971046 2018] [mpm_winnt:notice] [pid 20736:tid 508] AH00418: Parent: Created child process 14368
[Sun Apr 15 17:20:59.030613 2018] [mpm_winnt:notice] [pid 14368:tid 516] AH00354: Child: Starting 150 worker threads.
[Sun Apr 15 17:20:59.047219 2018] [mpm_winnt:error] [pid 14368:tid 3188] AH00326: Server ran out of threads to serve requests. Consider raising the ThreadsPerChild setting
有大量的:
[Fri Apr 20 17:33:06.965644 2018] [fcgid:error] [pid 14892:tid 588] FastCGI process 10700 still did not exit, terminating forcefully
最近一次出错时的最后两行错误信息:
[Fri Apr 20 18:38:12.859160 2018] [mpm_winnt:notice] [pid 8908:tid 488] AH00363: Child: Terminating 647 threads that failed to exit.
[Fri Apr 20 18:38:12.870901 2018] [mpm_winnt:notice] [pid 8908:tid 488] AH00364: Child: All worker threads have exited.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(7)
尽量还是用 LAMP 或者 LNMP 配置的
phpStudy 在windows下做测试环境没问题,放在linux服务器上是不科学的
CGI应用程序找不到,应该是有组建没装,导致频繁fork , 内存耗尽了。
服务器你装PHPStudy?
PHPStudy是开发环境,正式环境可以用docker或者麻烦带编译安装
这个。。。在线上我是没有用过这个phpstudy啦。但是我本地用的时候也有出现过类似的错误的。这是因为你的请求数量过大或者是CPU耗尽引起的。解决方法很简单,代码重新写,或者换一个高配的环境。。。小白见解,各位勿喷哈。。。【runing...】
直接换服务器的环境,换成Linux。然后把Apache换成nginx
你好,phpstudy apache崩溃的问题,加我qq 373018764