]> granicus.if.org Git - apache/commitdiff
xforms
authorEric Covener <covener@apache.org>
Fri, 21 Dec 2012 17:01:06 +0000 (17:01 +0000)
committerEric Covener <covener@apache.org>
Fri, 21 Dec 2012 17:01:06 +0000 (17:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1425034 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_socache_memcache.html.en
docs/manual/socache.html.en

index ba3fe47716f62dc74940970c18c25130a5bc990a..8cb1364870de81c1fd2907dca060643ffb6833c7 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>
index 489d03c801dcdabc6004bcd8172f8a762c1ea9f5..6f9063a90f69df05c59e777676895b95b157e5a6 100644 (file)
@@ -41,7 +41,6 @@
     <p>The only configuration required is to select which cache provider
     to use.  This is the responsibility of modules using the cache, and
     they enable selection using directives such as
-    <code class="directive"><a href="./mod/mod_cache_socache.html#cachesocache">CacheSocache</a></code>,
     <code class="directive"><a href="./mod/mod_authn_socache.html#authncachesocache">AuthnCacheSOCache</a></code>,
     <code class="directive"><a href="./mod/mod_ssl.html#sslsessioncache">SSLSessionCache</a></code>, and
     <code class="directive"><a href="./mod/mod_ssl.html#sslstaplingcache">SSLStaplingCache</a></code>.</p>