operating environment: MacOS 10.13.6
launch php-fpm Times error content:
[18-Aug-2018 22:43:11] ERROR: No pool defined. at least one pool section must be specified in config file
[18-Aug-2018 22:43:11] ERROR: failed to post process the configuration
[18-Aug-2018 22:43:11] ERROR: FPM initialization failed
php-fpm profile contents (valid configuration is only three lines):
[global]
error_log = /usr/local/var/log/php-fpm.log
pid = /usr/local/var/run/php-fpm.pid
the directory where the configuration file is located: / private/etc/php-fpm.conf
run the command: sudo php-fpm
add: I understand that I probably want to configure "pool", which can be searched on the Internet, but I can"t solve this problem, so I have to ask for help. Thank you
.