]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix broken backport of r515403 some months ago
authorJeff Trawick <trawick@apache.org>
Wed, 21 Nov 2007 11:47:09 +0000 (11:47 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 21 Nov 2007 11:47:09 +0000 (11:47 +0000)
(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

docs/conf/extra/httpd-vhosts.conf.in

index 10b31dd0fea901c85b3cdf37fc554ae301b120a8..6beb5728abd879dadb3a2274e294cf2058f4625a 100644 (file)
@@ -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
 </VirtualHost>
 
 <VirtualHost *:80>
@@ -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
 </VirtualHost>