]> granicus.if.org Git - apache/commitdiff
add back the DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR stuff
authorJeff Trawick <trawick@apache.org>
Tue, 14 Aug 2012 21:21:02 +0000 (21:21 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 14 Aug 2012 21:21:02 +0000 (21:21 +0000)
that is not in 2.4.x

The trunk patches for these all have some configuration breakage
as 2.4.x interprets the individual directive or API parameter as
relative to ServerRoot whereas trunk interprets everything
relative to DefaultRuntimeDir.

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

CHANGES

diff --git a/CHANGES b/CHANGES
index 4ea0ffed172ea80b86d6fda52377efe70d4ac0ef..effed03b2a53511feeded7dcd1edfa0cec18d75f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -25,6 +25,15 @@ Changes with Apache 2.5.0
   *) mod_lua: Add new directive LuaCodeCache for controlling in-memory
      caching of lua scripts. [Daniel Gruno]
 
+  *) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
+     - APIs: ap_log_pid(), ap_remove_pid, ap_read_pid()
+     - core: the scoreboard (ScoreBoardFile), pid file (PidFile), and
+       mutexes (Mutex)
+     - mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
+     - mod_ldap: shared memory cache
+     - mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
+     [Jeff Trawick]
+
   *) mod_ssl: Add RFC 5878 support. [Ben Laurie]
 
   *) mod_lua: Add new directive LuaAuthzProvider to allow implementing an