From: Joshua Slive Date: Sat, 1 Jun 2002 01:42:45 +0000 (+0000) Subject: Close the container properly. X-Git-Tag: 2.0.37~121 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=599cedba1f6769af4cc920cabd02b47db5f78614;p=apache Close the container properly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95459 13f79535-47bb-0310-9956-ffa450edef68 --- 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:

  Order Deny,Allow
  Deny from all
  Allow from yournetwork.example.com
-<Proxy> +</Proxy>

The following example will process all files in the @@ -290,7 +290,7 @@ server:

<Proxy http://example.com/foo/*>
  SetOutputFilter INCLUDES
-<Proxy> +</Proxy>
@@ -702,7 +702,7 @@ always served directly, without forwarding to the configured
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 + As a degenerate case, a SubNet with 32 valid bits is the equivalent to an IPAddr, while a SubNet with zero valid bits (e.g., 0.0.0.0/0) is the same as the constant _Default_, matching any IP address.