Apache崩溃和mod_fcgi错误

Apache遇到以下错误:

mod_fcgid: can't apply process slot for /usr/local/cpanel/cgi-sys/php5 mod_fcgid: /usr/local/cpanel/cgi-sys/php5 spawn score 10 >= 10, skip the spawn request mod_fcgid: too many /usr/local/cpanel/cgi-sys/php5 processes (current:10, max:10), skip the spawn request mod_fcgid: process /usr/local/cpanel/cgi-sys/php5(22777) exit(communication error), get unexpected signal 11 

我的cPanel安装在我的Centos5,Apache v2.2.22,PHP v5.2.17上

php.conf的内容:

 LoadModule fcgid_module modules/mod_fcgid.so FcgidMaxRequestsPerProcess 1000 FcgidMaxProcesses 10 FcgidMaxProcessesPerClass 10 FcgidMinProcessesPerClass 1 FcgidIOTimeout 300 FcgidFixPathinfo 1 FcgidIdleTimeout 100 FcgidIdleScanInterval 30 FcgidBusyTimeout 300 FcgidBusyScanInterval 30 FcgidErrorScanInterval 3 FcgidZombieScanInterval 3 FcgidProcessLifeTime 3600 FcgidMaxRequestInMem 419430400 FcgidMaxRequestLen 1073741824 

我有相同的configuration许多服务器上的相同的错误。

产卵得分10> = 10,跳过产卵请求

查看FcgidSpawnScoreUpLimit指令: http : //httpd.apache.org/mod_fcgid/mod/mod_fcgid.html#fcgidspawnscoreuplimit

可能,你的modfcgid产生了几个进程,并且这个限制请求谨慎。