[BlueOnyx:25739] Re: New 5211R service Unavailable

Michael Stauber mstauber at blueonyx.it
Fri Nov 25 03:12:47 -05 2022


Hi Ernie,

> What it means is the php-fpm process for the admserv is trying to use a unix
> socket, instead of talking to a port. eg. 127.0.0.1:9000 or whatever it
> uses.

That is actually correct:

[root at 5211r buildarea_5200r]# cat 
/etc/admserv/php-fpm/pools/admserv.conf |grep listen
listen = /run/php-fpm/admserv-fpm.sock
listen.owner = admserv
listen.group = admserv
listen.mode = 0666

AdmServ PHP-FPM is configured to use a Unix Socket at 
/run/php-fpm/admserv-fpm.sock by default.

To debug the issue: What happens if you run the below as root from the 
shell:

/home/solarspeed/admserv-php/sbin/php-fpm -c /etc/admserv/php.ini -y 
/etc/admserv/php-fpm/php-fpm.conf

Which error message do you get?

-- 
With best regards

Michael Stauber



More information about the Blueonyx mailing list