You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2007/11/21 12:47:10 UTC

svn commit: r597044 - /httpd/httpd/branches/2.2.x/docs/conf/extra/httpd-vhosts.conf.in

Author: trawick
Date: Wed Nov 21 03:47:09 2007
New Revision: 597044

URL: http://svn.apache.org/viewvc?rev=597044&view=rev
Log:
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 <basant.kukreja sun.com>
Reviewed by: trawick

Modified:
    httpd/httpd/branches/2.2.x/docs/conf/extra/httpd-vhosts.conf.in

Modified: httpd/httpd/branches/2.2.x/docs/conf/extra/httpd-vhosts.conf.in
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/conf/extra/httpd-vhosts.conf.in?rev=597044&r1=597043&r2=597044&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/conf/extra/httpd-vhosts.conf.in (original)
+++ httpd/httpd/branches/2.2.x/docs/conf/extra/httpd-vhosts.conf.in Wed Nov 21 03:47:09 2007
@@ -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
 </VirtualHost>
 
 <VirtualHost *:80>
@@ -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
 </VirtualHost>