]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Last commit accidentally substituted some variables.
authorJoshua Slive <slive@apache.org>
Tue, 5 Apr 2005 13:49:09 +0000 (13:49 +0000)
committerJoshua Slive <slive@apache.org>
Tue, 5 Apr 2005 13:49:09 +0000 (13:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@160170 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/httpd.conf.in

index 114297055b4604ade7860a62a39024e811eb1987..dc6e3ece483cde9dba933c26ff2d211d394f726d 100644 (file)
@@ -13,9 +13,9 @@
 # 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 "logs/foo.log"
+# 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@@/logs/foo.log".
+# server as "@@ServerRoot@@/@rel_logfiledir@/foo.log".
 
 #
 # ServerRoot: The top of the directory tree under which the server's