Increasing timeout value of fastcgi in php
by rajesh[ Edit ] 2012-07-19 21:09:54
If you are using fastcgi in php and getting timeout issue or error, you can increase the timeout value using IPCCommTimeout
Example:
<IfModule mod_fcgid.c> IPCCommTimeout 150 </IfModule>
You can try adding this in httpd.conf or .htaccess file.