[arch-general] [arch-dev-public] PHP 7
Sebastiaan Lokhorst
sebastiaanlokhorst at gmail.com
Thu Dec 31 21:42:30 UTC 2015
2015-12-31 22:15 GMT+01:00 Genes Lists <lists at sapience.com>:
>
> I'm having trouble with nginx after this update. This is just getting the
> top level page which is simple php.
>
> 2015/12/31 16:05:01 [crit] 476#0: *5 connect() to
> unix:/run/php-fpm/php-fpm.sock failed (13: Permission denied) while
> connecting to upstream, client: xxx, server: www.sapience.com, request:
> "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php-fpm/php-fpm.sock:",
> host: "www.sapience.com"
>
Make sure the following lines in /etc/php/php-fpm.d/www.conf are
uncommented and pointing to the right user/group:
;listen.owner = http
;listen.group = http
More information about the arch-general
mailing list