[root@localhost ~]# /usr/local/php/sbin/php-fpm

[06-Aug-2012 19:17:53] ALERT: [pool www] pm.min_spare_servers(0) must be a positive value

[06-Aug-2012 19:17:53] ERROR: failed to post process the configuration

 

解决方法:

编辑/usr/local/php/etc/php.fpm.conf文件

把 ;pm.max_spare_servers=35

 

pm.start_server=20

pm.min_spart_servers=5 前的注释“;”去掉即可。

 

相关文章:

  • 2021-08-16
  • 2022-12-23
  • 2021-11-05
  • 2022-12-23
  • 2021-07-01
  • 2022-12-23
  • 2021-05-17
  • 2022-01-09
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-26
  • 2021-09-10
  • 2021-12-11
相关资源
相似解决方案