gpt4 book ai didi

php - ap_pass_brigade 在 handle_request_ipc 函数中失败

转载 作者:可可西里 更新时间:2023-11-01 06:30:54 25 4
gpt4 key购买 nike

页面导致 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/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com