]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
xforms
authorJim Jagielski <jim@apache.org>
Fri, 21 Oct 2016 18:56:14 +0000 (18:56 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 21 Oct 2016 18:56:14 +0000 (18:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1766107 13f79535-47bb-0310-9956-ffa450edef68

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

index dd59315c24164f8e95fde861fa21880c831e0942..b51d589c4cf442a02202f7395db57f20f34b5ec2 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 44308fe192f6c2f3f307640c6d5ba365f197b9f7..e29a9a7ab242db17e5c5c7482df95fdda3b7fa39 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: 1597081:1766098 (outdated) -->
+<!-- English Revision: 1597081:1766106 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 288aae4f850f077192683cee38af8787d3488e3d..e3e281d4b96134469f9925223f8915fa8f7b4c0a 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: 1597081:1766098 (outdated) -->
+<!-- English Revision: 1597081:1766106 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.gen.tr>
    Reviewed by: Orhan Berent <berent belgeler.gen.tr>