Commit ea3a3ba8 authored by Chuck Murcko's avatar Chuck Murcko
Browse files

Correct syntax error in Limit block. This still doesn't fix the problem,

though.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77801 13f79535-47bb-0310-9956-ffa450edef68
parent 3b7d9a98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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