Httpd NoProxy: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 11: Line 11:
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).
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 [[example]].
To prevent a specific URL from being proxied by a ProxyPass worker, use "!" as in the following [[Httpd_ProxyPass#Prevent_a_URL_from_Being_Proxied|example]].

Revision as of 17:01, 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.