- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
页面导致 500 错误,日志显示如下:
[Wed Mar 20 11:19:23 2013] [warn] [client 127.0.0.1] (104)Connection reset by peer: mod_fcgid: ap_pass_brigade failed in handle_request_ipc function
它发生在 lemonstand 网站上,当您尝试在类别页面上查看 90 种产品时。从每页 60 到 90 的步骤似乎太多了,它会导致 500 错误。
错误发生前页面加载时间不超过 4 秒左右,服务器上运行的许多其他网站都没有遇到此问题。
到目前为止,我一直认为这是由于环境设置造成的,而不是由 Lemonstand 造成的。我已经用谷歌搜索了这个问题并尝试了各种配置设置来让它运行,到目前为止还没有修复它。下面是当前的 fcgid 配置,我已经注释掉了我尝试更改的一些变量。
Fcgid.conf:
<IfModule mod_fcgid.c>
AddHandler php-fcgi .php
Action php-fcgi /fcgi-bin/php-fcgi-wrapper
AddType application/x-httpd-php .php
Alias /fcgi-bin/ /var/apache/fcgi-bin/
FcgidConnectTimeout 180
FcgidIOTimeout 600
FcgidBusyTimeout 3600
FcgidMaxRequestLen 226777216
FcgidFixPathinfo 1
#FcgidOutputBufferSize 65536
#FcgidProcessLifeTime 30
#FcgidMaxRequestsPerProcess 500
FcgidIdleTimeout 60
#FcgidIdleScanInterval 1
#FcgidBusyTimeout 60
#FcgidBusyScanInterval 1
#FcgidInitialEnv PHP_FCGI_MAX_REQUESTS 100000
<Location /fcgi-bin/>
SetHandler fcgid-script
Options +ExecCGI
Order allow,deny
Allow from all
</Location>
</IfModule>
最佳答案
这是您收到的 PHP-FCGI
限制错误。您需要调整域的“fcgi-bin/php5.fcgi”文件中的“PHP_FCGI_MAX_REQUESTS
”变量或 Apache 配置中的“FcgidMaxRequestsPerProcess
”变量文件。
http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html#examples
关于php - ap_pass_brigade 在 handle_request_ipc 函数中失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15522753/
页面导致 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
我是一名优秀的程序员,十分优秀!