作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我不断在错误日志中收到警告:
(103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request function
<IfModule mod_fcgid.c>
SocketPath /var/lib/httpd/fcgid/sock
IdleTimeout 200
IdleScanInterval 200
ProcessLifeTime 1000
MaxProcessCount 1000
DefaultMinClassProcessCount 3
DefaultMaxClassProcessCount 100
IPCConnectTimeout 8
IPCCommTimeout 200
BusyTimeout 300
</IfModule>
最佳答案
默认情况下,FastCGI 进程在 500 个请求后退出。您可以提高 PHP_FCGI_MAX_REQUESTS(在包装器中)或将 FcgidMaxRequestsPerProcess 限制为 500。
见 http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html#examples “特殊的 PHP 考虑”
关于apache - mod_fcgid : ap_pass_brigade failed in handle_request function,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12477627/
页面导致 500 错误,日志显示如下: [Wed Mar 20 11:19:23 2013] [warn] [client 127.0.0.1] (104)Connection reset by pe
我不断在错误日志中收到警告: (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_re
这在 https://stackoverflow.com/a/12686252/219116 之前已经被询问和回答过但是,那里的解决方案对我不起作用。 mod_fcgid 配置 AddHandl
我是一名优秀的程序员,十分优秀!