From: Jeff Trawick Date: Tue, 14 Aug 2012 21:21:02 +0000 (+0000) Subject: add back the DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR stuff X-Git-Tag: 2.5.0-alpha~6431 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a943ffdeaf39551313f8f215c25bffab5db114d7;p=thirdparty%2Fapache%2Fhttpd.git add back the DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR stuff 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 --- diff --git a/CHANGES b/CHANGES index 4ea0ffed172..effed03b2a5 100644 --- 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