Hi,
In my error_log leave many of these errors
[Mon Feb 08 16:13:19 2010] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request function [Mon Feb 08 16:14:19 2010] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request function [Mon Feb 08 16:14:22 2010] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request function [Mon Feb 08 16:15:05 2010] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request function [Mon Feb 08 16:15:07 2010] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request function [Mon Feb 08 16:15:07 2010] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request function [Mon Feb 08 16:15:07 2010] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request function
why? mod_fcgid a bug
I worry that throws error 500 customers, thanks for the help
Comments
Submitted by JamieCameron on Mon, 02/08/2010 - 16:29 Comment #1
This can happen if a PHP script takes too long to execute..
Try increasing the max execution time to perhaps 120 seconds at Server Configuration -> Website Options.
Submitted by alejandrotd on Mon, 02/08/2010 - 16:54 Comment #2
Thanks but not fix the problem.. i put the IPCCommTimeout 241 and the problem continues
Did not influence the keepalive? I put my settings.
TimeOut 15 KeepAlive on MaxKeepAliveRequests 300 KeepAliveTimeout 3
[Mon Feb 08 16:50:24 2010] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request function [Mon Feb 08 16:50:36 2010] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request function [Mon Feb 08 16:50:36 2010] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request function [Mon Feb 08 16:50:37 2010] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request function [Mon Feb 08 16:50:39 2010] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request function [Mon Feb 08 16:50:39 2010] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request function
Submitted by JamieCameron on Mon, 02/08/2010 - 17:16 Comment #3
Are you actually seeing 500 errors on any of your website's pages?
Submitted by alejandrotd on Mon, 02/08/2010 - 17:27 Comment #4
Hi!
no, all work well, what I see in my test,
this error is, why that exceed the time limit of the scripts? if my load average does not exceed 2.0 on a Quad Core.
he appeared to me a 500 error on my pages and check the error_log was when I saw this fault.
Thanks!
Submitted by alejandrotd on Mon, 02/08/2010 - 17:39 Comment #5
Or Jaime, This could cause the patch sushosin compilers on php?
Submitted by JamieCameron on Mon, 02/08/2010 - 17:59 Comment #6
Do you have any PHP pages that take a long time to complete? Normally that is the cause of this message..