blob: f38289721b6cdf17fa6c8e19ecb6b5f55200c1e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
$NetBSD: patch-ak,v 1.3 2002/08/25 21:51:57 jlam Exp $
--- docs/conf/httpd-std.conf.in.orig Wed Apr 24 16:24:35 2002
+++ docs/conf/httpd-std.conf.in
@@ -24,9 +24,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 "@rel_logfiledir@/foo.log"
+# with "/", the value of ServerRoot is prepended -- so "logs/foo.log"
# with ServerRoot set to "@@ServerRoot@@" will be interpreted by the
-# server as "@@ServerRoot@@/@rel_logfiledir@/foo.log".
+# server as "@@ServerRoot@@/logs/foo.log".
#
### Section 1: Global Environment
@@ -54,7 +54,7 @@
#
<IfModule !mpm_winnt.c>
<IfModule !mpm_netware.c>
-#LockFile @rel_logfiledir@/accept.lock
+#LockFile @rel_runtimedir@/accept.lock
</IfModule>
</IfModule>
@@ -68,7 +68,7 @@
#
<IfModule !mpm_netware.c>
<IfModule !perchild.c>
-#ScoreBoardFile @rel_logfiledir@/apache_runtime_status
+#ScoreBoardFile @rel_runtimedir@/apache_runtime_status
</IfModule>
</IfModule>
|