码迷,mamicode.com
首页 > Web开发 > 详细

apache本地域名ip重定向vhosts

时间:2015-01-06 17:05:10      阅读:221      评论:0      收藏:0      [点我收藏+]

标签:

apache本地域名ip重定向,使本机通过指定域名访问到指定ip路径。

1、apache配置apache/conf/httpd.conf  : 开启配置 Include conf/extra/httpd-vhosts.conf

2、apache配置apache/conf/extra/httpd-vhosts.conf :  

<VirtualHost *:80>
ServerAdmin webmaster@appjh51.ingenidev
DocumentRoot "D:/WWW/App_wxjh"
ServerName appjh51.com
ErrorLog "logs/appjh51.log"
CustomLog "logs/appjh51.log" common
</VirtualHost>

3、系统盘C:\Windows\System32\drivers\etc\hosts  :   添加 127.0.0.1       appjh51.com

apache本地域名ip重定向vhosts

标签:

原文地址:http://www.cnblogs.com/xiamibk/p/4206274.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!