对等方重置 Apache PHP5-FPM 连接 [英] Apache PHP5-FPM connection reset by peer

查看:35
本文介绍了对等方重置 Apache PHP5-FPM 连接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这样的事情不断出现在我的 apache 日志中.我该如何调试和/或在未来防止这种情况发生:

Things like this keep popping up in my apache logs. How can I go about debugging this and/or preventing this in the future:

  1. (104)对等方重置连接:FastCGI:与服务器/var/www/php5.external"通信中止:读取失败

  1. (104)Connection reset by peer: FastCGI: comm with server "/var/www/php5.external" aborted: read failed

FastCGI:从服务器/var/www/php5.external"收到不完整的标头(0 字节),

FastCGI: incomplete headers (0 bytes) received from server "/var/www/php5.external",

(4)系统调用中断:FastCGI:与服务器/var/www/php5.external"通信中止:select()失败

(4)Interrupted system call: FastCGI: comm with server "/var/www/php5.external" aborted: select() failed

推荐答案

关于您的select() failed"错误以及可能的其他错误,请检查您的 libapache2-mod-fastcgi 版本已修补.

In relation to your "select() failed" error and possibly the others, check your version of libapache2-mod-fastcgi There were some issues that have since been patched.

将 libapache2-mod-fastcgi 从 2.4.6 升级到 2.4.7 似乎可以解决这个问题.

Upgrading libapache2-mod-fastcgi from 2.4.6 to 2.4.7 seems to rectify this issue.

更多信息在这里:

http://geektank.net/2008/11/fastcgi-and-dreaded-aborted-select-failed/

http://groups.google.com/group/linux.debian.bugs.dist/browse_thread/thread/3de22bc415d3da02?pli=1

但是,我不确定您使用的是哪个操作系统/Apache 版本,但希望这可以帮助您解决这些问题.

However, I'm not sure what OS/Apache version you are using, but hopefully this helps you solve these issues.

这篇关于对等方重置 Apache PHP5-FPM 连接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆