PHP 5.6 start failed to open configuration file '/usr/local/php/etc/php-fpm.conf'
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
- License under
CC BY-NC 4.0
- Copyright issue feedback
me#imzye.com
, replace # with @ - Not all the commands and scripts are tested in production environment, use at your own risk
- No personal information is collected.
Feedback