+ -
当前位置:首页 → 问答吧 → 求教 本地IP 下搭建多个网站

求教 本地IP 下搭建多个网站

时间:2011-07-01

来源:互联网

哪位兄弟晓得 APACHE 2.2中 怎么在本地IP 127.0.0.1 下利用不同的端口 去访问不同的网站呢。
求配置。
谢了先

作者: dy91211310   发布时间: 2011-07-01

http://hi.baidu.com/kbsy/blog/item/ad53b517448a6205c83d6df1.html

作者: tcwsyt   发布时间: 2011-07-01

Listen 8005
<VirtualHost *:8005>
DocumentRoot /home/wully/webtools/bin
<Directory "/home/wully/webtools/bin">
  Options FollowSymLinks MultiViews
  Order allow,deny
  AllowOverride all
  Allow from all
</Directory>
</VirtualHost>
这么配置就行 ,详细的可以看下我的配置:
http://blog.csdn.net/wuddny/archive/2011/06/27/6570225.aspx

作者: wuddny   发布时间: 2011-07-01

热门下载

更多