天天看點

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>
           

繼續閱讀