Mins / TuxLite

A complete LAMP and LNMP setup script for Debian or Ubuntu
http://tuxlite.com
253 stars 112 forks source link

Possible permissions issue between Nginx & PHP5-FPM #44

Open fevangelou opened 10 years ago

fevangelou commented 10 years ago

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.

Mins commented 10 years ago

This issue has been discussed here #39