You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2016/10/21 18:56:14 UTC

svn commit: r1766107 - in /httpd/httpd/branches/2.4.x/docs/manual: caching.html.en caching.xml.fr caching.xml.tr

Author: jim
Date: Fri Oct 21 18:56:14 2016
New Revision: 1766107

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

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/caching.html.en
    httpd/httpd/branches/2.4.x/docs/manual/caching.xml.fr
    httpd/httpd/branches/2.4.x/docs/manual/caching.xml.tr

Modified: httpd/httpd/branches/2.4.x/docs/manual/caching.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/caching.html.en?rev=1766107&r1=1766106&r2=1766107&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/caching.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/caching.html.en Fri Oct 21 18:56:14 2016
@@ -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:
 
       <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>

Modified: httpd/httpd/branches/2.4.x/docs/manual/caching.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/caching.xml.fr?rev=1766107&r1=1766106&r2=1766107&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/caching.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/caching.xml.fr Fri Oct 21 18:56:14 2016
@@ -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

Modified: httpd/httpd/branches/2.4.x/docs/manual/caching.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/caching.xml.tr?rev=1766107&r1=1766106&r2=1766107&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/caching.xml.tr [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/caching.xml.tr [utf-8] Fri Oct 21 18:56:14 2016
@@ -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>