diff options
author | Eric Covener <covener@apache.org> | 2011-03-12 22:42:36 +0100 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2011-03-12 22:42:36 +0100 |
commit | 7dbcca96c170f28151a3a6e5c5c7027817a07dd6 (patch) | |
tree | 815ad2a9f45658235a7f1ed1122a6b09cd448b7b /CHANGES | |
parent | ifdef 0-out uldap_connection_remove(), which is not part of the API and (diff) | |
download | apache2-7dbcca96c170f28151a3a6e5c5c7027817a07dd6.tar.xz apache2-7dbcca96c170f28151a3a6e5c5c7027817a07dd6.zip |
*) mod_ldap: Add LDAPConnectionPoolTTL to give control over lifetime
of bound backend LDAP connections. PR47634 [Eric Covener]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1081007 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ Changes with Apache 2.3.12 + *) mod_ldap: Add LDAPConnectionPoolTTL to give control over lifetime + of bound backend LDAP connections. PR47634 [Eric Covener] + *) mod_cache: Make CacheEnable and CacheDisable configurable per directory in addition to per server, making them work from within a LocationMatch. [Graham Leggett] |