]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Rebuild
authorRichard Bowen <rbowen@apache.org>
Thu, 14 Feb 2013 01:27:26 +0000 (01:27 +0000)
committerRichard Bowen <rbowen@apache.org>
Thu, 14 Feb 2013 01:27:26 +0000 (01:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1446016 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/expr.html.en
docs/manual/expr.html.fr
docs/manual/expr.xml.fr

index 6873de822801f73b5c4e452e1bb3fe72dd6c41b0..f03c27fbc46fc881df9047835ec589c226de02ea 100644 (file)
@@ -485,7 +485,7 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"
        <pre class="prettyprint lang-config">
 # Compare the host name to example.com and redirect to www.example.com if it matches
 &lt;If "%{HTTP_HOST} == 'example.com'"&gt;
-    Redirect permanent / http://www.example.com
+    Redirect permanent / http://www.example.com/
 &lt;/If&gt;
 
 # Force text/plain if requesting a file with the query string contains 'forcetext'
index 586501def7d40c2a2c7dcef558741d736a9382e7..4bcbb7aeef6a490aa6f5ec60ca607e339f4e73a9 100644 (file)
@@ -448,7 +448,8 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"
 <tr><td><code>resp</code></td>
         <td>Lit l'en-tête de réponse HTTP</td><td /></tr>
 <tr class="odd"><td><code>reqenv</code></td>
-        <td>Recherche une variable d'environnement de requête</td><td /></tr>
+        <td>Recherche une variable d'environnement de requête (on
+       peut aussi utiliser le raccourci <code>v</code>).</td><td /></tr>
 <tr><td><code>osenv</code></td>
         <td>Recherche une variable d'environnement du système
        d'exploitation</td><td /></tr>
index c99a4a771be974c2320e1c4bd37b60cda4fff174..46f86844c0ba47df50f70e0837114a929136fda9 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 : 1440055 -->
+<!-- English Revision: 1440055:1446015 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->