RROR: An another FPM instance seems to already listen on /tmp/php-cgi.sock

西部世界
西部世界
管理员
352
文章
0
粉丝
初级码农日记评论阅读模式

ERROR: An another FPM instance seems to already listen on /tmp/php-cgi.sock

1.check php-fpm process if it already runing
Using command below:

1
ps aux |grep php-fpm

2. if it already runing ,kill them at all
Using command below:

1
killall php-fpm

3.restart it!

文章末尾固定信息

 
西部世界
  • 本文由 西部世界 发表于2021年4月10日 16:17:56
  • 转载请务必保留本文链接:https://www.cnhawkit.com/1454.html
匿名

发表评论

匿名网友

拖动滑块以完成验证