]> granicus.if.org Git - apache/commitdiff
Close the <proxy> container properly.
authorJoshua Slive <slive@apache.org>
Sat, 1 Jun 2002 01:42:45 +0000 (01:42 +0000)
committerJoshua Slive <slive@apache.org>
Sat, 1 Jun 2002 01:42:45 +0000 (01:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95459 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml

index 883153da18729e4df8a31f344cefd83b5282161a..51d8943410c32d2fd098cf6d74f5b3d827d4a4d2 100644 (file)
@@ -280,7 +280,7 @@ proxy server:</p>
 &nbsp;&nbsp;Order Deny,Allow<br />
 &nbsp;&nbsp;Deny from all<br />
 &nbsp;&nbsp;Allow from yournetwork.example.com<br />
-&lt;Proxy&gt;
+&lt;/Proxy&gt;
 </example>
 
 <p>The following example will process all files in the
@@ -290,7 +290,7 @@ server:</p>
 <example>
 &lt;Proxy http://example.com/foo/*&gt;<br />
 &nbsp;&nbsp;SetOutputFilter INCLUDES<br />
-&lt;Proxy&gt;
+&lt;/Proxy&gt;
 </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>