]> granicus.if.org Git - apache/commitdiff
Correct syntax error in Limit block. This still doesn't fix the problem,
authorChuck Murcko <chuck@apache.org>
Mon, 7 Apr 1997 01:35:52 +0000 (01:35 +0000)
committerChuck Murcko <chuck@apache.org>
Mon, 7 Apr 1997 01:35:52 +0000 (01:35 +0000)
though.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77801 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.html

index 84ba98b2bf3803947772e86aa3ac703fd77f39c2..661b8a473ed3c37f25fe7ac88fee1209c1daa19f 100644 (file)
@@ -276,7 +276,7 @@ control block using the following example:<p>
 
 <pre>
 &lt;Directory proxy:*&gt;
-&lt;Limit&gt;
+&lt;Limit GET&gt;
 order allow,deny
 deny from [machines you'd like not to allow by IP address or name]
 allow from all