- 积分
- 2
- 威望
-
- 金钱
-
- 注册时间
- 2010-10-9
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
用/root/lnmp status查看如下- [root@airplant etc]#/root/lnmp status
- =========================================================================
- 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}
- =========================================================================
- Nginx is running now!
- SUCCESS! MySQL running (4524)
复制代码
重启也正常
- [root@airplant etc]#/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
- kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
- Nginx program is reloding!
- Shutting down MySQL. SUCCESS!
- Starting MySQL.. SUCCESS!
- Shutting down php_fpm . done
- Starting php_fpm done
复制代码
一切看来都正常,我很郁闷
这是为什么呢?
进程里好像没有nginx的那一项呢 |
|