]> granicus.if.org Git - apache/commitdiff
Fix typo spotted by angeloxx (r1788719 in trunk)
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 26 Mar 2017 11:52:41 +0000 (11:52 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 26 Mar 2017 11:52:41 +0000 (11:52 +0000)
+ synch with trunk to improve syntax highlight

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1788723 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_cache_socache.html.en
docs/manual/mod/mod_cache_socache.xml.fr
docs/manual/mod/mod_cache_socache.xml.meta

index e4c340660304bca89a0d95213ba45c6bdaa15ff9..5d06655d2f36f9d1ed4d0f76d135cf0a7385cdef 100644 (file)
@@ -51,14 +51,14 @@ HTTP caching filter.</td></tr>
     <pre class="prettyprint lang-config"># Turn on caching
 CacheSocache shmcb
 CacheSocacheMaxSize 102400
-&lt;Location /foo&gt;
+&lt;Location "/foo"&gt;
     CacheEnable socache
 &lt;/Location&gt;
 
 # Fall back to the disk cache
 CacheSocache shmcb
 CacheSocacheMaxSize 102400
-&lt;Location /foo&gt;
+&lt;Location "/foo"&gt;
     CacheEnable socache
     CacheEnable disk
 &lt;/Location&gt;</pre>
@@ -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>
index c1a4ba8fa983991dc3accac84855ff9b7feb08e8..34eeb84bae80efc7fb5a57ea52ce705d61546638 100644 (file)
@@ -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: 1659895 -->
+<!-- English Revision: 1659895:1788722 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index dcf2d8995453d05000531751c5ef3cdb2ad9d7f7..6b54b885c6d29d0c2fc6e6c85f5d8d94513bcc73 100644 (file)
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>