From: Chuck Murcko Date: Sun, 6 Apr 1997 02:42:02 +0000 (+0000) Subject: Fix typo in FAQ section on limiting access. X-Git-Tag: APACHE_1_2b8~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58ee2c983fafa9d4b46863f32487aa009f855e47;p=apache Fix typo in FAQ section on limiting access. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77798 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.html b/docs/manual/mod/mod_proxy.html index 5d0807b75d..84ba98b2bf 100644 --- a/docs/manual/mod/mod_proxy.html +++ b/docs/manual/mod/mod_proxy.html @@ -276,9 +276,11 @@ control block using the following example:

 <Directory proxy:*>
+<Limit>
 order allow,deny
 deny from [machines you'd like not to allow by IP address or name]
 allow from all
+</Limit>
 </Directory>