From: Jeff Trawick Date: Wed, 21 Nov 2007 11:47:09 +0000 (+0000) Subject: fix broken backport of r515403 some months ago X-Git-Tag: 2.2.7~207 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f83f57b74216a21e3e3f82a233bf67b8ed165569;p=thirdparty%2Fapache%2Fhttpd.git fix broken backport of r515403 some months ago (trunk commit was okay; 2.2.x commit had quotes in the wrong place) PR: 43922 Submitted by: Basant Kumar Kukreja Reviewed by: trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@597044 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/extra/httpd-vhosts.conf.in b/docs/conf/extra/httpd-vhosts.conf.in index 10b31dd0fea..6beb5728abd 100644 --- a/docs/conf/extra/httpd-vhosts.conf.in +++ b/docs/conf/extra/httpd-vhosts.conf.in @@ -30,7 +30,7 @@ NameVirtualHost *:80 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 @@ NameVirtualHost *: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