From: Eric Covener Date: Wed, 8 Mar 2017 00:39:49 +0000 (+0000) Subject: compat inline for no-proxy X-Git-Tag: 2.5.0-alpha~580 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4aa56127ce91368fddfcbbca0fa1170f1127d414;p=apache compat inline for no-proxy git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1785907 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 76aed30ae7..02ae486946 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -398,7 +398,7 @@ ProxyPass "/examples" "http://backend.example.com/examples" timeout=10 </Location> -

The "no-proxy" environment variable can be set to disable +

In 2.4.26 and later, the "no-proxy" environment variable can be set to disable mod_proxy processing the current request. This variable should be set with SetEnvIf, as SetEnv @@ -980,7 +980,7 @@ ProxyPass "/mirror/foo" "http://backend.example.com" specific location will take precedence.

For the same reasons, exclusions must come before the - general ProxyPass directives. The "no-proxy" + general ProxyPass 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 ProxyPass directive in Location context.