PHP-fpm服務啟動失敗
報錯:
[root@VM-0-3-centos ~]# journalctl -xe
Nov 01 12:07:22 VM-0-3-centos systemd[1]: Failed to start LSB: starts php-fpm.
Nov 01 12:40:02 VM-0-3-centos pure-ftpd[13470]: (?@?) [ERROR] Unable to identify the local socket: Transport endpoint is not
Nov 01 12:40:04 VM-0-3-centos pure-ftpd[13496]: (?@?) [ERROR] Unable to identify the local socket: Transport endpoint is not
解決辦法:
[root@VM-0-3-centos ~]# ps aux |grep php-fpm
[root@VM-0-3-centos ~]# killall php-fpm
[root@VM-0-3-centos ~]# systemctl start php-fpm