You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Thomas Plant <th...@plant.systems> on 2017/09/21 12:25:56 UTC

[users@httpd] fcgi error ap_pass_brigade failed

Hello all,

I have setup a Webserver and see a lot of the following errors:

[Wed Sep 20 16:28:48.332977 2017] [fcgid:warn] [pid 14969:tid 
140600728618752] (32)Broken pipe: [client x.x.x.x:55994] mod_fcgid: 
ap_pass_brigade failed in handle_request_ipc function, referer: 
http://example.com/

Website use PHP in various versions, from 5.6 to 7.2, and are started 
with the following settings in the vhost:

       AddHandler fcgid-script .php
       FCGIWrapper /var/www/wusr36024/php-fcgi/php-fcgi-starter .php


The websites are working, no errors showing up on browsing to them. But 
what does the message mean, googled arround and already tried to set 
PHP_FCGI_MAX_REQUESTS=10000 but no avail, message always there.

Thanks for any advices,
Thomas





---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] fcgi error ap_pass_brigade failed

Posted by Thomas Plant <th...@plant.systems>.
Ähm, forgot the used software: running on Centos 7.4.1708 / 
httpd-2.4.6-67 / mod_fcgid-2.3.9-4

Am 21.09.2017 um 14:25 schrieb Thomas Plant:
> Hello all,
>
> I have setup a Webserver and see a lot of the following errors:
>
> [Wed Sep 20 16:28:48.332977 2017] [fcgid:warn] [pid 14969:tid 
> 140600728618752] (32)Broken pipe: [client x.x.x.x:55994] mod_fcgid: 
> ap_pass_brigade failed in handle_request_ipc function, referer: 
> http://example.com/
>
> Website use PHP in various versions, from 5.6 to 7.2, and are started 
> with the following settings in the vhost:
>
>       AddHandler fcgid-script .php
>       FCGIWrapper /var/www/wusr36024/php-fcgi/php-fcgi-starter .php
>
>
> The websites are working, no errors showing up on browsing to them. 
> But what does the message mean, googled arround and already tried to 
> set PHP_FCGI_MAX_REQUESTS=10000 but no avail, message always there.
>
> Thanks for any advices,
> Thomas
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org