need help after nginx update

Post Reply
icechieff
Posts: 48
Joined: Thu Aug 27, 2020 10:13 pm
Your location: Saint-Petersburg

updated nginx, tried to install with ngx_pagespeed mod. like in man: https://www.modpagespeed.com/doc/build_ ... rom_source

Code: Select all

bash <(curl -f -L -sS https://ngxpagespeed.com/install) \
     --nginx-version latest
after that site is down with error in log

Code: Select all

[proxy:error] [pid 55115:tid 140625651414784] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php7.4-fpm-peugeot-club.net.sock (*) failed

Code: Select all

[proxy_fcgi:error] [pid 55115:tid 140625651414784] [client 185.191.171.17:0] AH01079: failed to make connection to backend: httpd-UDS
file exists
sock.png
sock.png (11.93 KiB)
tried to change group to www-data in /etc/php/7.4/fpm/pool.d/ - no changes

another one strange. after first update - nginx -v showed new version - 1.20.0 But "apt remove nginx" tried to remove old 1.18.0. dpkg not showed another pkg.

help pls, don't understand where is the problem, readed a lot - head is like a cube.
icechieff
Posts: 48
Joined: Thu Aug 27, 2020 10:13 pm
Your location: Saint-Petersburg

p.s. wtf!
in chrome - site is down, in opera - works.
Post Reply