[ERROR] fpm_unix_conf_wp(), line 124: please specify user and group other than root, pool


[ERROR] fpm_unix_conf_wp(), line 124: please specify user and group other than root, pool ‘default’

 


出现些错误提示,请修改 php-fpm.conf (/usr/local/php/etc/php-fpm.conf)


                         Unix user of processes
                <!--    <value name="user">nobody</value>                          -->
 
                        Unix group of processes
                <!--    <value name="group">nobody</value>         -->
换成


                        Unix user of processes
                        <value name="user">www</value>                         
 
                        Unix group of processes
                        <value name="group">www</value>


即去掉<!--   -->

启动php-fpm:

/usr/local/etc/rc.d/php-fpm start

 

你可能感兴趣的:(line,[ERROR],124)