Re: [arch-general] [arch-dev-public] PHP 7
I'm having trouble with nginx after this update. This is just getting the top level page which is simple php. Any suggestions to get nginx working again - or an update to nginx? php 7.0.1-2 php-fpm 7.0.1-2 nginx - 1.8.0-2 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" # ls -l /run/php-fpm/php-fpm.sock srw-rw---- 1 root root 0 Dec 31 16:02 /run/php-fpm/php-fpm.sock nginx.conf has not changed since it was installed. ... location ~ \.php$ { fastcgi_pass unix:/run/php-fpm/php-fpm.sock; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name; include fastcgi.conf; }
2015-12-31 22:15 GMT+01:00 Genes Lists <lists@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
El 31/12/2015 22:42, "Sebastiaan Lokhorst" <sebastiaanlokhorst@gmail.com> escribió:
2015-12-31 22:15 GMT+01:00 Genes Lists <lists@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
On 12/31/2015 04:42 PM, Sebastiaan Lokhorst wrote:
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
That fixed it!! Thank you.
2015-12-31 23:29 GMT+01:00 Genes Lists <lists@sapience.com>:
On 12/31/2015 04:42 PM, Sebastiaan Lokhorst wrote:
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
That fixed it!! Thank you.
not for me :( i have already uncoment that options and no works
2015-12-31 23:32 GMT+01:00 sL1pKn07 SpinFlo <sl1pkn07@gmail.com>:
2015-12-31 23:29 GMT+01:00 Genes Lists <lists@sapience.com>:
On 12/31/2015 04:42 PM, Sebastiaan Lokhorst wrote:
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
That fixed it!! Thank you.
not for me :(
i have already uncoment that options and no works
OH! listen.owner/listen.group pffff em.... happy new year XD
On 12/31/2015 05:32 PM, sL1pKn07 SpinFlo wrote: ...
not for me :(
i have already uncoment that options and no works
probably silly to say .. but did you restart the php-fpm service and the webserver?
participants (3)
-
Genes Lists
-
Sebastiaan Lokhorst
-
sL1pKn07 SpinFlo