创建虚拟目录:
Alias /bbs/ "/var/www/web1"
<Directory "/var/www/web1">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Listen 8081
<VirtualHost *:8080>
DocumentRoot /var/www/web1
DirectoryIndex index.html index.htm
HostNameLookups off
</VirtualHost>