Index: docs/conf/extra/httpd-vhosts.conf.in =================================================================== --- docs/conf/extra/httpd-vhosts.conf.in (revision 596960) +++ docs/conf/extra/httpd-vhosts.conf.in (working copy) @@ -30,7 +30,7 @@ ServerName dummy-host.example.com ServerAlias www.dummy-host.example.com ErrorLog "@rel_logfiledir@/dummy-host.example.com-error_log" - CustomLog "@rel_logfiledir@/dummy-host.example.com-access_log common" + CustomLog "@rel_logfiledir@/dummy-host.example.com-access_log" common @@ -38,7 +38,7 @@ DocumentRoot "/www/docs/dummy-host2.example.com" ServerName dummy-host2.example.com ErrorLog "@rel_logfiledir@/dummy-host2.example.com-error_log" - CustomLog "@rel_logfiledir@/dummy-host2.example.com-access_log common" + CustomLog "@rel_logfiledir@/dummy-host2.example.com-access_log" common