Re: Intermittent 500 errors with Nginx reverse proxy for Apache PHP FPM

2015-02-11 Thread neubyr
As errors are seen only when Nginx is front of Apache, I thought there is some configuration parameter tuning needed when Nginx is in picture. My plan is to migrate to Nginx completely, but I can't do it right now - N On Wed, Feb 11, 2015 at 6:10 PM, Steve Holdoway wrote: > If the apache acces

Re: Intermittent 500 errors with Nginx reverse proxy for Apache PHP FPM

2015-02-11 Thread Steve Holdoway
If the apache access logs are showing a 500, then it's pointing to a PHP problem isn't it??? What's in the php-fpm logs? BTW if you're running php as fpm, why are you using apache at all? I certainly don't. Cheers, Steve On Wed, 2015-02-11 at 16:07 -0800, neubyr wrote: > > I have Nginx as rev

Intermittent 500 errors with Nginx reverse proxy for Apache PHP FPM

2015-02-11 Thread neubyr
I have Nginx as reverse proxy in front of Apache. Nginx is handling most of the redirects and static content. Apache is handling PHP requests using fastcgi php-fpm. This setup is giving intermittent 500 errors, however, there are no errors when Apache is serving traffic directly. Below are some ke