Welcome.
I just now try Your solution.
First i edit global file
Code:
/etc/apache2/mods-enabled/fcgid_ispcp.conf
Now it have following content
Code:
<IfModule mod_fcgid.c>
AddHandler fcgid-script .php .php5
SocketPath /var/lib/apache2/fcgid/sock
# IPCConnectTimeout 200
# IPCCommTimeout 600
IPCConnectTimeout 1200
IPCCommTimeout 1200
</IfModule>
After change, reboot server.
When it start, i run test script and found following errors:
Code:
[Thu Feb 25 18:21:48 2010] [notice] mod_fcgid: process /var/www/virtual/DOMAIN_NAME/htdocs/converter.php(31397) exit(communication error), terminated by calling exit(), return code: 0
[Thu Feb 25 18:21:48 2010] [notice] mod_fcgid: process /var/www/virtual/DOMAIN_NAME/htdocs/converter.php(18361) exit(communication error), terminated by calling exit(), return code: 0
[Thu Feb 25 18:22:00 2010] [notice] mod_fcgid: process /var/www/virtual/DOMAIN_NAME/htdocs/converter.php(26067) exit(communication error), terminated by calling exit(), return code: 0
So it still don't work like I want.
Do you have any other ideas ?
Is there any diagnostic tool what will show current configuration of fcgi ?
- maybe then we find what's wrong with timeout...
Regards