8分钟后由对等体重置连接

时间:2014-12-09 21:51:04

标签: php mod-fastcgi

我在8分钟后通过对等方重置连接

(104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server

这是fcgi.conf文件:

<IfModule mod_fcgid.c>
#FcgidMaxRequestsPerProcess 2000
#FcgidMaxProcesses 100
#FcgidMaxRequestLen 1073741824
FcgidIOTimeout 6000
#FcgidIdleTimeout 3600
#FcgidIdleScanInterval 30
#FcgidBusyTimeout 3600
#FcgidBusyScanInterval 90
#FcgidErrorScanInterval 3
#FcgidZombieScanInterval 3
#FcgidProcessLifeTime 3600
</IfModule>

出了什么问题?

1 个答案:

答案 0 :(得分:1)

可能是因为你评论了FcgidBusyTimeout因此回落到默认值300,这是5分钟。更多https://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html#fcgidbusytimeout