Software caused connection abort: mod_fcgid

Hello,

I am receiving many of these errors :

Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request

In my error_log. I tried to change the OS from centos 5 to debian 5 but the errors exists yet. See :

[Sun Jul 10 16:22:12 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request$
[Sun Jul 10 16:22:20 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request$
[Sun Jul 10 16:23:03 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request$
[Sun Jul 10 16:23:11 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request$
[Sun Jul 10 16:23:19 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request$
[Sun Jul 10 16:24:26 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request$
[Sun Jul 10 16:25:02 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request$
[Sun Jul 10 16:25:09 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request$
[Sun Jul 10 16:25:11 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request$
[Sun Jul 10 16:25:31 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request$
[Sun Jul 10 16:26:09 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request$
[Sun Jul 10 16:26:34 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request$
[Sun Jul 10 16:26:58 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request$
[Sun Jul 10 16:26:58 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request$
[Sun Jul 10 16:28:22 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request$
[Sun Jul 10 16:29:50 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request$
[Sun Jul 10 16:31:16 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request$
[Sun Jul 10 16:31:52 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request$
[Sun Jul 10 16:32:46 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request$
[Sun Jul 10 16:32:55 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request$
[Sun Jul 10 16:33:50 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request$
[Sun Jul 10 16:34:00 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request$
[Sun Jul 10 16:34:05 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request$
[Sun Jul 10 16:34:38 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request$
[Sun Jul 10 16:35:14 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request$
[Sun Jul 10 16:35:31 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request$
[Sun Jul 10 16:35:35 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request$
[Sun Jul 10 16:36:04 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request$
[Sun Jul 10 16:37:19 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request$

The php site is not loading completely and is very slow.

From where I can find what is the reason of such errors ?

Best regards

Status: 
Active

Comments

That notice is a mod_fcgid warning, and is what happens if a user began loading the site, and hit the Stop button or browsed elsewhere before it finished loading.

It sounds like you may need to troubleshoot what is causing the site to run slowly -- that may be related to all the warnings you're seeing above.

One possibility may be to work with the folks who made this software to determine what's going on there.

You may also want to make sure that you have enough server resources to run the software that you're using... some VPS's don't come with much RAM and disk IO, which can cause software to run slowly.