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
Leave a message