Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Debian/Ubuntu PHP 5.4.28 update: possibly needs config change to work again
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Debian/Ubuntu PHP 5.4.28 update: possibly needs config change to work again

M66BM66B Veteran

Just to save you a headache if nginx (or whatever web server you are using) and php5-fpm do not talk with each other after updating to PHP 5.4.28 and you are using unix sockets for the communication:

nano /etc/php5/fpm/pool.d/www.conf

listen.owner = www-data listen.group = www-data listen.mode = 0660

See also here:
http://blog.bokhorst.biz/6507/computers-and-internet/how-to-setup-a-vps-as-web-server/#setup_php

Sign In or Register to comment.