From 081507fd6a593d5f3f5583b4ecb0192f0eaec359 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Tue, 5 Apr 2005 13:49:09 +0000 Subject: [PATCH] Last commit accidentally substituted some variables. 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in index 114297055b4..dc6e3ece483 100644 --- a/docs/conf/httpd.conf.in +++ b/docs/conf/httpd.conf.in @@ -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 -- 2.47.2