]> granicus.if.org Git - apache/commitdiff
Remove references to modules that don't and won't have their own pages!
authorNick Kew <niq@apache.org>
Tue, 1 Mar 2011 09:35:59 +0000 (09:35 +0000)
committerNick Kew <niq@apache.org>
Tue, 1 Mar 2011 09:35:59 +0000 (09:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1075749 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/socache.xml

index 1206dc00d6f4af8f29276a9f687f795277df8464..36fb4d6ba6cf29ae2af0f1f7a61893beb762955d 100644 (file)
     inter-process communication.</p>
   </summary>
 
-<seealso><module>mod_socache_dbm</module></seealso>
-<seealso><module>mod_socache_dc</module></seealso>
-<seealso><module>mod_socache_memcache</module></seealso>
-<seealso><module>mod_socache_shmcb</module></seealso>
-
   <section id="providers">
     <title>Shared Object Cache Providers</title>
     <p>The shared object cache as such is an abstraction.  Four different
     <directive module="ssl">SSLStaplingCache</directive>.</p>
     <p>Currently available providers are:</p>
     <dl>
-    <dt><module>mod_socache_dbm</module> ("dbm")</dt>
+    <dt>"dbm" (mod_socache_dbm)</dt>
     <dd>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.</dd>
-    <dt><module>mod_socache_dc</module> ("dc")</dt>
+    <dt>"dc" (mod_socache_dc)</dt>
     <dd>This makes use of the <a href="http://www.distcache.org/">distcache</a>
     distributed session caching libraries.</dd>
-    <dt><module>mod_socache_memcache</module> ("mc")</dt>
+    <dt>"mc" (mod_socache_memcache)</dt>
     <dd>This makes use of the <a href="http://memcached.org/">memcached</a>
     high-performance, distributed memory object caching system.</dd>
-    <dt><module>mod_socache_shmcb</module> ("shmcb")</dt>
+    <dt>"shmcb" (mod_socache_shmcb)</dt>
     <dd>This makes use of a high-performance cyclic buffer inside a
      shared memory segment.</dd>
     </dl>