(trunk commit was okay; 2.2.x commit had quotes in
the wrong place)
PR: 43922
Submitted by: Basant Kumar Kukreja <basant.kukreja sun.com>
Reviewed by: trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@597044
13f79535-47bb-0310-9956-
ffa450edef68
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
</VirtualHost>
<VirtualHost *:80>
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
</VirtualHost>