windows下面 apache 虚拟主机配置

2020-11-27 05:24

阅读:666

标签:style   blog   class   code   c   java   

soscw.com,搜素材
192.168.0.20:81>
    ServerAdmin www.test2.com
    DocumentRoot "D:/PHP/Apache/htdocs/testSite2"
    "D:/PHP/Apache/htdocs/testSite2">
 Options Indexes FollowSymLinks
 AllowOverride None
 Order allow,deny
 Allow from all
    
这样我们就可以用192.168.0.20:81访问testsite2了。 如果想在internet访问IP地址必须是静态的
soscw.com,搜素材

 

上述情况还可能报错,you have no permi to acess !
还需要在allow from all前面加入

##############VirtualHost*#主机监听端口默认是是83#############

Alias /www  "D:/www"

 Options Indexes MultiViews
 AllowOverride All 
 Order allow,deny
 Allow from all
 Require all granted
 DirectoryIndex default.php

 

windows下面 apache 虚拟主机配置,搜素材,soscw.com

windows下面 apache 虚拟主机配置

标签:style   blog   class   code   c   java   

原文地址:http://www.cnblogs.com/legend-song/p/3729477.html


评论


亲,登录后才可以留言!