From: dgaudet Date: Sun, 20 Jul 1997 22:19:33 +0000 (+0000) Subject: A doc update from Martin Kraemer. X-Git-Tag: APACHE_1_3a1~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c251c2c0b32ccdfbff52c99a0e83570f5dac709;p=apache A doc update from Martin Kraemer. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78705 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.html b/docs/manual/mod/mod_proxy.html index d3d2a17ac5..8128ce04a7 100644 --- a/docs/manual/mod/mod_proxy.html +++ b/docs/manual/mod/mod_proxy.html @@ -161,8 +161,8 @@ blocks connections to all sites. Context: server config
Status: Base
Module: mod_proxy
-Compatibility: NoProxy is only available in a patch to -Apache 1.2.1 and later.

+Compatibility: NoProxy is only available in +Apache 1.3 and later.

This directive is only useful for apache proxy servers within intranets. The NoProxy directive specifies a list of subnets, IP addresses, hosts @@ -184,7 +184,7 @@ The arguments to the NoProxy directive are one of the following type list: It represents a list of hosts which logically belong to the same DNS domain or zone (i.e. the suffixes of the hostnames are all ending in Domain).
- Examples: .com .apache.org. .sni.de
+ Examples: .com .apache.org.
To distinguish Domains from Hostnames (both syntactically and semantically; a DNS domain can have a DNS A record, too!), Domains are always written @@ -210,10 +210,10 @@ The arguments to the NoProxy directive are one of the following type list: Examples:

192.168 or 192.168.0.0 -
the subnet 192.168.0.0 with a netmask of 16 valid bits +
the subnet 192.168.0.0 with an implied netmask of 16 valid bits (sometimes used in the netmask form 255.255.0.0) -
139.25.112.0/21 -
the subnet 139.25.112.0/21 with a netmask of 21 +
192.168.112.0/21 +
the subnet 192.168.112.0/21 with a netmask of 21 valid bits (also used in the form 255.255.248.0)
As a degenerate case, a SubNet with 32 valid bits is the @@ -228,7 +228,7 @@ The arguments to the NoProxy directive are one of the following type list: numeric (dotted quad) form. Usually, this address represents a host, but there need not necessarily be a DNS domain name connected with the address.
- Example: 139.25.113.10
+ Example: 192.168.123.7
Note: An IPAddr does not need to be resolved by the DNS system, so it can result in more effective apache performance.

See Also: @@ -263,8 +263,8 @@ The arguments to the NoProxy directive are one of the following type list: Context: server config
Status: Base
Module: mod_proxy
-Compatibility: ProxyDomain is only available in a patch to -Apache 1.2.1 and later.

+Compatibility: ProxyDomain is only available in +Apache 1.3 and later.

This directive is only useful for apache proxy servers within intranets. The ProxyDomain directive specifies the default domain which the apache