level 1
jinngoo
楼主
配了一个
<VirtualHost *:80>
ServerName blog.xxx.com
DocumentRoot hahahaha
</VirtualHost >
然后用http://www.xxx.com访问,也会访问到这个DocumentRoot hahahaha,这是为啥啊?不是应该访问到根的DocumentRoot 么,比如 htdocs?
2014年08月13日 15点08分
1
<VirtualHost *:80>
ServerName blog.xxx.com
DocumentRoot hahahaha
</VirtualHost >
然后用http://www.xxx.com访问,也会访问到这个DocumentRoot hahahaha,这是为啥啊?不是应该访问到根的DocumentRoot 么,比如 htdocs?