a-flydog

修改了php配置需要平滑启动php-fpm

ps -aux | grep php-fpm 

找到phpfpm 的master process的进程id

kill -SIGUSR2 process_id实现平滑重启php-fpm

 

###

.B SIGUSR2 \fPgraceful reload of all workers + reload of fpm conf/binary

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-12
  • 2021-12-03
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
  • 2022-12-23
  • 2021-08-07
相关资源
相似解决方案