]> granicus.if.org Git - apache/commitdiff
Update transformations.
authorGraham Leggett <minfrin@apache.org>
Tue, 21 Feb 2012 15:07:30 +0000 (15:07 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 21 Feb 2012 15:07:30 +0000 (15:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1291842 13f79535-47bb-0310-9956-ffa450edef68

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

index 81e47d538e7d7752f8e8d6d0ac1f0bd34df13448..27aba02906a3d643b2a09238d54a73d4104030cc 100644 (file)
@@ -64,7 +64,7 @@
 
         <dt>Two-state key/value shared object caching</dt>
         <dd>
-            <code class="module"><a href="./mod/mod_socache.html">mod_socache</a></code>
+            The <a href="socache.html">shared object cache API</a> (socache)
             and its provider modules provide a
             server wide key/value based shared object cache. These modules
             are designed to cache low level data such as SSL sessions and
index 364bb000ff6f55804b33537c67082cfbcc75286f..7c34a00205f6cc4ed151d919e4bc54cb89a560ed 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: 1058639:1210727 (outdated) -->
+<!-- English Revision: 1058639:1291841 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index 59e8fce29ecf7b0ccfa3e7159c29cb08133f053d..a82b5775d7cd3034681a02f3c7bd382d40a32492 100644 (file)
 
       <dt><code class="module"><a href="./mod/mod_cache.html">mod_cache</a></code></dt>
 
+      <dd>The <code class="module"><a href="./mod/mod_cache.html">mod_cache</a></code> CACHE filter can be optionally inserted
+      at a given point in the filter chain to provide fine control over caching.
+      </dd>
+
       <dd><code class="module"><a href="./mod/mod_cache.html">mod_cache</a></code> can now cache HEAD requests.</dd>
 
       <dd>Where possible, <code class="module"><a href="./mod/mod_cache.html">mod_cache</a></code> directives can now be set
         enhanced, with more examples at the getting started level, in
         addition to the previous focus on technical details.</dd>
 
+        <dt>Caching Guide</dt>
+        <dd>The <a href="caching.html">Caching Guide</a> has been rewritten
+        to properly distinguish between the RFC2616 HTTP/1.1 caching
+        features provided by <code class="module"><a href="./mod/mod_cache.html">mod_cache</a></code>, and the generic
+        key/value caching provided by the <a href="socache.html">socache</a>
+        interface, as well as to cover specialised caching provided by
+        mechanisms such as <code class="module"><a href="./mod/mod_file_cache.html">mod_file_cache</a></code>.</dd>
+
     </dl>
   </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section">
index 8427488de05305f78480495d5576cedac7980614..0262c90e6cba0e9c315abacfd19ba369fa9e9987 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: 1205550:1290837 (outdated) -->
+<!-- English Revision: 1205550:1291837 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 583b6fe58a8691bb25e82ae0faa3d9b20a798426..a081aca8f6942115045116d5d7afe19725311015 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.en.xsl"?>
-<!-- English Revision: 1205555:1290837 (outdated) -->
+<!-- English Revision: 1205555:1291837 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>