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@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
_______________________________________________
Blueonyx mailing list
Blueonyx@mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx

Reply via email to