You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by lg...@apache.org on 2014/01/25 15:08:16 UTC

svn commit: r1561317 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml.fr

Author: lgentis
Date: Sat Jan 25 14:08:16 2014
New Revision: 1561317

URL: http://svn.apache.org/r1561317
Log:
Updates.

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml.fr

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml.fr?rev=1561317&r1=1561316&r2=1561317&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml.fr (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml.fr Sat Jan 25 14:08:16 2014
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision : 1556622 -->
+<!-- English Revision : 1559613 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -490,6 +490,22 @@ mandat&eacute;es</description>
       &lt;/Proxy&gt;
     </example>
 
+    <note><title>Diff&eacute;rences avec la section de configuration Location</title>
+      <p>Une URL d'arri&egrave;re-plan sera concern&eacute;e par le conteneur Proxy si
+      elle commence par la <var>url-avec-jokers</var>, m&ecirc;me si le
+      dernier segment de chemin de la directive ne correspond qu'&agrave; un
+      pr&eacute;fixe de segment dee chemin de l'URL d'arri&egrave;re-plan. Par exemple, &lt;Proxy
+      http://example.com/foo&gt; correspondra entre autres aux URLs
+      http://example.com/foo, http://example.com/foo/bar, et
+      http://example.com/foobar. La correspondance de l'URL finale
+      diff&egrave;re du comportement de la section <directive type="section"
+      module="core">Location</directive> qui, pour le cas de cette note,
+      traitera le segment de chemin final comme s'il se terminait par un
+      slash.</p>
+      <p>Pour un contr&ocirc;le plus fin de la correspondance des URL, voir la
+      directive <directive type="section">ProxyMatch</directive>.</p>
+    </note>
+
 </usage>
 <seealso><directive type="section" module="mod_proxy">ProxyMatch</directive></seealso>
 </directivesynopsis>