Current time: 05-18-2024, 08:40 AM Hello There, Guest! (LoginRegister)


Post Reply 
Long time execution -exit(idle timeout), terminated by calling exit(), return code: 0
Author Message
circut_breaker Offline
Junior Member
*

Posts: 11
Joined: Feb 2010
Reputation: 0
Post: #3
RE: Long time execution -exit(idle timeout), terminated by calling exit(), return code: 0
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
02-26-2010 03:41 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Long time execution -exit(idle timeout), terminated by calling exit(), return code: 0 - circut_breaker - 02-26-2010 03:41 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)