编程语言
首页 > 编程语言> > LNMP环境下php-fpm启动失败的解决方法

LNMP环境下php-fpm启动失败的解决方法

作者:互联网

今天修改网站配置文件后执行命令lnmp restart重启lnmp时候,出现Gracefully shutting down php-fpm ................. failed. Use force-quit。

Starting php-fpm [15-Sep-2022 22:10:18] ERROR: the master process didn't send back its status (via the pipe to the calling process)

在网上找了下方法就给解决了,这里说一下。

killall php-fpm
lnmp restart

希望能帮助出现同样问题的你,当然如果是其它错误造成的php-fpm启动失败,也可以尝试一下这方法。

标签:fpm,LNMP,lnmp,process,php,方法,restart
来源: https://www.cnblogs.com/cx850116/p/16698138.html