<VirtualHost *:88>
ServerAdmin webmaster@dummy-host2.example.com
DocumentRoot "项目"

Alias /path名/ "指向路径"
<Directory "指向路径">
Order allow,deny
Allow from all
</Directory>

ServerName www.xxx.com
</VirtualHost>

posted on 2015-11-27 13:01  沉默的土豆  阅读(1683)  评论(0编辑  收藏  举报