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/05/31 16:28:56 UTC

svn commit: r1598871 - in /httpd/httpd/branches/2.4.x/docs/manual/mod: mod_proxy_connect.xml.fr mod_proxy_express.xml.fr

Author: lgentis
Date: Sat May 31 14:28:56 2014
New Revision: 1598871

URL: http://svn.apache.org/r1598871
Log:
XML Updates.

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_connect.xml.fr
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_express.xml.fr

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_connect.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_connect.xml.fr?rev=1598871&r1=1598870&r2=1598871&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_connect.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_connect.xml.fr Sat May 31 14:28:56 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: 1154342:1598284 (outdated) -->
+<!-- English Revision : 1598284 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_express.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_express.xml.fr?rev=1598871&r1=1598870&r2=1598871&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_express.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_express.xml.fr Sat May 31 14:28:56 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: 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.