安装好PHP之后启动报错:

启动php-fpm报错:please specify user and group other than root, pool 'default

修改 php-fpm.conf (/usr/local/php/etc/php-fpm.conf)

Unix user of processes

Unix group of processes

换成

Unix user of processes
www
Unix group of processes
www


即去掉

启动php-fpm:

/usr/local/php/sbin/php-fpm start

 

相关文章:

  • 2022-12-23
  • 2021-12-04
  • 2021-09-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-03
  • 2022-12-23
  • 2022-12-23
  • 2021-07-22
  • 2021-07-31
  • 2021-12-16
相关资源
相似解决方案