mod_fcgi timeout problem

5 posts / 0 new
Last post
#1 Thu, 07/02/2009 - 12:08
Hal9000

mod_fcgi timeout problem

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...

Thu, 07/02/2009 - 13:47
andreychek

Yeah, I would have figured tweaking those parameters would have helped.

Did you restart Apache afterwards?

-Eric

Thu, 07/02/2009 - 15:43
Hal9000

no, i just reloaded... not enough?

Thu, 07/02/2009 - 20:50 (Reply to #3)
Joe
Joe's picture

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!

Fri, 07/03/2009 - 11:28 (Reply to #4)
Hal9000

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?

Topic locked