summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2017-03-08 00:41:46 +0000
committerEric Covener <covener@apache.org>2017-03-08 00:41:46 +0000
commit6e02190e8682c56c25bee527ff86fff843babc73 (patch)
tree93633d067855be45722f6d59cbeea1bd5c2eafe2 /docs
parentc223ff567002406af83fef679617e34c642c1144 (diff)
downloadhttpd-6e02190e8682c56c25bee527ff86fff843babc73.tar.gz
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1785910 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/mod/mod_proxy.html.en4
-rw-r--r--docs/manual/mod/mod_proxy.xml.fr2
-rw-r--r--docs/manual/mod/mod_proxy.xml.ja2
-rw-r--r--docs/manual/mod/mod_proxy.xml.meta2
4 files changed, 5 insertions, 5 deletions
diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en
index bcf6a592bb..585b7ab989 100644
--- a/docs/manual/mod/mod_proxy.html.en
+++ b/docs/manual/mod/mod_proxy.html.en
@@ -426,7 +426,7 @@ ProxyPass "/examples" "http://backend.example.com/examples" timeout=10</pre>
&lt;/Location&gt;</pre>
- <p> The "no-proxy" environment variable can be set to disable
+ <p> In 2.4.26 and later, the "no-proxy" environment variable can be set to disable
<code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code> processing the current request.
This variable should be set with <code class="directive"><a href="../mod/mod_setenvif.html#setenvif">SetEnvIf</a></code>, as <code class="directive"><a href="../mod/mod_env.html#setenv">SetEnv</a></code>
is not evaluated early enough.</p>
@@ -1077,7 +1077,7 @@ ProxyPass "/mirror/foo" "http://backend.example.com"</pre>
specific location will take precedence.</p>
<p>For the same reasons, exclusions must come <em>before</em> the
- general <code class="directive">ProxyPass</code> directives. The "no-proxy"
+ general <code class="directive">ProxyPass</code> directives. In 2.4.26 and later, the "no-proxy"
environment variable is an alternative to exclusions, and is the only
way to configure an exclusion of a <code class="directive">ProxyPass</code>
directive in <code class="directive"><a href="../mod/core.html#location">Location</a></code> context.
diff --git a/docs/manual/mod/mod_proxy.xml.fr b/docs/manual/mod/mod_proxy.xml.fr
index b7f1ca7493..22e54620f6 100644
--- a/docs/manual/mod/mod_proxy.xml.fr
+++ b/docs/manual/mod/mod_proxy.xml.fr
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1782332 -->
+<!-- English Revision: 1782332:1785909 (outdated) -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
diff --git a/docs/manual/mod/mod_proxy.xml.ja b/docs/manual/mod/mod_proxy.xml.ja
index efbeb665cb..d9cb8bf3de 100644
--- a/docs/manual/mod/mod_proxy.xml.ja
+++ b/docs/manual/mod/mod_proxy.xml.ja
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 344971:1782332 (outdated) -->
+<!-- English Revision: 344971:1785909 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/docs/manual/mod/mod_proxy.xml.meta b/docs/manual/mod/mod_proxy.xml.meta
index 38a79fdda7..f0185375d4 100644
--- a/docs/manual/mod/mod_proxy.xml.meta
+++ b/docs/manual/mod/mod_proxy.xml.meta
@@ -8,7 +8,7 @@
<variants>
<variant>en</variant>
- <variant>fr</variant>
+ <variant outdated="yes">fr</variant>
<variant outdated="yes">ja</variant>
</variants>
</metafile>