RSS订阅
PHP程序员站--WWW.PHPERZ.COM  
网站地图
高级搜索
收藏本站

 当前位置:主页 >> 服务器 >> Apache服务器 >> 文章内容
httpd.conf设置一个IP两个域名的方法
[收藏此页[打印本页]   
来源:互联网  作者:  发布时间:2008-03-19

我就是不晓得如何让两个域名对应同一个IP,然后能识别出不同的网站?

NameVirtualHost 12.34.56.78  # your ip address
<VirtualHost 12.34.56.78>
        ServerName yourname1
        DocumentRoot yourpath1
</VirtualHost>
<VirtualHost 12.34.56.78>
        ServerName yourname2
        DocumentRoot yourpath2
</VirtualHost>

www.phperz.com


If you want to use 443 phperz.com

NameVirtualHost 12.34.56.78:80  # your ip address
NameVirtualHost 12.34.56.78:443  # your ip address php程序员之家

<VirtualHost 12.34.56.78:80>
        ServerName yourname1
        DocumentRoot yourpath1
</VirtualHost>
<VirtualHost 12.34.56.78:443>
        ServerName yourname1
        DocumentRoot yourpath1
</VirtualHost> www~phperz~com


 
 相关文章
 
发表评论
全部评论(0条)
 
 站内搜索
 热门搜索 基础  mysql  url  adodb
高级搜索 网站地图 站长工具 IP查询 收藏本站
 热点文章
 随机推荐
网站首页 | 网站地图 | 高级搜索 | RSS订阅
PHP程序员站 Copyright © 2007,PHPERZ.COM All Rights Reserved 粤ICP备07503606号 联系站长