Hi,
I've been using a custom nginx config for awhile to access Zabbix frontend.
This has stopped working recently. I found errors in the nginx logs
Checking from php logs I also see the following:
Is there a way to disable /var/run/php/zabbix.sock and that instance?
Thanks
I've been using a custom nginx config for awhile to access Zabbix frontend.
This has stopped working recently. I found errors in the nginx logs
HTML Code:
2021/12/07 15:27:46 [error] 853#853: *24 connect() to unix:/run/php/php7.2-fpm.sock failed (111: Connection refused) while connecting to upstream, client: 172.30.0.24, server: www.host.com, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.2-fpm.sock:", host: "www.host.com"
HTML Code:
● php7.2-fpm.service - The PHP 7.2 FastCGI Process Manager Loaded: loaded (/lib/systemd/system/php7.2-fpm.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Tue 2021-12-07 15:27:51 GMT; 15min ago Docs: manhp-fpm7.2(8) Process: 3419 ExecStart=/usr/sbin/php-fpm7.2 --nodaemonize --fpm-config /etc/php/7.2/fpm/php-fpm.conf (code=exited, status=78) Main PID: 3419 (code=exited, status=78) Dec 07 15:27:51 ip-10-10-1-170 systemd[1]: Starting The PHP 7.2 FastCGI Process Manager... Dec 07 15:27:51 ip-10-10-1-170 php-fpm7.2[3419]: [07-Dec-2021 15:27:51] ERROR: An another FPM instance seems to already listen on /var/run/php/zabbix.sock Dec 07 15:27:51 ip-10-10-1-170 php-fpm7.2[3419]: [07-Dec-2021 15:27:51] ERROR: FPM initialization failed Dec 07 15:27:51 ip-10-10-1-170 systemd[1]: php7.2-fpm.service: Main process exited, code=exited, status=78/CONFIG Dec 07 15:27:51 ip-10-10-1-170 systemd[1]: php7.2-fpm.service: Failed with result 'exit-code'. Dec 07 15:27:51 ip-10-10-1-170 systemd[1]: Failed to start The PHP 7.2 FastCGI Process Manager.
Thanks
Comment