Commit 166c325d authored by Lucien Gentis's avatar Lucien Gentis
Browse files

Rebuild fr doc.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1840974 13f79535-47bb-0310-9956-ffa450edef68
parent 686dad37
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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
+1 −2
Original line number Diff line number Diff line
@@ -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>