关于apache配置多ip虚拟机2种方法的分享

描述

第一种-通过设置不同的端口来配置

1创建一个目录,作为接口

2设置apche虚拟主机(不用配置虚拟目录映射)

httpd.conf开启虚拟主机配置,接着到httpd-vhosts.conf里面设置

//这里改变端口

DocumentRoot "D:/myblog" //这个就是第一步创建的接口

DirectoryIndex index.html index.htm index.php

Options FollowSymLinks

Allowoverride None

order Allow,deny

Allow from all

DocumentRoot "D:/baidu"

DirectoryIndex index.html index.htm index.php

Options FollowSymLinks

Allowoverride None

order Allow,deny

Allow from all

3-到httpd.conf文件里面修改监听端口

Listen 80

Listen 81

4-到host文件里面修改映射.登录网站时候记得加端口号。

第二种方法:通过ServerName配置

1创建一个目录,作为接口

2设置apche虚拟主机(不用配置虚拟目录映射)

httpd.conf开启虚拟主机配置,接着到httpd-vhosts.conf里面设置

//记得ip必须为*否则不行的

DocumentRoot "D:/myblog" //目录

ServerName www.lengai.com //域名

DirectoryIndex index.html index.htm index.php

Options FollowSymLinks

Allowoverride None

order Allow,deny

Allow from all

DocumentRoot "D:/baidu"

ServerName www.beijing.com

DirectoryIndex index.html index.htm index.php

Options FollowSymLinks

Allowoverride None

order Allow,deny

Allow from all

3重启apache。就可以了,当然要配置hosts

fqj

打开APP阅读更多精彩内容
声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉

全部0条评论

快来发表一下你的评论吧 !

×
20
完善资料,
赚取积分