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!
文章末尾固定信息