youds
Verified User
Hi
I'm running PHP in 2 modes, php-fpm7.2 and php-fpm5.4. Here is output from DA configuration:
Error message on web site is 503 Service Unavailable. Here is output from status and restart commands:
Can anybody help?
I'm running PHP in 2 modes, php-fpm7.2 and php-fpm5.4. Here is output from DA configuration:
Code:
$ cat /usr/local/directadmin/data/admin/services.status
da-popb4smtp=ON
directadmin=ON
dovecot=ON
exim=ON
httpd=ON
mysqld=ON
named=ON
nginx=ON
php-fpm72=ON
proftpd=ON
sshd=ON
lfd=ON
clamd=ON
freshclam=ON
php-fpm54=ON
Error message on web site is 503 Service Unavailable. Here is output from status and restart commands:
Code:
$ systemctl status php-fpm54.service
● php-fpm54.service - The PHP FastCGI Process Manager
Loaded: loaded (/etc/systemd/system/php-fpm54.service; enabled; vendor preset: disabled)
Active: activating (start) since Wed 2018-06-27 15:33:01 UTC; 1min 12s ago
Main PID: 1187533 (php-fpm54)
CGroup: /system.slice/php-fpm54.service
└─1187533 php-fpm: master process (/usr/local/php54/etc/php-fpm.conf)
Jun 27 15:33:01 london1.gethosted.online systemd[1]: Starting The PHP FastCGI Process Manager...
$ systemctl restart php-fpm54.service
Job for php-fpm54.service failed because a timeout was exceeded. See "systemctl status php-fpm54.service" and "journalctl -xe" for details.
Can anybody help?