- 积分
 - 4
 
- 威望
 -  
 
- 金钱
 -  
 
- 注册时间
 - 2011-2-19
 
- 在线时间
 -  小时
 
- 最后登录
 - 1970-1-1
 
 
 
 
 
 
 | 
 
重启 : /root/lnmp reload错误: 
[root@ffxk ~]# /root/lnmp reload 
========================================================================= 
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... 
[warn]: conflicting server name "my.kkk.com" on 0.0.0.0:80, ignored 
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! 
 SUCCESS! Reloading service MySQL 
Reload service php-fpm  done  
 
 
 
绑定域名my.kkk.com 然后FTP上传探针p.php 也无法访问,提示:403 Forbidden 
/usr/local/nginx/conf/vhost/ 里的绑定文件内容,开始 server内ROOT行不是绝对路径,后来我修改为root  /home/wwwroot/my.kkk.com;  
 
然后重启VPS 但是还是无法访问。 |   
 
 
 
 |