You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2012/12/21 17:53:46 UTC

svn commit: r1425029 - /httpd/httpd/trunk/docs/manual/mod/mod_socache_memcache.xml

Author: covener
Date: Fri Dec 21 16:53:46 2012
New Revision: 1425029

URL: http://svn.apache.org/viewvc?rev=1425029&view=rev
Log:
hint about API and module usage.


Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_socache_memcache.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_socache_memcache.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_socache_memcache.xml?rev=1425029&r1=1425028&r2=1425029&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_socache_memcache.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_socache_memcache.xml Fri Dec 21 16:53:46 2012
@@ -35,6 +35,17 @@
     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>