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!

原文链接:https://xiaohost.com/2671.html,转载请注明出处。
0

评论0

请先