Connection reset by peer after 8 minutes

1.1k views Asked by At

I get connection reset by peer after 8 min

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

Here is fcgi.conf file:

<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>

What is going wrong?

1

There are 1 answers

1
adrian7 On BEST ANSWER

Could be because you commented out FcgidBusyTimeout thus falling back to the default value, 300 which is 5 minutes. More at https://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html#fcgidbusytimeout