标签:service top 协议 关闭 force enforce conf 配置文件 off
1。临时关闭防火墙 service iptables stop (chkconfig iptables off)
临时selinux: setenforce 0
永久关闭selinux: vim /etc/sysconfig/selinux
将 SELINUX=disabled
2. 加载httpd协议软件包:yum install httpd -y
3.修改配置文件 vim /etc/httpd/conf/httpd.conf
文件存储所在位置(DocumentRoot): ‘/var/www/html‘
4service httpd restart
比较:echo ‘test‘>>/var/www/html/index.html
echo ‘test’>>/var/www/html/a.txt
5.网络测试
标签:service top 协议 关闭 force enforce conf 配置文件 off
原文地址:https://www.cnblogs.com/zhengjunfeng/p/9864650.html