Skip to content

PHP 5.6 start failed to open configuration file '/usr/local/php/etc/php-fpm.conf'

homepage-banner

Problem

After PHP is compiled and installed, it fails to start, prompting

1 [23-Jun-2014 12:27:02] ERROR: failed to open configuration file '/usr/local/php/etc/php-fpm.conf': No such file or directory (2)
2 [23-Jun-2014 12:27:02] ERROR: failed to load configuration file '/usr/local/php/etc/php-fpm.conf'
3 [23-Jun-2014 12:27:02] ERROR: FPM initialization failed

Reason: The configuration file is not ready

Solution

Copy php-fpm.conf.default to php-fpm.conf

cp php-fpm.conf.default php-fpm.conf

Back to Table of Contents

Disclaimer
  1. License under CC BY-NC 4.0
  2. Copyright issue feedback me#imzye.com, replace # with @
  3. Not all the commands and scripts are tested in production environment, use at your own risk
  4. No personal information is collected.
Feedback