- 积分
- 54
- 威望
-
- 金钱
-
- 注册时间
- 2011-2-13
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
今早发现动态页面都502了,静态正常。
重启LNMP ,发现php-cgi不存在,怎么也重启不了,
包括重启系统也无法开启php-cgi
LNMP是0.5的版本,上个月升级了那个补丁,php版本是5.2.17p1
我当时升完级后,重启系统是可以启动的。
为什么昨晚挂了后,就再也重启不了啦,
系统是centos 32位
我把一些命令结果给你看
[root@centos ~]# ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 4096
max locked memory (kbytes, -l) 32
max memory size (kbytes, -m) unlimited
open files (-n) 65535
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 10240
cpu time (seconds, -t) unlimited
max user processes (-u) 4096
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
[root@centos ~]# /root/lnmp restart
=========================================================================
Manager for LNMP V0.5 , 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
Nginx program is reloding!
Shutting down MySQL SUCCESS!
Starting MySQL. SUCCESS!
Shutting down php_fpm /usr/local/php/sbin/php-fpm: line 69: kill: (18535) - 没有那个进程
................................... failed
Starting php_fpm done
[ 本帖最后由 wjhhxl 于 2012-4-18 08:11 编辑 ] |
|