diff options
author | Joshua Slive <slive@apache.org> | 2002-06-01 03:42:45 +0200 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2002-06-01 03:42:45 +0200 |
commit | 599cedba1f6769af4cc920cabd02b47db5f78614 (patch) | |
tree | 3578984d7d950d58d7fc793fd399f2e457483c6b /docs/manual/mod/mod_proxy.xml | |
parent | Switched to using atomic operations for tracking the active threads rather (diff) | |
download | apache2-599cedba1f6769af4cc920cabd02b47db5f78614.tar.xz apache2-599cedba1f6769af4cc920cabd02b47db5f78614.zip |
Close the <proxy> container properly.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95459 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_proxy.xml')
-rw-r--r-- | docs/manual/mod/mod_proxy.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 883153da18..51d8943410 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -280,7 +280,7 @@ proxy server:</p> Order Deny,Allow<br /> Deny from all<br /> Allow from yournetwork.example.com<br /> -<Proxy> +</Proxy> </example> <p>The following example will process all files in the @@ -290,7 +290,7 @@ server:</p> <example> <Proxy http://example.com/foo/*><br /> SetOutputFilter INCLUDES<br /> -<Proxy> +</Proxy> </example> </usage> </directivesynopsis> @@ -702,7 +702,7 @@ always served directly, without forwarding to the configured <dd>the subnet <code>192.168.112.0/21</code> with a netmask of 21 valid bits (also used in the form 255.255.248.0)</dd> </dl> - As a degenerate case, a <em>SubNet</em> with 32 valid bits is the + As a degenerate case, a <em>SubNet</em> with 32 valid bits is the equivalent to an <em>IPAddr</em>, while a <em>SubNet</em> with zero valid bits (<em>e.g.</em>, 0.0.0.0/0) is the same as the constant <em>_Default_</em>, matching any IP address. </dd> |