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:54:21 UTC

svn commit: r1425030 - /httpd/httpd/trunk/docs/manual/mod/mod_socache_memcache.html.en

Author: covener
Date: Fri Dec 21 16:54:21 2012
New Revision: 1425030

URL: http://svn.apache.org/viewvc?rev=1425030&view=rev
Log:

xform

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_socache_memcache.html.en

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