Add new comment

If I start the PHP FPM service I'll get:
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.

If I check the status, I'll get:
[root@webserver etc]# 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 Sun 2018-02-04 14:54:18 UTC; 43s ago
Process: 16925 ExecStart=/usr/sbin/php-fpm --nodaemonize (code=exited, status=78)
Main PID: 16925 (code=exited, status=78)
Feb 04 14:54:18 webserver systemd[1]: Starting The PHP FastCGI Process Manager...
Feb 04 14:54:18 webserver php-fpm[16925]: [04-Feb-2018 14:54:18] ERROR: [/etc/php-fpm.d/www1.conf:110] unable to par... zero)
Feb 04 14:54:18 webserver php-fpm[16925]: [04-Feb-2018 14:54:18] ERROR: Unable to include /etc/php-fpm.d/www1.conf f...ne 110
Feb 04 14:54:18 webserver php-fpm[16925]: [04-Feb-2018 14:54:18] ERROR: failed to load configuration file '/etc/php-fpm.conf'
Feb 04 14:54:18 webserver php-fpm[16925]: [04-Feb-2018 14:54:18] ERROR: FPM initialization failed
Feb 04 14:54:18 webserver systemd[1]: php-fpm.service: main process exited, code=exited, status=78/n/a
Feb 04 14:54:18 webserver systemd[1]: Failed to start The PHP FastCGI Process Manager.
Feb 04 14:54:18 webserver systemd[1]: Unit php-fpm.service entered failed state.
Feb 04 14:54:18 webserver systemd[1]: php-fpm.service failed.
Hint: Some lines were ellipsized, use -l to show in full.

Please advice.

Restricted HTML

  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id>
  • Lines and paragraphs break automatically.