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--