• (32)Broken pipe: [client x.x.x.x:53208] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function, referer: https://mysite.com/wp-admin/admin.php?page=wpfastestcacheoptions

    Hi all. I get that every time I clear cache or submit WPFC settings. All seem to work regardless but still would like to know how to get rid of this error/warning.

    Running: Apache/2.4.6 (CentOS), PHP 7.0.14, 5.5.50-MariaDB

    I haven’t modified any mod_fcgid settings except increased FcgidBusyTimeout a bit for one project, all the rest should be at default.

    Any ideas where to start? I actually tried to increase few things in config, like FcgidMaxRequestsPerProcess / PHP_FCGI_MAX_REQUESTS and few others according to couple of stackoverflow posts, but no luck getting rid of this.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Emre Vona

    (@emrevona)

    First time I see such issue. Actually I don’t know what to do.

    Thread Starter yorkki

    (@yorkki)

    Hi,.. hmm now I can’t seem to duplicate the error anymore…

    Going to keep following the log, I’ll keep you posted. What I did was I changed Apache config a bit,.. here is what I added to my Apache config:

    KeepAlive On
    <IfModule prefork.c>
    StartServers 10
    MinSpareServers 10
    MaxSpareServers 20
    ServerLimit 500
    MaxRequestWorkers 500
    MaxConnectionsPerChild 0
    </IfModule>

    So basically I doubled the defaults. ServerLimit and MaxRequestWorkers defaults at 250 if I’m not mistaken. Also few more servers, as it defaults at 5.

    Not sure if this did the trick, maybe someone can comment on this ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Broken pipe: mod_fcgid’ is closed to new replies.