From: Nick Kew Date: Tue, 1 Mar 2011 09:35:59 +0000 (+0000) Subject: Remove references to modules that don't and won't have their own pages! X-Git-Tag: 2.3.11~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e256e27071547a64598150e58e02180d0ecf6f2;p=apache Remove references to modules that don't and won't have their own pages! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1075749 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/socache.xml b/docs/manual/socache.xml index 1206dc00d6..36fb4d6ba6 100644 --- a/docs/manual/socache.xml +++ b/docs/manual/socache.xml @@ -31,11 +31,6 @@ inter-process communication.

-mod_socache_dbm -mod_socache_dc -mod_socache_memcache -mod_socache_shmcb -
Shared Object Cache Providers

The shared object cache as such is an abstraction. Four different @@ -49,17 +44,17 @@ SSLStaplingCache.

Currently available providers are:

-
mod_socache_dbm ("dbm")
+
"dbm" (mod_socache_dbm)
This makes use of a DBM hash file. The choice of underlying DBM configuration may be configurable if the installed APR version supports multiple DBM implementations.
-
mod_socache_dc ("dc")
+
"dc" (mod_socache_dc)
This makes use of the distcache distributed session caching libraries.
-
mod_socache_memcache ("mc")
+
"mc" (mod_socache_memcache)
This makes use of the memcached high-performance, distributed memory object caching system.
-
mod_socache_shmcb ("shmcb")
+
"shmcb" (mod_socache_shmcb)
This makes use of a high-performance cyclic buffer inside a shared memory segment.