diff options
author | Jeff Trawick <trawick@apache.org> | 2012-08-14 23:21:02 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2012-08-14 23:21:02 +0200 |
commit | a943ffdeaf39551313f8f215c25bffab5db114d7 (patch) | |
tree | 5fbeb3b738d393175ca0a54c294fcad6ced207ec /CHANGES | |
parent | In 2.4.x (diff) | |
download | apache2-a943ffdeaf39551313f8f215c25bffab5db114d7.tar.xz apache2-a943ffdeaf39551313f8f215c25bffab5db114d7.zip |
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
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |