raisinli 发表于 2013-9-20 04:45:15

PHP升级后出现了问题 php-cgi.sock

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


我用的是 LNMP 0.9 的版本,上面试 PHP的日志

raisinli 发表于 2013-9-20 04:53:16

LNMP is a tool to auto-compile & install Nginx+MySQL+PHP on Linux
This script is a tool to Manage status of lnmp
For more information please visit http://www.lnmp.org

Usage: /root/lnmp {start|stop|reload|restart|kill|status}
=========================================================================
Stoping LNMP...
Stopping nginx daemon: nginx.
Gracefully shutting down php-fpm warning, no pid file found - php-fpm is not running ?
Shutting down MySQL. SUCCESS!
Starting LNMP...
Starting nginx daemon: nginx.
Starting php-fpm ERROR: An another FPM instance seems to already listen on /tmp/php-cgi.sock
ERROR: FPM initialization failed
failed
Starting MySQL. SUCCESS!

licess 发表于 2013-9-20 08:55:23

php-fpm已经在运行或其他程序占用了php-cgi.sock

你执行stop后可以ps aux看看进程,有的话kill掉或重启一下
页: [1]
查看完整版本: PHP升级后出现了问题 php-cgi.sock