You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2017/03/26 11:41:06 UTC

svn commit: r1788720 - in /httpd/httpd/trunk/docs/manual/mod: mod_cache_socache.html.en mod_cache_socache.xml.fr mod_cache_socache.xml.meta

Author: jailletc36
Date: Sun Mar 26 11:41:06 2017
New Revision: 1788720

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

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_cache_socache.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_cache_socache.xml.fr
    httpd/httpd/trunk/docs/manual/mod/mod_cache_socache.xml.meta

Modified: httpd/httpd/trunk/docs/manual/mod/mod_cache_socache.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_cache_socache.html.en?rev=1788720&r1=1788719&r2=1788720&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_cache_socache.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_cache_socache.html.en Sun Mar 26 11:41:06 2017
@@ -67,7 +67,7 @@ CacheSocacheMaxSize 102400
     <div class="note"><h3>Note:</h3>
       <p><code class="module"><a href="../mod/mod_cache_socache.html">mod_cache_socache</a></code> requires the services of
       <code class="module"><a href="../mod/mod_cache.html">mod_cache</a></code>, which must be loaded before
-      mod_cache_socache.</p>
+      <code class="module"><a href="../mod/mod_cache_socache.html">mod_cache_socache</a></code>.</p>
     </div>
 </div>
 <div id="quickview"><h3 class="directives">Directives</h3>
@@ -200,7 +200,7 @@ cache</td></tr>
     <p>This directive only takes effect when the data is being saved to the
     cache, as opposed to data being served from the cache.</p>
 
-    <pre class="prettyprint lang-config">CacheReadSize 102400</pre>
+    <pre class="prettyprint lang-config">CacheSocacheReadSize 102400</pre>
 
 
 </div>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_cache_socache.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_cache_socache.xml.fr?rev=1788720&r1=1788719&r2=1788720&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_cache_socache.xml.fr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_cache_socache.xml.fr [utf-8] Sun Mar 26 11:41:06 2017
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1673892 -->
+<!-- English Revision: 1673892:1788719 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/trunk/docs/manual/mod/mod_cache_socache.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_cache_socache.xml.meta?rev=1788720&r1=1788719&r2=1788720&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_cache_socache.xml.meta (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_cache_socache.xml.meta Sun Mar 26 11:41:06 2017
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>