]> granicus.if.org Git - apache/commitdiff
update transforms
authorStefan Fritsch <sf@apache.org>
Wed, 29 Dec 2010 21:54:25 +0000 (21:54 +0000)
committerStefan Fritsch <sf@apache.org>
Wed, 29 Dec 2010 21:54:25 +0000 (21:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053751 13f79535-47bb-0310-9956-ffa450edef68

29 files changed:
docs/manual/expr.html.en
docs/manual/mod/core.html.en
docs/manual/mod/core.xml.de
docs/manual/mod/core.xml.ja
docs/manual/mod/core.xml.tr
docs/manual/mod/mod_headers.html.en
docs/manual/mod/mod_headers.xml.ja
docs/manual/mod/mod_headers.xml.ko
docs/manual/mod/mod_rewrite.html.en
docs/manual/mod/mod_substitute.html.en
docs/manual/mod/mpm_common.html.en
docs/manual/mod/mpm_common.xml.de
docs/manual/mod/mpm_common.xml.ja
docs/manual/mod/mpm_common.xml.tr
docs/manual/rewrite/flags.html.en
docs/manual/vhosts/details.html.en
docs/manual/vhosts/details.html.fr
docs/manual/vhosts/details.xml.fr
docs/manual/vhosts/details.xml.ko
docs/manual/vhosts/details.xml.meta
docs/manual/vhosts/details.xml.tr
docs/manual/vhosts/name-based.html.en
docs/manual/vhosts/name-based.html.fr
docs/manual/vhosts/name-based.xml.de
docs/manual/vhosts/name-based.xml.fr
docs/manual/vhosts/name-based.xml.ja
docs/manual/vhosts/name-based.xml.ko
docs/manual/vhosts/name-based.xml.meta
docs/manual/vhosts/name-based.xml.tr

index d1e09b82a3650e82752351617bdaef5e96647661..af94f551d270d7a3c7bfa5740a20641441a6f261 100644 (file)
@@ -385,7 +385,7 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"
     <h3><a name="rebackref" id="rebackref">Regular expression backreferences</a></h3>
         
         <p>The strings <code>$0</code> ... <code>$9</code> allow to reference
-        the capture groups form a previously executed, successfully
+        the capture groups from a previously executed, successfully
         matching regular expressions. They can normally only be used in the
         same expression as the matching regex, but some modules allow special
         uses.</p>
index 56685c954d4328e77892b53defe31632fe1fa70b..7182eb05946e7735b6d1f4d853220318bac53fbf 100644 (file)
@@ -1158,7 +1158,7 @@ in case of an error</td></tr>
     </code></p></div>
 
     <p>Specifying <code>connection</code> or <code>request</code> as first
-    paramter allows to specify additional formats, causing additional
+    parameter allows to specify additional formats, causing additional
     information to be logged when the first message is logged for a specific
     connection or request, respectivly. This additional information is only
     logged once per connection/request. If a connection or request is processed
@@ -4015,14 +4015,14 @@ hostname or IP address</td></tr>
     <p>When a request is received, the server first maps it to the best matching 
     <code class="directive">&lt;VirtualHost&gt;</code> based on the local 
     IP address and port combination only.  Non-wildcards have a higher 
-    precedence. if no match based on IP and port occurs at all, the 
+    precedence. If no match based on IP and port occurs at all, the 
     "main" server configuration is used.</p>
     
     <p>If multiple virtual hosts contain the best matching IP address and port,
     the server selects from these virtual hosts the best match based on the 
     requested hostname.  If no matching name-based virtual host is found, 
     then the first listed virtual host that matched the IP address will be 
-    used.  As a consequence, the first listed virtual for a given IP address
+    used.  As a consequence, the first listed virtual host for a given IP address
     and port combination is default virtual host for that IP and port 
     combination.</p>
 
index fc95f2ac9d204826b831b8f041f8ad2b04cb1b37..a464dbf69e3e9763c93377a63c27989d73535274 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: 290816:1053375 (outdated) -->
+<!-- English Revision: 290816:1053666 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index ec2bb851a923becb9761e43f96c80702fce486b3..f19012c532412f6875e4097d83c9535ad30ce0ce 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 669847:1053375 (outdated) -->
+<!-- English Revision: 669847:1053666 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 19e4185589b7ab5684fff0ff49b5afff83c93c54..ea306e3f252d0f651594c6b7a81ad1da578da854 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 813376:1053375 (outdated) -->
+<!-- English Revision: 813376:1053666 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index c4deb0c97e45b1a4abfa1b2a46cf003b8bbc3572..486f72e41589d159858c98c1eb68a0a6ed066b9d 100644 (file)
@@ -229,7 +229,7 @@ headers</td></tr>
     will have to read on for further complications.</p>
 
     <p> The default value of <code>onsuccess</code> may need to be changed to 
-    <code>always</code> under the circumstances similar to those listed below
+    <code>always</code> under the circumstances similar to those listed below.
     Note also that repeating this directive with both conditions makes sense in
     some scenarios because <code>always</code> is not a superset of 
     <code>onsuccess</code> with respect to existing headers:</p>
index 9fcaebaa73163666268a4286ca02716699057b19..825a09e18ef2cf9c3cb57d08986d5df26e940e22 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 151408:1053655 (outdated) -->
+<!-- English Revision: 151408:1053666 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index e13840dabfa5b685319cc0f7ec25f1f0efda160b..bd5db878a15e237a8446255c23bed8e45e296e61 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: 151408:1053655 (outdated) -->
+<!-- English Revision: 151408:1053666 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index b4f57284f8c5732cbb704a0024b038d554fbf4d9..800dcd8c69b03d046168347bf849c08ea1604359 100644 (file)
@@ -330,6 +330,10 @@ RewriteRule ^index\.html$  newsite.html
         </li>
       </ul>
 
+      <p>If the <em>TestString</em> has the special value <code>expr</code>, the
+      <em>CondPattern</em> will be treated as a
+      <a href="../expr.html">ap_expr</a>.</p>
+
       <p>Other things you should be aware of:</p>
 
       <ol>
@@ -583,6 +587,12 @@ RewriteRule ^index\.html$  newsite.html
 </div>
         </li>
 
+       <li>
+           <p>If the <em>TestString</em> has the special value <code>expr</code>, the
+           <em>CondPattern</em> will be treated as a
+           <a href="../expr.html">ap_expr</a>.</p>
+        </li>
+
         <li>You can also set special flags for
       <em>CondPattern</em> by appending
         <strong><code>[</code><em>flags</em><code>]</code></strong>
@@ -1028,9 +1038,10 @@ cannot use <code>$N</code> in the substitution string!
         ...</a></em></td>
     </tr>
     <tr>
-        <td>env|E=<em>VAR</em>[:<em>VAL</em>]</td>
+        <td>env|E=[!]<em>VAR</em>[:<em>VAL</em>]</td>
         <td>Causes an environment variable <em>VAR</em> to be set (to the
-        value <em>VAL</em> if provided). <em><a href="../rewrite/flags.html#flag_e">details ...</a></em></td>
+        value <em>VAL</em> if provided). The form !<em>VAR</em> causes
+        the environment variable <em>VAR</em> to be unset.<em><a href="../rewrite/flags.html#flag_e">details ...</a></em></td>
     </tr>
     <tr>
         <td>forbidden|F</td>
index 6914e6bfd2749a1f318d5c847b8ae415aab12901..d1c67207866560d5706a9f1e9fded68738b011e1 100644 (file)
@@ -97,7 +97,7 @@
         &lt;/Location&gt;
     </code></p></div>
 
-    <p>Backreferences can be used in the comparison and in the substituion,
+    <p>Backreferences can be used in the comparison and in the substitution,
     when regular expressions are used, as illustrated in the following example: </p>
     <div class="example"><h3>Example of using backreferences and captures</h3><p><code>
         &lt;Location /&gt;
index 6e3ac03a90f80288720fd687ac2ac45a4f084477..ea6356286bfee35a203ca71ec69f29269ca650e4 100644 (file)
@@ -718,7 +718,7 @@ client connections</td></tr>
       of adjustment should only be made in a test environment which allows
       the full set of web server processing can be exercised, as there
       may be infrequent requests which require more stack to process.
-      The minumum required stack size strongly depends on the modules
+      The minimum required stack size strongly depends on the modules
       used, but any change in the web server configuration can invalidate
       the current <code class="directive">ThreadStackSize</code> setting.</li>
     </ul>
index 724d0d016eec234ecac7c2745827173acfc4dbd8..70c2c566d26ddedd3d067315dc0885c1128b83d7 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: 151408:1032706 (outdated) -->
+<!-- English Revision: 151408:1053666 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index af3de76c29bc5473adbc4d8abb215a1650dff44f..122375393034285f15624f54b7e0b56285040740 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 674934:1032706 (outdated) -->
+<!-- English Revision: 674934:1053666 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index e4e0421c88a174b2cdd43438390b2401e3345d85..3ceac268bae1059ce89d5d8a05b521d57da3a23e 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 804678:1032706 (outdated) -->
+<!-- English Revision: 804678:1053666 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index 92a91e985f431680c9d89141ce00e28aa7450429..979a7b0c363284d6e96db45c86b5548ecaeab823 100644 (file)
@@ -219,6 +219,7 @@ variables work.</p>
 
 <div class="example"><p><code>
 [E=VAR:VAL]
+[E=!VAR]
 </code></p></div>
 
 <p><code>VAL</code> may contain backreferences (<code>$N</code> or
@@ -233,6 +234,15 @@ variables work.</p>
 <p>you can set the environment variable named <code>VAR</code> to an
 empty value.</p>
 
+<p>The form</p>
+
+<div class="example"><p><code>
+[E=!VAR]
+</code></p></div>
+
+<p>allows to unset a previouslz set environment variable named
+<code>VAR</code>.</p>
+
 <p>Environment variables can then be used in a variety of
 contexts, including CGI programs, other RewriteRule directives, or
 CustomLog directives.</p>
index f36cfe71ea03c03b10706a6bf0f36ed47e378c54..7f1fa528e79b8b343f5e75400b3510e58aff4f8b 100644 (file)
     <h3><a name="ipbased" id="ipbased">IP-based vhost</a></h3>
 
     <p>If there is exactly one <code>VirtualHost</code> directive
-    listing the IP address and port combibation that was determined
+    listing the IP address and port combination that was determined
     to be the best match, no further actions are performed and
     the request is served from the matching vhost.</p>
 
 
     <h3><a name="namebased" id="namebased">Name-based vhost</a></h3>
 
-    <p>If there are multiple <code>VirtalHost</code> directives listing
+    <p>If there are multiple <code>VirtualHost</code> directives listing
     the IP address and port combination that was determined to be the
     best match, the "list" in the remaining steps refers to the list of vhosts 
     that matched, in the order they were in the configuration file.</p>
index 36c252eabe3491f267dd77800860dede1d1fa926..87974348a1a3eaf27c27106b96e1cb3db1d11f26 100644 (file)
@@ -23,6 +23,8 @@
 <a href="../ko/vhosts/details.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../tr/vhosts/details.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&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>Ce document vise à expliquer dans le détail comment le serveur
index b7150ea5d5bf45d66cffc8fcf3a0c94732b8ae19..0d0940e9537e7502b4ac4c698c7e5fc641bae01c 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: 1053231 -->
+<!-- English Revision: 1053231:1053666 (outdated) -->
 <!-- French translation by Vincent Deffontaines, review by alain B -->
 <!-- Updated by Lucien Gentis -->
 
index 2c142deba8428259f323b56c03e734ed8f6d5cc3..d3cb93db201e50981569fcb423c568a880d83831 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:1053231 (outdated) -->
+<!-- English Revision: 105989:1053666 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 5cd5c305f72320f851b5e47296c04f0f90b121c1..9ec06df893b37c964a3d71d88a34192192220dab 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ko</variant>
     <variant outdated="yes">tr</variant>
   </variants>
index 9d1f1b6af6ed61d10c2265c2a594da167a716d5e..62eea90b1fc5be37e416e27785324020a45a2a04 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: 420990:1053231 (outdated) -->
+<!-- English Revision: 420990:1053666 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index 2a912901d437736f2e406d4884bbe149ca9db17b..7c66fcb7ea6bd250d551ad119156b7ad2c6f363b 100644 (file)
@@ -64,7 +64,7 @@
     </ul>
 
     <p> Name-based virtual hosting builds off of the IP-based virtual host
-    selection algoirthm, meaning that searches for the proper server name
+    selection algorithm, meaning that searches for the proper server name
     occur only between virtual hosts that have the best IP-based address.</p>
 
 
@@ -82,7 +82,7 @@
     <p>When a request arrives, the server will find the best (most specific) matching  
     <code class="directive"><a href="../mod/core.html#virtualhost">&lt;VirtualHost&gt;</a></code> argument based on
     the IP address and port used by the request.  If there is more than one virtual host
-    contanin this best-match address and port combination,  Apache will further
+    containing this best-match address and port combination,  Apache will further
     compare the <code class="directive"><a href="../mod/core.html#servername">ServerName</a></code> and <code class="directive"><a href="../mod/core.html#serveralias">ServerAlias</a></code>  directives to the server name
     present in the request.</p>
 
@@ -90,7 +90,7 @@
     <p> If no matching ServerName or ServerAlias is found in the set of 
     virtual hosts containing the most specific matching IP address and port 
     combination, then <strong>the first listed virtual host</strong> that 
-    matches the will be used.</p>
+    matches that will be used.</p>
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="using" id="using">Using Name-based Virtual Hosts</a></h2>
index 592529b63de376e7a20985f34bd38e9b46413a50..08564e0c87a6b81222690f7ecf35aedb0c93d64c 100644 (file)
@@ -25,6 +25,8 @@
 <a href="../ko/vhosts/name-based.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../tr/vhosts/name-based.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&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>Ce document décrit quand et comment utiliser des serveurs 
     virtuels par nom.</p>
index 2bd00718930d9897c46297f8871b23ad88144f63..675fa3a700c2bb9e71016f8091b7612d053e757d 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.de.xsl"?>
-<!-- English Revision: 420990:1053231 (outdated) -->
+<!-- English Revision: 420990:1053666 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 62f7c8633314ce88b11754da979c0c75b0a5c3fa..9a7844c596efe58eeaf66f71c3b9ca0a59c8796e 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: 1053231 -->
+<!-- English Revision: 1053231:1053666 (outdated) -->
 <!-- French translation by alain B, review by Vincent Deffontaines 
        updated by Lucien GENTIS -->
 
index dae592cbc7a580307564fa7eaee13fcc642919a4..b3ed1f8950c4bfa37191ee196700c393a93e54c1 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.ja.xsl"?>
-<!-- English Revision: 420990:1053231 (outdated) -->
+<!-- English Revision: 420990:1053666 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 3de362e7f21551390c81c106152923976a5a4e0f..5c74a69346579c4a21f34da9945d6f84586715dc 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: 420990:1053231 (outdated) -->
+<!-- English Revision: 420990:1053666 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index c87cdc59f2400e5e4aa1f5561f24e92083e837ce..fdb7b6bac85b5f5bab476420482d272c7ee5dcf8 100644 (file)
@@ -9,7 +9,7 @@
   <variants>
     <variant outdated="yes">de</variant>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
     <variant outdated="yes">tr</variant>
index 773c6fe654303a842f1b34b5d1ff105d9b685725..19fc342a61b870da629edbc3be433ad379b8011a 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: 659902:1053231 (outdated) -->
+<!-- English Revision: 659902:1053666 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>