My PHP application went down for a few hours with 502 bad gateway. In
the
nginx error log all I see is:
2013/11/14 10:02:16 [error] 1466#0: *57964 recv() failed (104:
Connection
reset by peer) while reading response header from upstream
I fixed it by restarting php-fpm. However, what caused this? I don’t see
anything interesting logged in the php-fpm or php logs. No indication of
why
happened, and why simply restarting php-fpm fixed the issue. I thought
that
php-fpm auto-restarted processes if they fail?
Any insights and place to determine the root cause? Thanks.
On Thu, Nov 14, 2013 at 01:13:08PM -0500, justin wrote:
My PHP application went down for a few hours with 502 bad gateway. In the
nginx error log all I see is:
2013/11/14 10:02:16 [error] 1466#0: *57964 recv() failed (104: Connection
reset by peer) while reading response header from upstream
I recently hit the same problem and was able to ameliorate it by upping
the OS limits (open files etc.). There are some discussions around this
problem on stackoverflow and friends which suggest that one has to
experiment.