重起后8080打不开,所有网站打不开的问题

重起后8080打不开或所有网站打不开的问题

出现这种情况,很可能的原因,是因为在添加网站里伪静态的选择有关,如果没有用到或不明白的,就不要选择就OK

此时,可以用ssh连上终端重起服务,如
service httpd restart                     (lamp)
service nginxd restart                   (lnmp)
根据你运行的是lamp或lnmp来重起

如果有错误提示,删除错误提示的配置文件,再重起一下就可以,然后到后台修改正确就OK

欢迎转载,但请保留此信息
[我的Linux,让Linux更易用] CentOS精简版,集成lamp,lnmp版,wdcp,wdcdn,wddns,一键安装包,集群负载均衡LVS,智能DNS/CDN,性能优化
本文连接:http://www.wdlinux.cn/old/node/769

 [root@508040409 ~]# service

 [root@508040409 ~]# service nginxd restart

Stopping nginx: [emerg]: "try_files" directive is not allowed here in /www/wdlinux/nginx-0.8.54/conf/rewrite/wdpress.conf:1
                                                           [  OK  ]
Shutting down php_fpm  done
Starting nginx: [emerg]: "try_files" directive is not allowed here in /www/wdlinux/nginx/conf/rewrite/wdpress.conf:1
                                                           [FAILED]
Starting php_fpm  done

上面的错误说问题的了

上面的错误说问题的了