I recently had one of my Ubuntu VPSs upgraded (under 12.04).
The PHP modules upgraded caused PHP5-FPM to stop serving anything. The issue that caused it is referenced here (as well as the fix, which is to simply enable the supposedly default value for listen.mode):
I wanted to bring this up since the main www.conf config file for PHP5-FPM is already modified by TuxLite on installation and any new user added gets a copy of this config file.
I recently had one of my Ubuntu VPSs upgraded (under 12.04).
The PHP modules upgraded caused PHP5-FPM to stop serving anything. The issue that caused it is referenced here (as well as the fix, which is to simply enable the supposedly default value for listen.mode):
http://chriskief.com/2014/05/07/nginx-php5-fpm-and-permission-denied-errors/
I wanted to bring this up since the main www.conf config file for PHP5-FPM is already modified by TuxLite on installation and any new user added gets a copy of this config file.