Description: Forces the FPM config to generate a socket listener to be owned as the defined FPM user and group. Initial issue was a regression introduced by LP#1334337 Bug-Ubuntu: https://bugs.launchpad.net/bugs/1352617 Author: Thomas Ward Index: b/sapi/fpm/php-fpm.conf.in =================================================================== --- a/sapi/fpm/php-fpm.conf.in +++ b/sapi/fpm/php-fpm.conf.in @@ -151,8 +151,8 @@ ; BSD-derived systems allow connections regardless of permissions. ; Default Values: user and group are set as the running user ; mode is set to 0666 -;listen.owner = @php_fpm_user@ -;listen.group = @php_fpm_group@ +listen.owner = @php_fpm_user@ +listen.group = @php_fpm_group@ ;listen.mode = 0666 ; List of ipv4 addresses of FastCGI clients which are allowed to connect.