PHP 运行 php-fpm 报错

 
报错如下:
[27-Aug-2017 18:34:23] WARNING: Nothing matches the include pattern '/usr/local/php/etc/php-fpm.d/*.conf' from /usr/local/php/etc/php-fpm.conf at line 125.
[27-Aug-2017 18:34:23] ERROR: No pool defined. at least one pool section must be specified in config file
[27-Aug-2017 18:34:23] ERROR: failed to post process the configuration
[27-Aug-2017 18:34:23] ERROR: FPM initialization failed
 
原因:
加载的时候缺少东西
 
解决:
查看目录 /usr/local/php/etc/php-fpm.d/ 下的文件、是否存在 conf 文件
原文地址:https://www.cnblogs.com/laowenBlog/p/7444573.html