]> granicus.if.org Git - apache/commitdiff
update xforms
authorStefan Fritsch <sf@apache.org>
Thu, 15 Sep 2011 21:07:32 +0000 (21:07 +0000)
committerStefan Fritsch <sf@apache.org>
Thu, 15 Sep 2011 21:07:32 +0000 (21:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1171274 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_filter.html.en
docs/manual/mod/mod_ssl.html.en
docs/manual/new_features_2_4.html.en
docs/manual/upgrading.html.en
docs/manual/upgrading.html.fr
docs/manual/upgrading.xml.fr
docs/manual/upgrading.xml.meta

index 6775554d2fb59dd7706f703f77bb9880d2413022..80c54f81550c299a38b8e504e3d62162ba335e93 100644 (file)
 
     <p><code class="module"><a href="../mod/mod_filter.html">mod_filter</a></code> by contrast gives server administrators a
     great deal of flexibility in configuring the filter chain.  In fact,
-    filters can be inserted based on any Request Header, Response Header
-    or Environment Variable.  This generalises the limited flexibility offered
-    by <code class="directive">AddOutputFilterByType</code>, and fixes
-    it to work correctly with dynamic content, regardless of the
-    content generator.  The ability to dispatch based on Environment
-    Variables offers the full flexibility of configuration with
-    <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> to anyone who needs it.</p>
+    filters can be inserted based on complex boolean
+    <a href="../expr.html">expressions</a> This generalises the limited
+    flexibility offered by <code class="directive">AddOutputFilterByType</code>.</p>
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="terms" id="terms">Filter Declarations, Providers and Chains</a></h2>
 <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_filter</td></tr>
-<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in Apache httpd 2.0.33 and later; deprecated in Apache httpd 2.1 and later</td></tr>
+<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Version 2.0.33 and later; had severe limitations before
+being moved to <code class="module"><a href="../mod/mod_filter.html">mod_filter</a></code> in version 2.3.7</td></tr>
 </table>
     <p>This directive activates a particular output <a href="../filter.html">filter</a> for a request depending on the
-    response <a class="glossarylink" href="../glossary.html#media-type" title="see glossary">media-type</a>.  Because of certain
-    problems discussed below, this directive is deprecated.  The same
-    functionality is available using <code class="module"><a href="../mod/mod_filter.html">mod_filter</a></code>.</p>
+    response <a class="glossarylink" href="../glossary.html#media-type" title="see glossary">media-type</a>.</p>
 
     <p>The following example uses the <code>DEFLATE</code> filter, which
     is provided by <code class="module"><a href="../mod/mod_deflate.html">mod_deflate</a></code>. It will compress all
     &lt;/Location&gt;
     </code></p></div>
 
-    <div class="warning"><h3>Note</h3>
-      <p>Enabling filters with <code class="directive">AddOutputFilterByType</code>
-      may fail partially or completely in some cases. For example, no
-      filters are applied if the <a class="glossarylink" href="../glossary.html#media-type" title="see glossary">media-type</a> could not
-      be determined.  If you want to make sure that the filters will be
-      applied, assign the content type to a resource explicitly; for
-      example, with <code class="directive"><a href="../mod/mod_mime.html#addtype">AddType</a></code> or
-      <code class="directive"><a href="../mod/core.html#forcetype">ForceType</a></code>. Setting the
-      content type within a (non-nph) CGI script is also safe.</p>
-
-    </div>
 
 <h3>See also</h3>
 <ul>
index 0d417db1d55a0db4a3ec6aa0f1c594211019aea7..dbb12cc9f594a2fbf2e632331fb9d46bf2ca1198 100644 (file)
@@ -1456,6 +1456,11 @@ This referenced file is simply the concatenation of the various PEM-encoded
 certificate files. Upon startup, each client certificate configured will
 be examined and a chain of trust will be constructed.
 </p>
+<div class="warning"><h3>Security warning</h3>
+<p>If this directive is enabled, all of the certificates in the file will be
+trusted as if they were also in <code class="directive"><a href="#&#10;sslproxycacertificatefile">
+SSLProxyCACertificateFile</a></code>.</p>
+</div>
 <div class="example"><h3>Example</h3><p><code>
 SSLProxyMachineCertificateChainFile /usr/local/apache2/conf/ssl.crt/proxyCA.pem
 </code></p></div>
index 2ca9f2b8e54e627847a8685e4b52d5cbc02e2679..fe73ad4b7a626505d8f9b18cb97046acb6c1e2ab 100644 (file)
       <dd>We now have a general-purpose expression parser, whose API is
           exposed in <var>ap_expr.h</var>.  This is adapted from the
           expression parser previously implemented in
-          <code class="module"><a href="./mod/mod_include.html">mod_include</a></code>.</dd>
+          <code class="module"><a href="./mod/mod_ssl.html">mod_ssl</a></code>.</dd>
 
       <dt>Authorization Logic Containers</dt>
       
index 9b1edbef63064fe942f60b7205b555ed0208f00c..0f5f696c96842e646cc1f38d74d1c0a114d73d27 100644 (file)
       warning.  Any address/port combination appearing in multiple
       virtual hosts is implicitly treated as a name-based virtual host.
       </li>
+
+      <li><code class="module"><a href="./mod/mod_deflate.html">mod_deflate</a></code> will now skip compression if it knows
+      that the size overhead added by the compression is larger than the data
+      to be compressed.
+      </li>
     </ul>
-    
 
   </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section">
index f370fa547ccb267598ce15bb096202ed0a70b3e0..30760f2f87ebab32d51bdc7389c342a4d93f6a78 100644 (file)
@@ -21,6 +21,8 @@
 <p><span>Langues Disponibles: </span><a href="./en/upgrading.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="./fr/upgrading.html" title="Français">&nbsp;fr&nbsp;</a></p>
 </div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+            anglaise pour les changements récents.</div>
 
   <p>Afin d'assister les utilisateurs lors de leurs opérations de mise à
   jour, nous maintenons un document
index 256beafdab4b1d2beb40f4b33f6d3ff5049200cd..eac0d55db2570ee81b8d344d2f80a6678e7bd84c 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: 1137744 -->
+<!-- English Revision: 1137744:1170338 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index aba29996bbd699aa0af1827543fc41d3c2d9af24..1d2a68a225aa2d153bd52b089461d6b5ec809b09 100644 (file)
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>