Home > Article > Backend Development > How to solve the problem that fpm cannot be started in php
How to solve the problem that fpm cannot start in php?
Error message:
No pool defined. at least one pool section must be specified in config file [11-Mar-2019 23:57:30] ERROR: failed to post process the configuration [11-Mar-2019 23:57:30] ERROR: FPM initialization failed
Processing method:
Enter the directory /usr/local /php/etc/php-fpm.d
Executecp www.conf.default www.conf
Start php-fpm:
service php-fpm start
Related recommendations: php tutorial
The above is the detailed content of How to solve the problem that fpm cannot be started in php. For more information, please follow other related articles on the PHP Chinese website!