]> granicus.if.org Git - apache/commitdiff
Fixes example in httpd.conf, as per bug 52604
authorRich Bowen <rbowen@apache.org>
Mon, 6 Feb 2012 16:55:22 +0000 (16:55 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 6 Feb 2012 16:55:22 +0000 (16:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1241076 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/httpd.conf.in

index 6edb323cfd8bea50ba9ecf4685875d8e7394171f..96e795f625aa87bdbbda2a34811eafd1324dd443 100644 (file)
 # Configuration and logfile names: If the filenames you specify for many
 # of the server's control files begin with "/" (or "drive:/" for Win32), the
 # server will use that explicit path.  If the filenames do *not* begin
-# with "/", the value of ServerRoot is prepended -- so "@rel_logfiledir@/foo_log"
-# with ServerRoot set to "@@ServerRoot@@" will be interpreted by the
-# server as "@@ServerRoot@@/@rel_logfiledir@/foo_log".
+# with "/", the value of ServerRoot is prepended -- so 'log/access_log'
+# with ServerRoot set to '/www' will be interpreted by the
+# server as '/www/log/access_log', where as '/log/access_log' will be
+# interpreted as '/log/access_log'.
 
 #
 # ServerRoot: The top of the directory tree under which the server's