首页 > 学院 > 开发设计 > 正文

apache 虚拟ip

2019-11-15 01:43:11
字体:
来源:转载
供稿:网友
apache 虚拟ip

参考 http://blog.sina.com.cn/s/blog_5d8ca1e90100hnpv.html

<VirtualHost 127.0.0.1:80> DocumentRoot C:/xampp/htdocs/yiyunmap ServerName 127.0.0.1:80 </VirtualHost> <VirtualHost 127.0.0.2:80> DocumentRoot C:/xampp/htdocs/user ServerName 127.0.0.2:80 </VirtualHost><Directory "C:/xampp/htdocs/yiyunmap"> Options Indexes FollowSymLinks Multiviews AllowOverride All Order Allow,Deny Allow from all </Directory> <Directory "C:/xampp/htdocs/user"> Options Indexes FollowSymLinks Multiviews AllowOverride All Order Allow,Deny Allow from all </Directory>


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表