]> granicus.if.org Git - apache/commitdiff
Merge r1425029 from https://svn.apache.org/repos/asf/httpd/httpd/trunk/:
authorEric Covener <covener@apache.org>
Fri, 21 Dec 2012 16:55:48 +0000 (16:55 +0000)
committerEric Covener <covener@apache.org>
Fri, 21 Dec 2012 16:55:48 +0000 (16:55 +0000)
hint about API and module usage.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1425033 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_socache_memcache.xml

index 57bed5b8203c3c55a6eb90c31d73c028c2c564b1..f195343bd1f2b72ccd46ebd40be745e63e2ef87c 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 
+       <directive module="mod_ssl">SSLSessionCache</directive>), provide
+       the list of servers as the optional "arg" parameter.</p>
+
+     <example>
+         SSLSessionCache memcache:memcache.example.com:12345,memcache2.example.com:123455
+     </example>
+      
     <p>Details of other shared object cache providers can be found
     <a href="../socache.html">here</a>.
     </p>