]> granicus.if.org Git - apache/commitdiff
Change httpd.pid placement to rel_runtimedir instead of rel_logfiledir.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 12 Apr 2002 01:08:40 +0000 (01:08 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 12 Apr 2002 01:08:40 +0000 (01:08 +0000)
With the standard apache layout, this changes nothing (since runtimedir ==
logfiledir), but for other layouts, this makes a lot more sense.

PR: 7841
Submitted by:   Andreas Hasenack <andreas@netbank.com.br>
Reviewed by:    Justin Erenkrantz

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94606 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
docs/conf/httpd-std.conf.in

diff --git a/CHANGES b/CHANGES
index f3ca2bd7d2fe52aa4763ce82059bd6022b4aa8b9..f88893654af05e3d77e29c252b24f67efbf357e0 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,8 @@
 Changes with Apache 2.0.36
+  
+  *) Fix PidFile to default to rel_runtimedir instead of
+     rel_logfiledir.  PR 7841.  [Andreas Hasenack <andreas@netbank.com.br>]
+
   *) Win32: Fix problem that caused rapid performance degradation
      when number of connecting clients exceeded ThreadsPerChild.
      [Bill Stoddard]
index b015f27a8fd86720a25c7bc7384eda6839ac6b1a..d59810c298cb27db32c1cd0cfe3a28c03469de64 100644 (file)
@@ -78,7 +78,7 @@ ServerRoot "@@ServerRoot@@"
 # identification number when it starts.
 #
 <IfModule !mpm_netware.c>
-PidFile @rel_logfiledir@/httpd.pid
+PidFile @rel_runtimedir@/httpd.pid
 </IfModule>
 
 #