From: Bradley Nicholes Date: Fri, 13 Feb 2004 16:47:50 +0000 (+0000) Subject: Added doc for LDAPSharedCacheFile directive in mod_ldap X-Git-Tag: 2.0.49~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad29c1819fbf7c6e668634591c8cf37ea71d25ae;p=thirdparty%2Fapache%2Fhttpd.git Added doc for LDAPSharedCacheFile directive in mod_ldap git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102640 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ldap.xml b/docs/manual/mod/mod_ldap.xml index e8c3601cd85..dc5cd906406 100644 --- a/docs/manual/mod/mod_ldap.xml +++ b/docs/manual/mod/mod_ldap.xml @@ -233,8 +233,21 @@ by other LDAP modules server config -

Specifies the number of bytes to specify for the shared - memory cache. The default is 100kb.

+

Specifies the number of bytes to allocate for the shared + memory cache. The default is 100kb. If set to 0, shared memory + caching will not be used.

+
+ + + +LDAPSharedCacheFile +Sets the shared memory chache file +LDAPSharedCacheFile directory-path/filename +server config + + +

Specifies the directory path and file name of the shared memory + cache file. If not set, shared memory caching will not be used.