These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for mod_fcgi timeout problem on the new forum.
Hello! I'm running AWBS, which is a PHP app, and I sometimes get this error:
[Thu Jul 02 18:52:03 2009] [warn] mod_fcgid: read data timeout in 31 seconds [Thu Jul 02 18:52:03 2009] [warn] (110)Connection timed out: mod_fcgid: ap_pass_brigade failed in handle_request function
I tried increasing the timeout by setting IPCConnectTimeout 120 IPCCommTimeout 120 in /etc/apache2/mods-enabled/fcgid.conf
however with no luck.
any idea what could be going wrong, and how i can increase that odd 31 secs timeout settings? i'm not that confident with how fcgi works...
Yeah, I would have figured tweaking those parameters would have helped.
Did you restart Apache afterwards?
-Eric
no, i just reloaded... not enough?
Reloading doesn't kill existing processes...it lets them live out their natural life. So, it could take hours or days for changes to be reflected.
--
Check out the forum guidelines!
ok i restarted apache, but i still get the problem
[Fri Jul 03 18:26:38 2009] [warn] mod_fcgid: read data timeout in 31 seconds [Fri Jul 03 18:26:38 2009] [warn] (110)Connection timed out: mod_fcgid: ap_pass_brigade failed in handle_request function
maybe there is something else to set, somewhere else?