Descriptionhtml |
Download Linklinux |
Verifyapache |
---|---|---|
Windows Distributionspa |
||
Unix/Linux/Cygwin Distributionblog |
entOS 7.0默认使用的是firewall做为防火墙get
查看防火墙状态
firewall-cmd --state
中止firewall
systemctl stop firewalld.service
禁止firewall开机启动
systemctl disable firewalld.service
关闭selinux
进入到/etc/selinux/config文件
vi /etc/selinux/config
将SELINUX=enforcing改成SELINUX=disabled