From: Justin Erenkrantz Date: Fri, 12 Apr 2002 01:08:40 +0000 (+0000) Subject: Change httpd.pid placement to rel_runtimedir instead of rel_logfiledir. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4029f9861d5fc607e382a8fb1ea767165bce90e1;p=apache Change httpd.pid placement to rel_runtimedir instead of rel_logfiledir. 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 Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94606 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index f3ca2bd7d2..f88893654a 100644 --- 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 ] + *) Win32: Fix problem that caused rapid performance degradation when number of connecting clients exceeded ThreadsPerChild. [Bill Stoddard] diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd-std.conf.in index b015f27a8f..d59810c298 100644 --- a/docs/conf/httpd-std.conf.in +++ b/docs/conf/httpd-std.conf.in @@ -78,7 +78,7 @@ ServerRoot "@@ServerRoot@@" # identification number when it starts. # -PidFile @rel_logfiledir@/httpd.pid +PidFile @rel_runtimedir@/httpd.pid #