apache并发过大,假死或退出,mpm已修改,依然无效。
John
2013-04-27 05:41:45
打开Apache的配置文件httpd.conf找到FcgidMaxRequestsPerProcess 1000在下边增加MaxRequestsPerChild 300重启Apache可以解决问题。
UPUPW
打开Apache的配置文件httpd.conf找到FcgidMaxRequestsPerProcess 1000在下边增加MaxRequestsPerChild 300重启Apache可以解决问题。