summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2009-10-06 21:39:38 +0200
committerStefan Fritsch <sf@apache.org>2009-10-06 21:39:38 +0200
commitda0e12aacfd9ba86d5e2d9343e1ba1d5dfb25fd9 (patch)
tree0cb2e9587ab8e540bab45d90f9d3efe5250c97bb /CHANGES
parentmod_rewrite: Make sure that a hostname:port isn't fully qualified if (diff)
downloadapache2-da0e12aacfd9ba86d5e2d9343e1ba1d5dfb25fd9.tar.xz
apache2-da0e12aacfd9ba86d5e2d9343e1ba1d5dfb25fd9.zip
Work around broken cache management in mod_ldap: If LDAPSharedCacheSize is too
small, try to free some memory by purging the cache and log a warning. Also increase the default LDAPSharedCacheSize to 500000. This is a more realistic size suitable for the default values of 1024 for LdapCacheEntries and LdapOpCacheEntries. PR: 46749 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@822458 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 11c316d7b2..ef5c5c8916 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,12 @@ Changes with Apache 2.3.3
mod_proxy_ftp: NULL pointer dereference on error paths.
[Stefan Fritsch <sf fritsch.de>, Joe Orton]
+ *) mod_ldap: If LDAPSharedCacheSize is too small, try harder to purge
+ some cache entries and log a warning. Also increase the default
+ LDAPSharedCacheSize to 500000. This is a more realistic size suitable
+ for the default values of 1024 for LdapCacheEntries/LdapOpCacheEntries.
+ PR 46749. [Stefan Fritsch]
+
*) mod_rewrite: Make sure that a hostname:port isn't fully qualified if
the request is a CONNECT request. [Bill Zajac <billz consultla.com>]