<VirtualHost *:80>
DocumentRoot /home/wwwroot/m_adbkjh_adbxy_com/public_html
ServerName m.aaaa.com
ServerAlias m.bbbb.com m.cccc.com m.dddd.com m.eeee.com
ErrorDocument 400 /errpage/400.html
ErrorDocument 403 /errpage/403.html
ErrorDocument 404 /errpage/404.html
php_admin_value open_basedir /home/wwwroot/m_adbkjh_adbxy_com:/tmp:/home/wwwroot/common_aaaa_com:/home/wwwroot/common_bbbb_com
<IfModule mod_deflate.c>
DeflateCompressionLevel 7
AddOutputFilterByType DEFLATE text/html text/plain text/xml application/x-httpd-php
AddOutputFilter DEFLATE css js html htm gif jpg png bmp php
</IfModule>
</VirtualHost>
<Directory /home/wwwroot/m_adbkjh_adbxy_com>
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>