From: Lucien Gentis Date: Sat, 31 May 2014 14:28:56 +0000 (+0000) Subject: XML Updates. X-Git-Tag: 2.4.10~173 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5214519176a30ab21dfc701560281191eaa7d8d9;p=apache XML Updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1598871 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy_connect.xml.fr b/docs/manual/mod/mod_proxy_connect.xml.fr index 9724a62b74..79203ab96d 100644 --- a/docs/manual/mod/mod_proxy_connect.xml.fr +++ b/docs/manual/mod/mod_proxy_connect.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_proxy_express.xml.fr b/docs/manual/mod/mod_proxy_express.xml.fr index c1039c0938..748bae6212 100644 --- a/docs/manual/mod/mod_proxy_express.xml.fr +++ b/docs/manual/mod/mod_proxy_express.xml.fr @@ -1,7 +1,7 @@ - + @@ -66,10 +66,13 @@ dynamique inverse de masse expressions rationnelles ou les modèles.
  • Il émule : - - ProxyPass / backend.server:port
    - ProxyPassReverse / backend.server:port
    -
    + +<VirtualHost *:80> + ServerName front.end.server + ProxyPass / back.end.server:port + ProxyPassReverse / back.end.server:port +</VirtualHost> + 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.