RHCE--HTTP WEB

在这里插入图片描述
1.关闭防火墙

systemctl  status firewalld

禁用SElinux

getenforce

添加IP地址,并激活。
在这里插入图片描述
在这里插入图片描述
创建网页文件根目录,并定义网页内容

echo  小胖,你咋这么胖呢! > /www/bailunshun/index.html

定义基于IP地址来访问网站的配置文件
在这里插入图片描述

<VirtualHost 192.168.32.11:80>
DocumentRoot " /www/bailunshun"
serverName192.168.32.11
ErrorLog " /var/log/httpd /dummy-host.example.com-error_log"
customLog " /var/log/httpd/ dummy-host.example.com-access_log" common
</VirtualHost>

重启服务。

systemctl  restart  httpd

2.关闭防火墙

systemctl  status firewalld

禁用SElinux

getenforce

添加IP地址,并激活。
在这里插入图片描述在这里插入图片描述
创建网页文件根目录,并定义网页内容

echo  who are you? > /www/xaiopang/index.html
echo  wo shi  bailunshun!> /www/xaiopang/index.html

定义基于不同IP地址来访问网站的配置文件

[root@localhost conf.d]# vim /usr/share/doc/httpd/httpd-vhosts.conf
[ root@localhost conf.d]# vim www.conf
<VirtualHost 192.168.32.11:80>
DocumentRoot " /www/xiaopang"
serverName192.168.32.11
ErrorLog " /var/log/httpd /dummy-host.example.com-error_log"
customLog " /var/log/httpd/ dummy-host.example.com-access_log" common
</VirtualHost>
<VirtualHost 192.168.32.12:80>
DocumentRoot " /www/dapang"
serverName192.168.32.12
ErrorLog " /var/log/httpd /dummy-host.example.com-error_log"
customLog " /var/log/httpd/ dummy-host.example.com-access_log" common
</VirtualHost>

重启服务。

systemctl  restart  httpd
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值