need help after nginx update
Posted: Fri May 07, 2021 9:41 pm
updated nginx, tried to install with ngx_pagespeed mod. like in man: https://www.modpagespeed.com/doc/build_ ... rom_source
after that site is down with error in log
file exists
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.
Code: Select all
bash <(curl -f -L -sS https://ngxpagespeed.com/install) \
--nginx-version latest
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
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.