]> granicus.if.org Git - apache/commitdiff
xforms
authorJim Jagielski <jim@apache.org>
Fri, 21 Oct 2016 18:51:39 +0000 (18:51 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 21 Oct 2016 18:51:39 +0000 (18:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1766105 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/caching.html.en
docs/manual/caching.xml.fr
docs/manual/caching.xml.tr

index 1744a2968f2a0051167aced96c6d51ab262fc051..1e04988d45848dd16777a07d216195c135218119 100644 (file)
@@ -544,11 +544,13 @@ CacheDirLength 1</pre>
     <h3><a name="memcache" id="memcache">Caching to memcached</a></h3>
       
 
-      <p>The <code class="module"><a href="./mod/mod_cache_socache.html">mod_cache_socache</a></code> and <code class="module"><a href="./mod/mod_socache_memcache.html">mod_socache_memcache</a></code>
-      modules are used to specify that the backend storage mechanism to be used
-      to store and return cached data in the <code>memcached</code> server.</p>
+      <p>Using the <code class="module"><a href="./mod/mod_cache_socache.html">mod_cache_socache</a></code> module, <code class="module"><a href="./mod/mod_cache.html">mod_cache</a></code>
+      can cache data from a variety of implementations (aka: "providers"). Using the
+      <code class="module"><a href="./mod/mod_socache_memcache.html">mod_socache_memcache</a></code> module, for example, one can specify that
+      <a href="http://memcached.org">memcached</a> is to be used as the
+      the backend storage mechanism.</p>
 
-      <p>Typically the module will be configured as so;</p>
+      <p>Typically the module will be configured as so:</p>
 
       <pre class="prettyprint lang-config">CacheEnable socache /
 CacheSocache memcache:memcd.example.com:11211</pre>
@@ -556,7 +558,11 @@ CacheSocache memcache:memcd.example.com:11211</pre>
 
       <p>Additional <code>memcached</code> servers can be specified by
       appending them to the end of the <code>CacheSocache memcache:</code>
-      line seperated by commas.</p>
+      line separated by commas:</p>
+
+      <pre class="prettyprint lang-config">CacheEnable socache /
+CacheSocache memcache:mem1.example.com:11211,mem2.example.com:11212</pre>
+
 
       <p>This format is also used with the other various <code class="module"><a href="./mod/mod_cache_socache.html">mod_cache_socache</a></code>
       providers. For example:</p>
index 78829440f0c9efb97727a29dbf4d73dc2ae5ca4c..f3cdc8266059a88e55caefd831df7b00d4b0ccba 100644 (file)
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 1673947:1766097 (outdated) -->
+<!-- English Revision: 1673947:1766103 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index b81c552201eab990d9502f801320f25c251df5b8..f61025145ff8c9ef28c847fc551636b79b7e6ebc 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="style/manual.tr.xsl"?>
-<!-- English Revision: 1291840:1766097 (outdated) -->
+<!-- English Revision: 1291840:1766103 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>