[root@localhost sbin]# ./php-fpm
[17-Feb-2017 23:14:09] 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.
[17-Feb-2017 23:14:09] ERROR: No pool defined. at least one pool section must be specified in config file
[17-Feb-2017 23:14:09] ERROR: failed to post process the configuration
[17-Feb-2017 23:14:09] ERROR: FPM initialization failed
讲的很清楚,只少配置一个进程池
Nothing matches the include pattern '/usr/local/php/etc/php-fpm.d/*.conf' from /usr/local/php/etc/php-fpm.conf at line 125.
配置文件没有加加载进去,去php-fpm.d 目录下找