在同一台物理服务器中运行多个Web站点,其中每一个站点并不独立
成都创新互联公司-专业网站定制、快速模板网站建设、高性价比万源网站开发、企业建站全套包干低至880元,成熟完善的模板库,直接使用。一站式万源网站制作公司更省心,省钱,快速模板网站建设找我们,业务覆盖万源地区。费用合理售后完善,十载实体公司更值得信赖。
占用一台真正的计算机
基于域名的虚拟主机——常用
基于端口的虚拟主机
基于IP地址的虚拟主机
基于域名的虚拟主机即是为每个虚拟主机配置不同的域名,但其指向的IP地址都为一个。同时也是使用最为广泛的虚拟主机类型。
1、安装实验所需DNS、HTTP服务
[root@localhost ~]# yum -y install bind httpd
2、修改DNS服务的全局配置文件、区域配置文件
全局配置文件(/etc/named.conf)
修改监听端口为any
,修改允许访问为any
区域配置文件(/etc/named.rfc1912.zones)
添加kgc.com
与accp.com
两个区域
3、配置区域数据配置文件
[root@localhost ~]# cd /var/named/
[root@localhost ~]#cp -p named.localhost kgc.zone
[root@localhost ~]#cp -p named.localhost accp.zone
[root@localhost ~]#vim kgc.zone/accp.zone
vi编辑器中
删除IPV6地址
按G定位末行
添加
www IN A 192.168.116.135(本机IP地址)
wq保存退出
4、修改HTTP主配置文件
位置:/etc/httpd/conf/httpd.conf
按G定位末行;i插入
1 //*为IP地址,80为端口号
2 DocumentRoot /var/www/html/kgc //网站地址
3 ServerName www.kgc.com //域名
4 Errorlog "logs/www.kgc.com.error_log" //错误日志地址
5 CustomLog "logs/www.kgc.com.access_log" common //日志地址(末尾使用common引用下面的配置)
6
7 Require all granted
8
9 //收尾,结束
10
11
12 DocumentRoot /var/www/html/accp
13 ServerName www.accp.com
14 Errorlog "logs/www.accp.com.error_log"
15 CustomLog "logs/www.accp.com.access_log" common
16
17 Require all granted
18
19
5、建立域名对应的首页
[root@localhost httpd]# cd /var/www/html/
[root@localhost html]# mkdir accp kgc
[root@localhost html]# cd kgc/
[root@localhost kgc]# vim index.html
vi编辑器中
this is kgc web
wq保存退出
[root@localhost kgc]# cd ../
[root@localhost html]# cd accp/
[root@localhost accp]# vim index.html
vi编辑器中
this is kgc web
wq保存退出
[root@localhost accp]#
6、验证试验结果
1、修改HTTP主配置文件
位置:/etc/httpd/conf/httpd.conf
1 //80端口为http的默认端口
2 DocumentRoot /var/www/html/kgc
3 ServerName www.kgc.com
4 Errorlog "logs/www.kgc.com.error_log"
5 CustomLog "logs/www.kgc.com.access_log" common
6
7 Require all granted
8
9
10
11 //修改端口为8080
12 DocumentRoot /var/www/html/kgc02
13 ServerName www.kgc.com
14 Errorlog "logs/www.kgc02.com.error_log"
15 CustomLog "logs/www.kgc02.com.access_log" common
16
17 Require all granted
18
19
2、建立对应首页
[root@localhost httpd]# cd /var/www/html/
[root@localhost html]# mkdir kgc02
[root@localhost html]# cd kgc02/
[root@localhost kgc]# vim index.html
vi编辑器中
this is kgc02 web
wq保存退出
3、修改主配置文件
查找Listen,照下图进行修改
4、验证实验结果
注意:此实验需要事先再添加一块网卡,保证最少有两张网卡存在。
1、修改HTTP主配置文件
位置:/etc/httpd/conf/httpd.conf
1 //修改IP地址
2 DocumentRoot /var/www/html/kgc
4 Errorlog "logs/www.kgc.com.error_log"
5 CustomLog "logs/www.kgc.com.access_log" common
6
7 Require all granted
8
9
10
11 //修改端口为8080
12 DocumentRoot /var/www/html/kgc02
14 Errorlog "logs/www.kgc02.com.error_log"
15 CustomLog "logs/www.kgc02.com.access_log" common
16
17 Require all granted
18
19
第3行与第13行为指定域名,因为本次实验访问网站通过不同的IP地址进行,不需要使用域名,因此可以删除。
2、修改监听地址
地址:
/etc/httpd/conf/httpd.conf
查找Listen,并照下图进行修改
输入systemctl restart httpd
即可进行实验验证。(首先需要保证站点下存在对应首页)
3、实验验证
售后响应及时
7×24小时客服热线数据备份
更安全、更高效、更稳定价格公道精准
项目经理精准报价不弄虚作假合作无风险
重合同讲信誉,无效全额退款