]> granicus.if.org Git - apache/commitdiff
Add reference to the mod_socache modules in the mod_ssl docs.
authorGraham Leggett <minfrin@apache.org>
Wed, 7 Dec 2011 16:48:54 +0000 (16:48 +0000)
committerGraham Leggett <minfrin@apache.org>
Wed, 7 Dec 2011 16:48:54 +0000 (16:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1211529 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.xml

index 557f6e5d7c8b8b424a771a1473a8b11fc242a386..ba3e6ea0ef8ed7c6a03a0ba1faef673c480d08cf 100644 (file)
@@ -450,8 +450,9 @@ The following five storage <em>type</em>s are currently supported:</p>
 
     <p>This makes use of a DBM hashfile on the local disk to
     synchronize the local OpenSSL memory caches of the server
-    processes.  This session cache may suffer reliability issues under
-    high load.</p></li>
+    processes. This session cache may suffer reliability issues under
+    high load. To use this, ensure that
+    <module>mod_socache_dbm</module> is loaded.</p></li>
 
 <li><code>shmcb:/path/to/datafile</code>[<code>(</code><em>size</em><code>)</code>]
 
@@ -459,7 +460,8 @@ The following five storage <em>type</em>s are currently supported:</p>
     (approx. <em>size</em> bytes in size) inside a shared memory
     segment in RAM (established via <code>/path/to/datafile</code>) to
     synchronize the local OpenSSL memory caches of the server
-    processes.  This is the recommended session cache.</p></li>
+    processes.  This is the recommended session cache. To use this,
+    ensure that <module>mod_socache_shmcb</module> is loaded.</p></li>
 
 <li><code>dc:UNIX:/path/to/socket</code>
 
@@ -470,7 +472,8 @@ The following five storage <em>type</em>s are currently supported:</p>
     for example, <code>UNIX:/path/to/socket</code> specifies a UNIX
     domain socket (typically a local dc_client proxy);
     <code>IP:server.example.com:9001</code> specifies an IP
-    address.</p></li>
+    address. To use this, ensure that
+    <module>mod_socache_dc</module> is loaded.</p></li>
 
 </ul>