Httpd NoProxy: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=External= * https://httpd.apache.org/docs/current/mod/mod_proxy.html#noproxy =Internal= * mod_proxy Configuration =Overview=") |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
=Internal= | =Internal= | ||
* [[mod_proxy Configuration#Directives|mod_proxy Configuration]] | * [[httpd mod_proxy Configuration#Directives|mod_proxy Configuration]] | ||
=Overview= | =Overview= | ||
The NoProxy directive specifies a list of subnets, IP addresses, hosts and/or domains, separated by spaces. A request to a host which matches one or more of these is always served directly, without forwarding to the configured [[httpd ProxyRemote|ProxyRemote]] proxy server(s). | |||
To prevent a specific URL from being proxied by a ProxyPass worker, use "!" as in the following [[Httpd_mod_proxy_Installation#Prevent_Proxying_for_Certain_URLs|example]]. |
Latest revision as of 17:03, 10 January 2017
External
Internal
Overview
The NoProxy directive specifies a list of subnets, IP addresses, hosts and/or domains, separated by spaces. A request to a host which matches one or more of these is always served directly, without forwarding to the configured ProxyRemote proxy server(s).
To prevent a specific URL from being proxied by a ProxyPass worker, use "!" as in the following example.