Benutzerspezifische Werkzeuge
Sie sind hier: Startseite Technik-Blog mod_fcgid: read data timeout in 40 seconds

mod_fcgid: read data timeout in 40 seconds

erstellt von Florian Reitmeir at 16.09.2009 12:26 |

for PHP/Perl Processes which are long running without any output, just add to the VHOST Apache configuration: 

<ifmodule mod_fcgid.c>
IdleTimeout 3600
ProcessLifeTime 7200
MaxProcessCount 1000
DefaultMinClassProcessCount 3
DefaultMaxClassProcessCount 100
IPCConnectTimeout 8
IPCCommTimeout 360
BusyTimeout 300
</ifmodule>

 

The parameters has to be set per vhost, otherwise the defaults apply.