apache同一ip设置多端口访问 17 May 2010 17:54 Monday by 小屋 分享收藏

Listen 192.168.2.148:2000
NameVirtualHost 192.168.2.148:2000
<VirtualHost 192.168.2.148:2000>
        DocumentRoot D:/chen/www/nikefed
        DirectoryIndex index.html index.php
        ServerName 192.168.2.148:2000
        <Directory "D:/chen/www/nikefed">
        AllowOverride all
        Allow from all
         Options -Indexes
        </Directory>
</VirtualHost>

作者: Sjolzy

--EOF--

引用地址:

发表评论:

  给 “apache同一ip设置多端口访问” 评分

广告、无意义的评论必删!