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

作者: 站长 上传时间: 浏览: N/A 下载: N/A 格式: N/A 评分: N/A

1.check php-fpm process if it already runing
Using command below:
ps aux |grep php-fpm

2. if it already runing ,kill them at all
Using command below:
killall php-fpm

3.restart it!

Leave a Comment