Commit 3b7d9a98 authored by Chuck Murcko's avatar Chuck Murcko
Browse files

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
parent ae1d7f65
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -276,9 +276,11 @@ control block using the following example:<p>

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