From f068d17be64ec092323f927fb0365b2623504024 Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Fri, 13 Feb 2004 16:45:57 +0000 Subject: [PATCH] Added doc for LDAPSharedCacheFile directive in mod_ldap git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102639 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_ldap.xml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_ldap.xml b/docs/manual/mod/mod_ldap.xml index e8c3601cd8..dc5cd90640 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.

-- 2.50.1