Vhost.conf 范例

NameVirtualHost *:80

<VirtualHost *:80>  

    ServerName haofei.com  

    DocumentRoot "E:/test/"  

   <Directory "E:/test/">   

         DirectoryIndex   

         Options Indexes FollowSymLinks   

         Order deny,allow   

         Allow from all  

   </Directory>

</VirtualHost>

 

   

posted @ 2017-04-25 10:51  红藕香残  阅读(192)  评论(0编辑  收藏  举报