用户名:
密 码: 记住
您当前的位置:首页 > 网络编程 > php教程

apache配置虚拟主机方法

时间:2015-01-23  来源:西部数据  作者:西部数据

如果你安装的是 wampserver 集成的,那你就进入

wampbinapacheapache2.2.11confextrahttpd-vhosts.conf 配置文件进行如下配置: 意思是配置3个虚拟主机 ,分别是

1、website.localhost:8080  c:usersn.zhangdocumentswebsitedhr3

  1. <virtualhost *:8080> 
  2.   servername website.localhost 
  3.     serveradmin webmaster@test.tools.directhr.net 
  4.     documentroot "c:usersn.zhangdocumentswebsitedhr3" 
  5.  <directory "c:usersn.zhangdocumentswebsitedhr3"
  6.   options indexes multiviews followsymlinks 
  7.   allowoverride all 
  8.   order allow,deny 
  9.   allow from all 
  10.  </directory> 
  11.  
  12.     errorlog "logs/test.tools.directhr.net-error.log" 
  13.     customlog "logs/test.tools.directhr.net-access.log" common 
  14. </virtualhost> 

2、tools.localhost:8080 c:usersn.zhangdocumentstools

  1. <virtualhost *:8080> 
  2.   servername tools.localhost 
  3.     serveradmin webmaster@test.tools.directhr.net 
  4.     documentroot "c:usersn.zhangdocumentstools" 
  5.  <directory "c:usersn.zhangdocumentstools"
  6.   options indexes multiviews followsymlinks 
  7.   allowoverride all 
  8.   order allow,deny 
  9.   allow from all 
  10.  </directory> 
  11.  
  12.     errorlog "logs/test.tools.directhr.net-error.log" 
  13.     customlog "logs/test.tools.directhr.net-access.log" common 
  14. </virtualhost> 

3、test.localhost:8080 c:testphppublic

  1. <virtualhost *:8080> 
  2.   servername test.localhost 
  3.     serveradmin webmaster@test.tools.directhr.net 
  4.     documentroot "c:testphppublic" 
  5.  <directory "c:testphppublic"
  6.   options indexes multiviews followsymlinks 
  7.   allowoverride all 
  8.   order allow,deny 
  9.   allow from all 
  10.  </directory> 
  11.     errorlog "logs/test.tools.directhr.net-error.log" 
  12.     customlog "logs/test.tools.directhr.net-access.log" common 
  13. </virtualhost> 
还有件重要的事情是配置c:windowssystem32driversetchosts
来顶一下
返回首页
返回首页
推荐资讯
WiFi太不安全:7岁女孩11分钟内入侵公共网络 WiFi太不安全:7岁女孩11分钟内入侵近期刚刚发布研究说WiFi网络能获得人们手机里多少私人信息,
不服跑个分?人工智能也出现“刷分”乱象 不服跑个分?人工智能也出现“刷分2014年,人工智能领域突然爆发,成为了科研和科技创业的热门
相关文章
栏目更新
栏目热门