@
also24 aa.com 不太好看 我换成
example.com 。。
```httpd-vhost.conf ``` 配置如下
```
<VirtualHost *:80>
ServerAdmin
[email protected]#php_admin_value open_basedir "/var/www/html/a:/tmp/:/var/tmp/:/proc/"
DocumentRoot "/var/www/html/a"
ServerName
a.example.comErrorLog "/home/wwwlogs/
a.example.com-error_log"
CustomLog "/home/wwwlogs/
a.example.com-access_log" combined
<Directory "/var/www/html/a">
SetOutputFilter DEFLATE
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
DirectoryIndex index.html index.php
</Directory>
</VirtualHost>
<VirtualHost *:80>
ServerAdmin
[email protected]#php_admin_value open_basedir "/home/wwwroot/
example.com:/tmp/:/var/tmp/:/proc/"
DocumentRoot "/home/wwwroot/
example.com"
ServerName
example.comErrorLog "/home/wwwlogs/
example.com-error_log"
CustomLog "/home/wwwlogs/
example.com-access_log" combined
<Directory "/home/wwwroot/
example.com">
SetOutputFilter DEFLATE
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
DirectoryIndex index.html index.php
</Directory>
</VirtualHost>
```