码迷,mamicode.com
首页 > Web开发 > 详细

apache服务

时间:2018-10-28 11:27:35      阅读:145      评论:0      收藏:0      [点我收藏+]

标签: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.网络测试

apache服务

标签:service   top   协议   关闭   force   enforce   conf   配置文件   off   

原文地址:https://www.cnblogs.com/zhengjunfeng/p/9864650.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!