【求帮忙】很着急,凌晨重启vps,网站无法登陆
今日凌晨重启服务器,wdcp后台和网站都无法打开,跪求帮忙,很着急。现在情况是,ping IP 和域名都能ping 通,而且无丢包。空间是vps,安装的是wdcp,一直都是在后台首页,点更新,应该是最新的版本。
ssh,也能连接上。我尝试重启httpd,但是failed,如图:
[attach]2716[/attach]
求版主及各位专家帮忙。弄一夜了。。还没睡呢。很着急。谢谢各位! 开了selinux? 禁用selinux应该就可以解决
/etc/sysconfig/selinux
/etc/selinux/config
这两个路径都试试把
SELINUX=enforcing
改成
SELINUX=disabled 在后台的安全管理中也能关闭selinux 我的也是啊 http://59.188.241.58:8080/ 重启了VPS 就无法登录? WDCP的BUG么? 谢谢各位,确实是selinux问题。谢谢了! 出现问题,所以查找下或回想下,自己做过什么操作 # This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - SELinux is fully disabled.
SELINUX=disabled
# SELINUXTYPE= type of policy in use. Possible values are:
# targeted - Only targeted network daemons are protected.
# strict - Full SELinux protection.
SELINUXTYPE=targeted
是关闭的
页:
[1]