]> granicus.if.org Git - apache/commitdiff
xform
authorEric Covener <covener@apache.org>
Fri, 21 Dec 2012 16:54:21 +0000 (16:54 +0000)
committerEric Covener <covener@apache.org>
Fri, 21 Dec 2012 16:54:21 +0000 (16:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1425030 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_socache_memcache.html.en

index 038f8cadda1ace6963c0687b9f39ae2bc78aa731..e20226976e516eaa683895aa2169f110f3698dae 100644 (file)
     high-performance, distributed memory object caching system.
     </p>
 
+    <p>This shared object cache provider's "create" method requies a 
+       comma separated list of memcached host/port specifications. If using
+       this provider via another modules configuration (such as 
+       <code class="directive"><a href="../mod/mod_ssl.html#sslsessioncache">SSLSessionCache</a></code>), provide
+       the list of servers as the optional "arg" parameter.</p>
+
+     <div class="example"><p><code>
+         SSLSessionCache memcache:memcache.example.com:12345,memcache2.example.com:123455
+     </code></p></div>
+      
     <p>Details of other shared object cache providers can be found
     <a href="../socache.html">here</a>.
     </p>