mod_fcgi timeout error for PHP
Submitted by micmic on
The solution for Internal Server Error (500) for PHP running on apache like webmin/drupal, etc.
If you see an error message like mod_fcgid timeout ..., you may try this way:
Edit the apache configuration for modulde fcgi. e.g. in debian /etc/apache2/module-available/fcgid.conf
add the following two lines
IPCConnectTimeout 300
IPCCommTimeout 300
with <IfModule> ... </IfModule>