ap_pass_brigade failed in handle_request_ipc function

前端 未结 1 2084
再見小時候
再見小時候 2021-02-15 09:02

A page is resulting in a 500 error and the log shows this:

[Wed Mar 20 11:19:23 2013] [warn] [client 127.0.0.1] (104)Connection reset by peer: mod_fcgid: ap_pass         


        
1条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-15 09:43

    This is a PHP-FCGI limit error you're receiving. You'll need to adjust either the "PHP_FCGI_MAX_REQUESTS" variable inside the "fcgi-bin/php5.fcgi" file for the domain or "FcgidMaxRequestsPerProcess" variable inside the Apache config file.

    http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html#examples

    0 讨论(0)
提交回复
热议问题