mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1649211 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -28,8 +28,6 @@
|
||||
<a href="../fr/mod/mod_proxy.html" title="Fran<61>ais"> fr </a> |
|
||||
<a href="../ja/mod/mod_proxy.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a></p>
|
||||
</div>
|
||||
<div class="outofdate">Cette traduction peut <20>tre p<>rim<69>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>Serveur mandataire/passerelle multi-protocole</td></tr>
|
||||
<tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Extension</td></tr>
|
||||
<tr><th><a href="module-dict.html#ModuleIdentifier">Identificateur<75>de<64>Module:</a></th><td>proxy_module</td></tr>
|
||||
@@ -804,6 +802,18 @@ mandat
|
||||
</Proxy></pre>
|
||||
|
||||
|
||||
<p>Dans l'exemple suivant, les clients web poss<73>dant l'adresse IP
|
||||
sp<73>cifi<66>e seront autoris<69>s <20> effectuer des requ<71>tes
|
||||
<code>CONNECT</code> pour acc<63>der au serveur
|
||||
<code>https://www.example.com/</code>, sous r<>serve que le module
|
||||
<code class="module"><a href="../mod/mod_proxy_connect.html">mod_proxy_connect</a></code> soit charg<72>.
|
||||
</p>
|
||||
|
||||
<pre class="prettyprint lang-config"><Proxy www.example.com:443>
|
||||
Require ip 192.168.0.0/16
|
||||
</Proxy></pre>
|
||||
|
||||
|
||||
<div class="note"><h3>Diff<66>rences avec la section de configuration Location</h3>
|
||||
<p>Une URL d'arri<72>re-plan sera concern<72>e par le conteneur Proxy si
|
||||
elle commence par la <var>url-avec-jokers</var>, m<>me si le
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
<variants>
|
||||
<variant>en</variant>
|
||||
<variant outdated="yes">fr</variant>
|
||||
<variant>fr</variant>
|
||||
<variant outdated="yes">ja</variant>
|
||||
</variants>
|
||||
</metafile>
|
||||
|
||||
Reference in New Issue
Block a user