apache2.2 httpd-vhosts.conf文件配置

<VirtualHost  *:80>
   ServerName localhost
   documentRoot  E:\web\apache\htdocs
</VirtualHost>
<Directory "E:\web\apache\htdocs">
	Options Indexes FollowSymLinks 
	AllowOverride None
	Order allow,deny
	Allow from all
</Directory>

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章