启动php-fpm报错:please specify user and group other than root, pool 'default'
php-fpm start
如果报错:
Starting php_fpm Dec 08 00:05:17.766089 [ERROR] fpm_unix_conf_wp(), line 124: please specify user and group other than root, pool 'default'
原因是php-fpm.conf没有修改好,默认<!-- <value name="user">nobody</value> --> ,去掉红色部分。再执行php-fpm start 就OK了。
|
|
来自: Suzy周 > 《Linux/Unix》