WAMP环境下apache虚拟主机配置(单IP多域名)

发表于2014-09-09 10:29  |  次阅读  |  0条评论  |   作者:siru90

1、先打开apache的配置文件httpd.conf,并去掉#Include conf/extra/httpd-vhosts.conf前面的#号!!
如此就意味着开启了httpd-vhosts虚拟主机模块;
 
2、.打开apache的/wamp/bin/apache/conf/extra下配置文件httpd-vhosts.conf  
#虚拟主机1(banglala)信息
<VirtualHost *:80>
    DocumentRoot "F:/wamp/www/banglala"
    ServerName banglala
</VirtualHost>
 
#虚拟主机2(ecshop)信息
<VirtualHost *:80>
    DocumentRoot "F:/wamp/www/ecshop"
    ServerName ecshop
</VirtualHost>
 
3、配置hosts文件 目录:C:\WINDOWS\system32\drivers\etc。
添加如下代码
127.0.0.1 banglala
127.0.0.1 ecshop 
 
4、重启wamp
本站关键字:sunny90 web开发 数据库 移动开发 服务器 Nginx Mysql PHP
Copyright © sunny90版权所有 power by sunny90.com  
湘ICP备14012284号-1,粤公网安备 44030602000307号