启动php-fpm

/data1/server/php-cgi/sbin/php-fpm

错误
[28-Mar-2012 11:15:01] ERROR: failed to open configuration file ‘/data1/server/php-cgi/etc/php-fpm.conf’: No such file or directory (2)
[28-Mar-2012 11:15:01] ERROR: failed to load configuration file ‘/data1/server/php-cgi/etc/php-fpm.conf’
[28-Mar-2012 11:15:01] ERROR: FPM initialization failed
cd /data1/server/php-cgi/etc

再次启动
/data1/server/php-cgi/sbin/php-fpm

ERROR: [pool www] cannot get gid for group ‘nobody’
好吧,我们加一个组叫nobody

#groupadd nobody

再次启动
/data1/server/php-cgi/sbin/php-fpm
成功了。

关闭php-fpm
killall php-fpm

目前还不知道有没有直接的命令来关闭它。

cannot get gid for group ‘nobody’ 其他解决方案。

相关文章:

  • 2021-11-03
  • 2022-02-16
  • 2021-09-07
  • 2022-12-23
  • 2022-12-23
  • 2021-08-15
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-11
  • 2021-05-13
  • 2021-09-02
  • 2022-12-23
  • 2021-12-22
  • 2022-01-24
相关资源
相似解决方案