在apache虚拟目录配置中

<VirtualHost *:80>
xxx

xxx

xxx
</VirtualHost>

不能写成

<VirtualHost *>
xxx

xxx

xxx
</VirtualHost>

否则不能访问到指定的目录

05-11 11:03