]> granicus.if.org Git - apache/commitdiff
XML Updates.
authorLucien Gentis <lgentis@apache.org>
Sat, 31 May 2014 14:28:56 +0000 (14:28 +0000)
committerLucien Gentis <lgentis@apache.org>
Sat, 31 May 2014 14:28:56 +0000 (14:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1598871 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy_connect.xml.fr
docs/manual/mod/mod_proxy_express.xml.fr

index 9724a62b74381bf708a33295e116b8074b4b7066..79203ab96d5b7efd8ae0c52a97d743aa5be9288e 100644 (file)
@@ -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: 1154342:1598284 (outdated) -->
+<!-- English Revision : 1598284 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index c1039c09383b98766ca8b9bf4f8f50f3e0a32597..748bae62127bc9c2fb408d52437cf5a55d1fbc46 100644 (file)
@@ -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: 1521336:1598284 (outdated) -->
+<!-- English Revision : 1598284 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -66,10 +66,13 @@ dynamique inverse de masse</description>
     expressions rationnelles ou les modèles.
     </li>
     <li>Il émule :
-      <example>
-        ProxyPass / backend.server:port<br />
-        ProxyPassReverse / backend.server:port<br />
-      </example>
+      <highlight language="config">
+&lt;VirtualHost *:80&gt;
+   ServerName front.end.server
+   ProxyPass / back.end.server:port
+   ProxyPassReverse / back.end.server:port
+&lt;/VirtualHost&gt;
+      </highlight>
       En d'autres termes, l'URL dans son ensemble est ajoutée à l'URL
       d'arrière-plan correspondante, tout ceci dans le but de
       proposer un commutateur mandataire inverse simple mais rapide.