php fpm 不能启动,在线等: PHP -fpm 无法启动(Failed to start The PHP FastCGI Process Manager.)...

姜泳
2023-12-01

执行:sudo systemctl start php-fpm 后

Job for php-fpm.service failed because the control process exited with error code. See "systemctl status php-fpm.service" and "journalctl -xe" for details.

按照提示输入 systemctl status php-fpm.service

错误代码:

systemctl status php-fpm.service

● php-fpm.service - The PHP FastCGI Process Manager

Loaded: loaded (/usr/lib/systemd/system/php-fpm.service; enabled; vendor preset: disabled)

Active: failed (Result: exit-code) since Fri 2018-06-08 17:57:03 UTC; 8s ago

Process: 1978 ExecStart=/usr/sbin/php-fpm --nodaemonize --fpm-config /etc/php-fpm.conf (code=exited, status=78)

Main PID: 1978 (code=exited, status=78)

Jun 08 17:57:03 servername systemd[1]: Starting The PHP FastCGI Process Manager...

Jun 08 17:57:03 servername php-fpm[1978]: [08-Jun-2018 17:57:03] ERROR: [pool www] cannot get...nx'

Jun 08 17:57:03 servername php-fpm[1978]: [08-Jun-2018 17:57:03] ERROR: FPM initialization failed

Jun 08 17:57:03 servername systemd[1]: php-fpm.service: main process exited, code=exited, sta...n/a

Jun 08 17:57:03 servername systemd[1]: Failed to start The PHP FastCGI Process Manager.

Jun 08 17:57:03 servername systemd[1]: Unit php-fpm.service entered failed state.

Jun 08 17:57:03 servername systemd[1]: php-fpm.service failed.

Hint: Some lines were ellipsized, use -l to show in full.

怎么办?请教同学们.

环境:openresty php7 mysql centos7

yum install php71w-fpm

Package php71w-fpm-7.1.17-1.w7.x86_64 already installed and latest version

Nothing to do

error.log 的错误提示:

2018/06/08 18:14:23 [error] 825#825: *47 connect() failed (111: Connection refused) while connecting to upstream

 类似资料: