CentOS7配置httpd虚拟主机(2)

[root@host conf.d]$cat /web/vhosts/www1/index.html welcome to www1 thank you [root@host conf.d]$cat /web/vhosts/www2/index.html welcome to www2 thank you

重载httpd配置文件

[root@host conf.d]$httpd -t Syntax OK [root@host conf.d]$systemctl reload httpd.service

修改客户端主机的hosts文件,以便能解析域名

hosts在windows环境下的路径为C:\Windows\System32\drivers\etc。在该文件中添加两行

192.168.55.128 www1.stuX.com 192.168.55.128 www2.stuX.com

访问结果

CentOS7配置httpd虚拟主机

图1  访问www1站点

CentOS7配置httpd虚拟主机

图2  访问www2站点

CentOS7配置httpd虚拟主机

图3  查看www1站点的访问状态——正常

CentOS7配置httpd虚拟主机

图4  查看www2站点的访问状态错误

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/07097a01a465005d5852a11f9514b268.html