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

  • A+
所属分类:初级码农日记

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!

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: