Apache Module mod_ldap
Summary
@@ -144,31 +144,31 @@ authentication provided by

Specifies the maximum size of the primary LDAP cache. This
cache contains successful search/binds. Set it to 0 to turn off
search/bind caching. The default size is 1024 cached
searches.
Specifies the time (in seconds) that an item in the
search/bind cache remains valid. The default is 600 seconds (10
minutes).
This directive is only valid if Apache has been linked
against the Netscape/iPlanet Directory SDK.
@@ -178,30 +178,32 @@ authentication provided by

This specifies the number of entries mod_ldap
will use to cache LDAP compare operations. The default is 1024
entries. Setting it to 0 disables operation caching.
Specifies the time (in seconds) that entries in the
operation cache remain valid. The default is 600 seconds.

Specifies the number of bytes to specify for the shared
memory cache. The default is 100kb.
diff --git a/docs/manual/mod/mod_ldap.xml b/docs/manual/mod/mod_ldap.xml
index c878316bbd..94568f4fe6 100644
--- a/docs/manual/mod/mod_ldap.xml
+++ b/docs/manual/mod/mod_ldap.xml
@@ -6,7 +6,7 @@
mod_ldap
LDAP connection pooling and result caching
services for use by other LDAP modules
-
experimental
+
Experimental
util_ldap.c
ldap_module
Available in version 2.0.41 and later
@@ -157,6 +157,7 @@ authentication provided by
mod_auth_ldap.
LDAPSharedCacheSize
+Size in bytes of the shared-memory cache
LDAPSharedCacheSize bytes
LDAPSharedCacheSize 102400
server config
@@ -169,6 +170,7 @@ authentication provided by mod_auth_ldap.
LDAPCacheEntries
+Maximum number of entires in the primary LDAP cache
LDAPCacheEntries number
LDAPCacheEntries 1024
server config
@@ -183,6 +185,7 @@ authentication provided by mod_auth_ldap.
LDAPCacheTTL
+Time that cached items remain valid
LDAPCacheTTL seconds
LDAPCacheTTL 600
server config
@@ -196,6 +199,8 @@ authentication provided by mod_auth_ldap.
LDAPOpCacheEntries
+Number of entries used to cache LDAP compare
+operations
LDAPOpCacheEntries number
LDAPOpCacheEntries 1024
server config
@@ -209,6 +214,8 @@ authentication provided by mod_auth_ldap.
LDAPOpCacheTTL
+Time that entries in the operation cache remain
+valid
LDAPOpCacheTTL seconds
LDAPOpCacheTTL 600
server config
@@ -221,6 +228,7 @@ authentication provided by mod_auth_ldap.
LDAPCertDBPath
+Directory containing certificates for SSL support
LDAPCertDBPath directory-path
server config
diff --git a/docs/manual/mod/mod_mime.html.en b/docs/manual/mod/mod_mime.html.en
index ceaf47edf5..aada274220 100644
--- a/docs/manual/mod/mod_mime.html.en
+++ b/docs/manual/mod/mod_mime.html.en
@@ -351,7 +351,7 @@ to the specified content language