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,Apache2.2.22,PHPV5.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在许多配置相同的服务器上,我也有相同的错误。
发布于 2012-12-21 04:18:28
产卵得分10 >= 10,跳过产卵请求
查看FcgidSpawnScoreUpLimit指令:http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html#fcgidspawnscoreuplimit
可能,您的modfcgid正在生成几个进程,并有此限制,请小心。
https://serverfault.com/questions/410774
复制相似问题