]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Rebuild fr doc.
authorLucien Gentis <lgentis@apache.org>
Sat, 15 Sep 2018 14:08:29 +0000 (14:08 +0000)
committerLucien Gentis <lgentis@apache.org>
Sat, 15 Sep 2018 14:08:29 +0000 (14:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1840974 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_allowmethods.html.fr
docs/manual/mod/mod_proxy.html.fr

index f9e2b5e187952df91fb356f0ed4ad79f72cbc519..6e38bc38d0b57bea57ca1189efa998748168a913 100644 (file)
@@ -33,7 +33,8 @@
 pouvant &#234;tre utilis&#233;es sur le serveur</td></tr>
 <tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Exp&#233;rimental</td></tr>
 <tr><th><a href="module-dict.html#ModuleIdentifier">Identificateur&#160;de&#160;Module:</a></th><td>allowmethods_module</td></tr>
-<tr><th><a href="module-dict.html#SourceFile">Fichier&#160;Source:</a></th><td>mod_allowmethods.c</td></tr></table>
+<tr><th><a href="module-dict.html#SourceFile">Fichier&#160;Source:</a></th><td>mod_allowmethods.c</td></tr>
+<tr><th><a href="module-dict.html#Compatibility">Compatibilit&#233;:</a></th><td>Disponible &#224; partir de la version 2.3 du serveur HTTP Apache</td></tr></table>
 <h3>Sommaire</h3>
 
 <p>Ce module permet de restreindre ais&#233;ment les m&#233;thodes HTTP
index c69462d557ed8712b136bc529ba96c50ae0aa93a..13cdc87b55523b4e781c652bd3023bf23b52b5ec 100644 (file)
@@ -2107,8 +2107,7 @@ requ&#234;tes</td></tr>
     <code>https</code>, les requ&#234;tes sont redirig&#233;es par le mandataire
     distant en utilisant la m&#233;thode HTTP CONNECT.</p>
 
-    <div class="example"><h3>Exemple</h3><pre class="prettyprint lang-config">ProxyRemote "http://goodguys.example.com/"
-"http://mirrorguys.example.com:8000"
+    <div class="example"><h3>Exemple</h3><pre class="prettyprint lang-config">ProxyRemote "http://goodguys.example.com/" "http://mirrorguys.example.com:8000"
 ProxyRemote "*" "http://cleverproxy.localdomain"
 ProxyRemote "ftp" "http://ftpproxy.mydomain:8080"</pre>
 </div>