From: Eric Covener Date: Wed, 8 Mar 2017 00:41:04 +0000 (+0000) Subject: Merge r1785907 from trunk: X-Git-Tag: 2.4.26~273 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c223ff567002406af83fef679617e34c642c1144;p=apache Merge r1785907 from trunk: compat inline for no-proxy git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1785909 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 66fb6fc645..b0e0b560f8 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 @@ -965,7 +965,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.