]> granicus.if.org Git - apache/commitdiff
Example in configuration comment should use a path
authorRainer Jung <rjung@apache.org>
Sun, 26 Feb 2012 10:39:06 +0000 (10:39 +0000)
committerRainer Jung <rjung@apache.org>
Sun, 26 Feb 2012 10:39:06 +0000 (10:39 +0000)
consistent with the default configuration.

PR 52715.

Backport from trunk of r1241069 and 1241071.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1293800 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
docs/conf/httpd.conf.in

diff --git a/CHANGES b/CHANGES
index 90d2c21257d8d3aeba4d453b9f0c77a13d74a6b7..0f35547792792ed95909e0286a02979f7016c30b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,10 @@
 
 Changes with Apache 2.4.2
 
+  *) Configuration: Example in comment should use a path consistent
+     with the default configuration. PR 52715.
+     [Rich Bowen, Jens Schleusener, Rainer Jung]
+
   *) Configuration: Switch documentation links from trunk to 2.4.
      [Rainer Jung]
 
index 731578ddf6f74acac97af9600640a1bef66e69b7..83dd6b89a7fc37cb19b7ed46db73fd19e7a11e5e 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 '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'.
+# with "/", the value of ServerRoot is prepended -- so "logs/access_log"
+# with ServerRoot set to "/usr/local/apache2" will be interpreted by the
+# server as "/usr/local/apache2/logs/access_log", whereas "/logs/access_log" 
+# will be interpreted as '/logs/access_log'.
 
 #
 # ServerRoot: The top of the directory tree under which the server's