win68 发表于 2011-4-5 11:13:47

重启VPS后网站无法打开,附上LNMP启动的文件

Manager for LNMP V0.6,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...
: "fastcgi_busy_buffers_size" must be less than the size of all "fastcgi_buffers" minus one buffer in /usr/local/nginx/conf/nginx.conf:90
configuration file /usr/local/nginx/conf/nginx.conf test failed
/root/lnmp: line 67: kill: (30090) - No such process
Nginx program is reloding!
Shutting down MySQL. SUCCESS!
Starting MySQL. SUCCESS!
Shutting down php_fpm . done
Starting php_fpmdone



谢谢了

licess 发表于 2011-4-5 11:59:03

: "fastcgi_busy_buffers_size" must be less than the size of all "fastcgi_buffers" minus one buffer in /usr/local/nginx/conf/nginx.conf:90

usr/local/nginx/conf/nginx.conf中
fastcgi_busy_buffers_size设置的值必须小于fastcgi_buffers的值

win68 发表于 2011-4-5 13:57:20

上面的问题解决了,重新启动后,网站还是不能打开

Manager for LNMP V0.6,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: (30090) - No such process
Nginx program is reloding!
Shutting down MySQL. SUCCESS!
Starting MySQL. SUCCESS!
Shutting down php_fpm . done
Starting php_fpmdone


请指教,谢

licess 发表于 2011-4-5 21:32:39

回复 3# 的帖子

执行 /usr/local/nginx/sbin/nginx
页: [1]
查看完整版本: 重启VPS后网站无法打开,附上LNMP启动的文件