I have many errors [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request function

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

Status: 
Active

Comments

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.

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

<IfModule prefork.c>
    StartServers        300
    MinSpareServers 10
    MaxSpareServers 100
    ServerLimit     1000
    MaxClients      850
    MaxRequestsPerChild 20
</IfModule>

[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

Are you actually seeing 500 errors on any of your website's pages?

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!

Or Jaime, This could cause the patch sushosin compilers on php?

Do you have any PHP pages that take a long time to complete? Normally that is the cause of this message..