Reload LNMP...
Reload Nginx configure...
the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok
configuration file /usr/local/nginx/conf/nginx.conf test is successful
/root/lnmp: line 67: kill: (22423) - No such process
Nginx program is reloding!
Shutting down MySQL. SUCCESS!
Starting MySQL. SUCCESS!
Shutting down php_fpm done
Starting php_fpm done
You have new mail in /var/spool/mail/root
[root@qqgoing wwwroot]#
[root@qqgoing var]# yum remove httpd
Loaded plugins: fastestmirror
Setting up Remove Process
No Match for argument: httpd
Determining fastest mirrors
* addons: mirrors.netdna.com
* base: ftp.lug.udel.edu
* extras: mirror.cogentco.com
* updates: mirror.atlanticmetro.net
addons | 951 B 00:00 http://ftp.lug.udel.edu/pub/cent ... epodata/repomd.xml: [Errno 4] IOError: <urlopen error (111, 'Connection refused')>
Trying other mirror.
base | 2.1 kB 00:00
extras | 2.1 kB 00:00
extras/primary_db | 188 kB 00:00
updates | 1.9 kB 00:00
updates/primary_db | 816 kB 00:00
Package(s) httpd available, but not installed.
No Packages marked for removal
You have new mail in /var/spool/mail/root
[root@qqgoing var]# /root/lnmp restart
=========================================================================
Manager for LNMP V0.4 , Written by Licess
=========================================================================
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}
=========================================================================
Reload LNMP...
Reload Nginx configure...
the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok
configuration file /usr/local/nginx/conf/nginx.conf test is successful
/root/lnmp: line 67: kill: (22423) - No such process
Nginx program is reloding!
Shutting down MySQL. SUCCESS!
Starting MySQL. SUCCESS!
Shutting down php_fpm done
Starting php_fpm done
[root@qqgoing var]#作者: licess 时间: 2010-11-16 10:04 标题: 回复 3# 的帖子 killall httpd
或者ps aux 看看肯定有apache的进程,kill 进程ID就行了。作者: idexinyang 时间: 2010-11-16 10:09
killall httpd