Thread: FAST CGI issue
View Single Post
Old 01-15-2010, 03:59 PM   #1
Junior Member
 
Join Date: Jan 2010
Posts: 7
jeffm is on a distinguished road
Default FAST CGI issue

Having timeout issues with fasqtcgi and apache. Getting timeout errors as follows:

[warn] (110)Connection timed out: mod_fcgid: ap_pass_brigade failed in handle_request function

[warn] mod_fcgid: read data timeout in 40 seconds

Even though my fastcgi config file has been updated it doesn't seem to make a difference. This could be related to APC.

<IfModule mod_fcgid.c>
AddHandler fcgid-script .fcgi
IdleTimeout 300
**MaxProcessCount 200
**DefaultMinClassProcessCount 1
**DefaultMaxClassProcessCount 25
**IPCConnectTimeout 20
**IPCCommTimeout 120
**IdleScanInterval 120
</IfModule>


I found this posting below that may be related, although I don't know how this would affect my virtual host settings inside ISPManager Pro


The mod_fcgid parameters are wiped out per VirtualHost, so your global settings are ignored.

See http://jay.vox.com/library/post/mod_fcgi...tings.html
jeffm is offline   Reply With Quote