summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2011-04-25 22:00:43 +0200
committerStefan Fritsch <sf@apache.org>2011-04-25 22:00:43 +0200
commit46dc6e060bddc57dda3669d557af3e8d7cd1d07e (patch)
treee426f1b1f198834298589f5584048e15b5147d87 /docs/manual/mod
parentAdd new ap_reserve_module_slots/ap_reserve_module_slots_directive API, (diff)
downloadapache2-46dc6e060bddc57dda3669d557af3e8d7cd1d07e.tar.xz
apache2-46dc6e060bddc57dda3669d557af3e8d7cd1d07e.zip
mod_ldap: Make LDAPSharedCacheSize 0 create a non-shared-memory cache per
process as opposed to disabling caching completely. This allows to use the non-shared-memory cache as a workaround for the shared memory cache not being available during graceful restarts PR: 48958 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1096577 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod')
-rw-r--r--docs/manual/mod/mod_ldap.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_ldap.xml b/docs/manual/mod/mod_ldap.xml
index c55c437140..c725d22a93 100644
--- a/docs/manual/mod/mod_ldap.xml
+++ b/docs/manual/mod/mod_ldap.xml
@@ -423,7 +423,8 @@ by other LDAP modules</description>
<usage>
<p>Specifies the number of bytes to allocate for the shared
memory cache. The default is 500kb. If set to 0, shared memory
- caching will not be used.</p>
+ caching will not be used and every HTTPD process will create its
+ own cache.</p>
</usage>
</directivesynopsis>