From 2d9594a0ec6720cf92c7731d779ec24e2f1ac189 Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Fri, 2 Jan 2015 11:42:59 +0000 Subject: [PATCH] Xforms. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1649002 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy.html.en | 11 +++++++++++ docs/manual/mod/mod_proxy.html.fr | 2 ++ docs/manual/mod/mod_proxy.xml.fr | 2 +- docs/manual/mod/mod_proxy.xml.ja | 2 +- docs/manual/mod/mod_proxy.xml.meta | 2 +- docs/manual/mod/mod_proxy_ajp.html.en | 12 ++++-------- docs/manual/mod/mod_proxy_ajp.xml.ja | 2 +- docs/manual/mod/mod_proxy_connect.html.en | 12 ++++++++++++ docs/manual/mod/mod_proxy_connect.xml.ja | 2 +- docs/manual/style/description.xml | 1 - docs/manual/style/lang-targets.xml | 1 - docs/manual/style/manual.da.xsl | 1 - docs/manual/style/manual.de.xsl | 1 - docs/manual/style/manual.en.xsl | 1 - docs/manual/style/manual.es.xsl | 1 - docs/manual/style/manual.fr.xsl | 1 - docs/manual/style/manual.ja.xsl | 1 - docs/manual/style/manual.ko.xsl | 1 - docs/manual/style/manual.pt-br.xsl | 1 - docs/manual/style/manual.ru.xsl | 1 - docs/manual/style/manual.tr.xsl | 1 - docs/manual/style/manual.zh-cn.xsl | 1 - docs/manual/style/xsl/util/allmodules.xml | 3 +-- docs/manual/style/xsl/util/designations.xml | 3 +-- 24 files changed, 36 insertions(+), 30 deletions(-) diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index be951720a96..e5e6ba64922 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -714,6 +714,17 @@ NoProxy .example.com 192.168.112.0/21 </Proxy> +

The next example will allow web clients from the specified IP + addresses to issue CONNECT requests to access the + https://www.example.com/ SSL server, if + mod_proxy_connect is enabled. +

+ +
<Proxy www.example.com:443>
+  Require ip 192.168.0.0/16
+</Proxy>
+ +

Differences from the Location configuration section

A backend URL matches the configuration section if it begins with the the wildcard-url string, even if the last path segment in the diff --git a/docs/manual/mod/mod_proxy.html.fr b/docs/manual/mod/mod_proxy.html.fr index 1d4e85a9cf7..f650af770e3 100644 --- a/docs/manual/mod/mod_proxy.html.fr +++ b/docs/manual/mod/mod_proxy.html.fr @@ -28,6 +28,8 @@  fr  |  ja 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.
diff --git a/docs/manual/mod/mod_proxy.xml.fr b/docs/manual/mod/mod_proxy.xml.fr index bc50750a4a4..b1bedc2b523 100644 --- a/docs/manual/mod/mod_proxy.xml.fr +++ b/docs/manual/mod/mod_proxy.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_proxy.xml.ja b/docs/manual/mod/mod_proxy.xml.ja index 200d59dbf47..ae60ed7f2b6 100644 --- a/docs/manual/mod/mod_proxy.xml.ja +++ b/docs/manual/mod/mod_proxy.xml.ja @@ -1,7 +1,7 @@ - + + +
Description:Serveur mandataire/passerelle multi-protocole
Statut:Extension
Identificateur de Module:proxy_module