首页 > 其他 > 详细

please specify user and group other than root, pool 'default'

时间:2014-07-13 16:19:59      阅读:425      评论:0      收藏:0      [点我收藏+]
 

[root@luozhonghua etc]# /usr/local/php/sbin/php-fpm start

Starting php_fpm Jul 12 09:41:02.077951 [ERROR] fpm_unix_conf_wp(), line 124: please specify user and group other than root, pool ‘default‘


[root@luozhonghua etc]# vi php-fpm.conf  

  找到 

<!-- <value name="user"></value> -->

默认与nginx.conf 用户名 一致,都为nobody修改为:

<value name="user">nobody</value

[root@luozhonghua etc]# /usr/local/php/sbin/php-fpm start

Starting php_fpm . done

[root@luozhonghua etc]#

php_fpm 启动成功!



please specify user and group other than root, pool 'default',布布扣,bubuko.com

please specify user and group other than root, pool 'default'

原文:http://blog.csdn.net/luozhonghua2014/article/details/37731601

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!