]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
rebuild
authorRich Bowen <rbowen@apache.org>
Thu, 14 Dec 2017 19:38:43 +0000 (19:38 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 14 Dec 2017 19:38:43 +0000 (19:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1818203 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_substitute.html.en
docs/manual/mod/mod_substitute.html.fr
docs/manual/mod/mod_substitute.xml.fr
docs/manual/mod/mod_substitute.xml.meta

index 38e621a6d539560c82f21e4a82986b696abb1360..6c9a2582a7844219d4d5f03f19f74b9dc3e3f90c 100644 (file)
     <div class="example"><h3>Example of using backreferences and captures</h3><pre class="prettyprint lang-config">&lt;Location "/"&gt;
     AddOutputFilterByType SUBSTITUTE text/html
     # "foo=k,bar=k" -&gt; "foo/bar=k"
-    Substitute "s|foo=(\w+),bar=\1|foo/bar=$1"
+    Substitute "s|foo=(\w+),bar=\1|foo/bar=$1|"
 &lt;/Location&gt;</pre>
 </div>
 
     <p>In this case, <code>mod_substitute</code> can be used to rewrite
     those URLs into something that will work from the front end:</p>
 
-    <div class="example"><h3>Rewriting URLs embedded in proxied content</h3><pre class="prettyprint lang-config">ProxyPass        "/blog/" "http://internal.blog.example.com"
+    <div class="example"><h3>Rewriting URLs embedded in proxied content</h3><pre class="prettyprint lang-config">ProxyPass        "/blog/" "http://internal.blog.example.com/"
 ProxyPassReverse "/blog/" "http://internal.blog.example.com/"
 
 Substitute "s|http://internal.blog.example.com/|http://www.example.com/blog/|i"</pre>
index 9382d4c4130cf7b94331d618e9637bb9f8301b44..0119535dfb7a89c7f7711cc7ed1aea41200794e4 100644 (file)
@@ -29,6 +29,8 @@
 <p><span>Langues Disponibles: </span><a href="../en/mod/mod_substitute.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../fr/mod/mod_substitute.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>
 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Effectue des opérations de recherche/remplacement sur les
 corps de réponses</td></tr>
 <tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Extension</td></tr>
index b1b87ea847894c39d3052acfdfa36073d99ec7b6..47cd75bb2d3089073d54e9d32f088787afd84244 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.fr.xsl"?>
-<!-- English Revision : 1815480 -->
+<!-- English Revision: 1815480:1818201 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 
 <!--
index c991ba2149b2fb9ac8de82ca2a0c15b9970b7397..eec4a86ef935a2e89dfef6796cf78dde81fcfc74 100644 (file)
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>