]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Updating transformations.
authorColm MacCarthaigh <colm@apache.org>
Wed, 16 Nov 2005 15:57:54 +0000 (15:57 +0000)
committerColm MacCarthaigh <colm@apache.org>
Wed, 16 Nov 2005 15:57:54 +0000 (15:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@345046 13f79535-47bb-0310-9956-ffa450edef68

23 files changed:
docs/manual/filter.html.en
docs/manual/filter.xml.es
docs/manual/filter.xml.fr
docs/manual/filter.xml.ja
docs/manual/filter.xml.ko
docs/manual/mod/core.html.en
docs/manual/mod/core.xml.de
docs/manual/mod/core.xml.ja
docs/manual/mod/mod_dbd.html.en
docs/manual/mod/mod_ext_filter.html.en
docs/manual/mod/mod_ext_filter.xml.ja
docs/manual/mod/mod_ext_filter.xml.ko
docs/manual/mod/mod_ext_filter.xml.meta
docs/manual/mod/mod_filter.html.en
docs/manual/mod/mod_proxy.html.en
docs/manual/mod/mod_proxy.xml.ja
docs/manual/mod/mod_ssl.html.en
docs/manual/new_features_2_2.html.en
docs/manual/new_features_2_2.xml.ko
docs/manual/new_features_2_2.xml.pt-br
docs/manual/server-wide.xml.ja
docs/manual/server-wide.xml.ko
docs/manual/server-wide.xml.meta

index a2462af5aacc250a7e4969dac9e4211fb225ad80..ebba31e68ab621cee44d71b995d6dbb427dcab31 100644 (file)
@@ -75,7 +75,7 @@ filter modules.  A few of these are:</p>
 <p class="figure">
 <img src="images/mod_filter_new.png" width="423" height="331" alt="Smart filtering applies different filter providers according to the state of request processing" />
 </p>
-<p><code class="module"><a href="./mod/mod_filter.html">mod_filter</a></code>, included in Apache 2.1 and up,
+<p><code class="module"><a href="./mod/mod_filter.html">mod_filter</a></code>, included in Apache 2.1 and later,
 enables the filter chain to be configured dynamically at run time.
 So for example you can set up a proxy to rewrite
 HTML with an HTML filter and JPEG images with a completely
index ffee70a0cbc229f54fb87e23116275b2e7c0e336..33342e65269efeea5008116c90eb48e02dafea42 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.es.xsl"?>
-<!-- English Revision: 151408:332972 (outdated) -->
+<!-- English Revision: 151408:344973 (outdated) -->
 
 <!--
  Copyright 2004-2005 The Apache Software Foundation or its licensors,
index 3d3b863657832fcf06f67943e9dccfe445c36dee..078947583c2e7f4513144c8a8043115be88918dc 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
-<!-- English Revision: 151408:332972 (outdated) -->
+<!-- English Revision: 151408:344973 (outdated) -->
 
 <!--
  Copyright 2004-2005 The Apache Software Foundation or its licensors,
index 9fe3677f46745ce51f9d09f8c88e7c7bf33dbc4a..f00de9af229695621f02f0f798ad4234cd25f657 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 151408:332972 (outdated) -->
+<!-- English Revision: 151408:344973 (outdated) -->
 
 <!--
  Copyright 2002-2005 The Apache Software Foundation or its licensors,
index 985e2fcfa98d7153959b09bbcfd86e8875919db3..d76b86b7d422efa96c13b4c19e1d10f559c51712 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
-<!-- English Revision: 151408:332972 (outdated) -->
+<!-- English Revision: 151408:344973 (outdated) -->
 
 <!--
  Copyright 2003-2005 The Apache Software Foundation or its licensors,
index ffb0a32e6fbf370491329d76269431d77a6aaac5..7c6946b56e716c6b0ac5b3af5485265e99f109b0 100644 (file)
@@ -3181,7 +3181,7 @@ port</td></tr>
 
     <div class="note"><h3>Note</h3>
     <p>The ordering of when the physical port is used is as follows:<br /><br />
-     <code>UseCanonicalName On</code>
+     <code>UseCanonicalName On</code></p>
      <ul>
       <li>Port provided in <code>Servername</code></li>
       <li>Physical port</li>
@@ -3194,7 +3194,6 @@ port</td></tr>
       <li>Port provided in <code>Servername</code></li>
       <li>Default port</li>
      </ul>
-    </p>
     
     <p>With <code>UseCanonicalPhysicalPort Off</code>, the
     physical ports are removed from the ordering.</p>
index b4c5c7f621752326796e202929718f8e876a23e4..6bcadb7a78ca636b724499b5f5b1d202d14f16d7 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
-<!-- English Revision: 167959:330272 (outdated) -->
+<!-- English Revision: 167959:344974 (outdated) -->
 
 <!--
  Copyright 2003-2005 The Apache Software Foundation or its licensors,
index d4a6095c103ccd58fec277f7fda43a3e1d6a898c..ac7ecba7284d2c6da67e77b9ad03100821528dee 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 190982:330272 (outdated) -->
+<!-- English Revision: 190982:344974 (outdated) -->
 
 <!--
  Copyright 2003-2005 The Apache Software Foundation or its licensors,
index 33f08924f1513d361d05134bd27b549b8b50ebaf..b1e4ef6fa3dd6255294de21bb0e98b2c392199f5 100644 (file)
@@ -27,7 +27,7 @@
 <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
 <tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>dbd_module</td></tr>
 <tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_dbd.c</td></tr>
-<tr><th><a href="module-dict.html#Compatibility">Compatibility:</a></th><td>Version 2.1 and higher</td></tr></table>
+<tr><th><a href="module-dict.html#Compatibility">Compatibility:</a></th><td>Version 2.1 and later</td></tr></table>
 <h3>Summary</h3>
 
     <p><code class="module"><a href="../mod/mod_dbd.html">mod_dbd</a></code> manages SQL database connections using
index cf8f8b8685dcc9e1e593c32ffe5a0092600d1d87..7ae60411aae707b45f2f169d223794a3bbbdc5e4 100644 (file)
@@ -267,8 +267,8 @@ delivery to the client</td></tr>
 
       <dd>Use <code>mode=output</code> (the default) for filters which
       process the response.  Use <code>mode=input</code> for filters
-      which process the request.  <code>mode=input</code> is new with
-      Apache 2.1.</dd>
+      which process the request.  <code>mode=input</code> is available
+      in Apache 2.1 and later.</dd>
 
       <dt><code>intype=<var>imt</var></code></dt>
 
index 96986446176bbcfe2c21cb31c22383e78366c62e..2647a30daa2521ce044cf38150f749b7657b3667 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 151408 -->
+<!-- English Revision: 151408:344973 (outdated) -->
 
 <!--
  Copyright 2004-2005 The Apache Software Foundation or its licensors,
index 2d68dd5a8bcbdc6e7a339f2a0914ad15296438fb..79cd37f41431e5da997c07c12fc630e2c3fe989a 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:151408 (outdated) -->
+<!-- English Revision: 105989:344973 (outdated) -->
 
 <!--
  Copyright 2004-2005 The Apache Software Foundation or its licensors,
index 3cf7e6ec18439055409c596555387056171d3256..a1e476648f850f2f6042d4dfd5dd7e608326738d 100644 (file)
@@ -7,7 +7,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>ja</variant>
+    <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
   </variants>
 </metafile>
index 1beed74a9fcd10179afff3ae34ba5090cc92ec49..ccf65cde8e4f868c8e6bb619f8d86e13d322c7dc 100644 (file)
@@ -27,7 +27,7 @@
 <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr>
 <tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>filter_module</td></tr>
 <tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_filter.c</td></tr>
-<tr><th><a href="module-dict.html#Compatibility">Compatibility:</a></th><td>Version 2.1 and higher</td></tr></table>
+<tr><th><a href="module-dict.html#Compatibility">Compatibility:</a></th><td>Version 2.1 and later</td></tr></table>
 <h3>Summary</h3>
 
     <p>This module enables smart, context-sensitive configuration of
     content filter modules. This is work-in-progress; the
     <code class="directive"><a href="#filterprotocol">FilterProtocol</a></code> implements
     some of this functionality for back-compatibility with Apache 2.0
-    modules.  For httpd 2.1 and up, the
+    modules.  For httpd 2.1 and later, the
     <code>ap_register_output_filter_protocol</code> and
     <code>ap_filter_protocol</code> API enables filter modules to
     declare their own behaviour.</p>
index ccf60df0b68f0a884f912f87bf890ea5cf0243e0..39d7d26069ff0356749966df0b3e0a1894d0c477 100644 (file)
@@ -691,12 +691,13 @@ through</td></tr>
       general <code class="directive">ProxyPass</code> directive.</p>
     </div>
 
-    <p>New in Apache 2.1, is the ability to use pooled connections to a 
-    backend server. Using the <code>key=value</code> parameters it is possible
-    to tune this connection pooling. The default for a <code>Hard Maximum</code>
-    for the number of connections is the number of threads per process in the 
-    active MPM. In the Prefork MPM, this is always 1, while with the Worker MPM
-    it is controlled by the <code class="directive">ThreadsPerChild</code>.</p>
+    <p>As of Apache 2.1, the ability to use pooled connections to a backend
+    server is available. Using the <code>key=value</code> parameters it is
+    possible to tune this connection pooling. The default for a <code>Hard
+    Maximum</code> for the number of connections is the number of threads per
+    process in the active MPM. In the Prefork MPM, this is always 1, while with
+    the Worker MPM it is controlled by the
+    <code class="directive">ThreadsPerChild</code>.</p>
 
     <p>Setting <code>min</code> will determine how many connections will always 
     be open to the backend server. Upto the Soft Maximum or <code>smax</code> 
index a9e17582514a007c7d48416ca99ff1883bb4a00c..300376451546a0f08adb26d8a867e476535e58f9 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 189754:326131 (outdated) -->
+<!-- English Revision: 189754:344973 (outdated) -->
 
 <!--
  Copyright 2005 The Apache Software Foundation or its licensors, as
index 84d591d8e298ace603836d01b94ec52cf5e80741..ec70f54fb708da103e02ab40057e4803d80ad6c3 100644 (file)
@@ -624,8 +624,8 @@ SSLEngine on<br />
 ...<br />
 &lt;/VirtualHost&gt;
 </code></p></div>
-<p>New in Apache 2.1, <code class="directive">SSLEngine</code> can be set to <code>
-optional</code>. This enables support for 
+<p>In Apache 2.1 and later, <code class="directive">SSLEngine</code> can be set to 
+<code>optional</code>. This enables support for 
 <a href="http://www.ietf.org/rfc/rfc2817.txt">RFC 2817</a>, Upgrading to TLS 
 Within HTTP/1.1. At this time no web browsers support RFC 2817.</p>
 
index 934750147a17da4b5615187ed05c8b132588914f..9f60c247927a92b422788752917f42246f013f30 100644 (file)
       had to take responsibility for managing it themselves.  Apart
       from reinventing the wheel, this can be very inefficient, for
       example when several modules each maintain their own connections.</p>
-      <p>Apache 2.1 and up provides the <code>ap_dbd</code> API for
+      <p>Apache 2.1 and later provides the <code>ap_dbd</code> API for
       managing database connections (including optimised strategies
-      for threaded and unthreaded MPMs), while APR 1.2 and up provides
+      for threaded and unthreaded MPMs), while APR 1.2 and later provides
       the <code>apr_dbd</code> API for interacting with the database.</p>
       <p>New modules SHOULD now use these APIs for all SQL database
       operations.  Existing applications SHOULD be upgraded to use it
index 162bf25a0f6661855fd539de2e51c73ccc113274..2f0c43c73582a28d9394812f30972295bace4a63 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='EUC-KR' ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
-<!-- English Revision: 105989:332899 (outdated) -->
+<!-- English Revision: 105989:344973 (outdated) -->
 
 <!--
  Copyright 2004-2005 The Apache Software Foundation or its licensors,
index c860b1fe654438b1381749ba2fe2387ca9acdc36..ba66b405343cb2bae063c1099272a1a7c6eee4c2 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.pt-br.xsl"?>
-<!-- English Revision: 151408:332899 (outdated) -->
+<!-- English Revision: 151408:344973 (outdated) -->
 
 <!--
  Copyright 2005 The Apache Software Foundation or its licensors,
index 9b2b7ca274bbe3b8ae5aad71405009c30a22b4d5..3127ce29805f967ba38a079f2ae6b67af8e54a58 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 151408 -->
+<!-- English Revision: 151408:344416 (outdated) -->
 
 <!--
  Copyright 2002-2005 The Apache Software Foundation or its licensors,
index a8f6b9759769007c96d40dcda526988daf73ce37..e9f39b6e77374bea0fb4d632e8bafd791ad957be 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='EUC-KR' ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
-<!-- English Revision: 151408 -->
+<!-- English Revision: 151408:344416 (outdated) -->
 
 <!--
  Copyright 2003-2005 The Apache Software Foundation or its licensors,
index 2c1fe78d4a627b2303e2c4ad19344251372f4878..b7f3c1db76294ef1946b304b7856aee78de2ba85 100644 (file)
@@ -7,7 +7,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>ja</variant>
-    <variant>ko</variant>
+    <variant outdated="yes">ja</variant>
+    <variant outdated="yes">ko</variant>
   </variants>
 </metafile>