<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html lang="en"> <head> <title>Contents of /hoge/moge</title> </head> <body bgcolor="#ffeedd" text="black"> <h1>Contents of /hoge/moge</h1>
<VirtualHost xxx.xxx.xxx.xxx> ServerName aa.bb User test Group test DocumentRoot /home/test/public_html/aabb ErrorLog /var/log/httpd-aabb.error_log CustomLog /var/log/httpd-aabb.access_log common </VirtualHost>
<VirtualHost xxx.xxx.xxx.xxx> ServerName www.aa.bb User test Group test DocumentRoot /home/test/public_html/aabb ErrorLog /var/log/httpd-aabb.error_log CustomLog /var/log/httpd-aabb.access_log common </VirtualHost>
<VirtualHost xxx.xxx.xxx.xxx> ServerName www.aa.bb ServerAlias aa.bb # ← User test Group test DocumentRoot /home/test/public_html/aabb ErrorLog /var/log/httpd-aabb.error_log CustomLog /var/log/httpd-aabb.access_log common </VirtualHost>