Apache Reference: mod_proxy, NoProxy
NoProxy
Targets to Which the Proxy Will Connect Directly
Syntax: NoProxy target [target ...]
Example: NoProxy .foo.dom 192.168.1.0/21
Since: Apache 1.3
This directive specifies a space-separated list of targets - that is, subnets (``
192.168.1.0/21''), IP addresses (``192.168.1.1''), hosts (``www.==foo.dom''), and domains (``.foo.dom'') - to which the proxy will connect directly, without using a ProxyRemote - specified forwarding proxy. This directive is mainly useful for Apache proxy servers that reside within intranets.