]> granicus.if.org Git - apache/commitdiff
compat inline for no-proxy
authorEric Covener <covener@apache.org>
Wed, 8 Mar 2017 00:39:49 +0000 (00:39 +0000)
committerEric Covener <covener@apache.org>
Wed, 8 Mar 2017 00:39:49 +0000 (00:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1785907 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml

index 76aed30ae7c808f757e52b8a14b40a3ac6f38566..02ae4869462d33c92e2f1cfa2d88761f0332b5ad 100644 (file)
@@ -398,7 +398,7 @@ ProxyPass "/examples" "http://backend.example.com/examples" timeout=10
 &lt;/Location&gt;
         </highlight>
 
-      <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 
       <module>mod_proxy</module> processing the current request.
       This variable should be set with <directive module="mod_setenvif"
       >SetEnvIf</directive>, as <directive module="mod_env">SetEnv</directive>
@@ -980,7 +980,7 @@ ProxyPass "/mirror/foo"   "http://backend.example.com"
       specific location will take precedence.</p>
 
       <p>For the same reasons, exclusions must come <em>before</em> the
-      general <directive>ProxyPass</directive> directives. The "no-proxy"
+      general <directive>ProxyPass</directive> 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 <directive>ProxyPass</directive>
       directive in <directive module="core">Location</directive> context.