Commit 401e5c7d authored by dgaudet's avatar dgaudet
Browse files

html-o


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78075 13f79535-47bb-0310-9956-ffa450edef68
parent a9390888
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -153,9 +153,9 @@ on the deny list are granted access. (The initial state is irrelevant.)

Example:
<blockquote><code>
order deny,allow
deny from all
allow from .ncsa.uiuc.edu
order deny,allow<br>
deny from all<br>
allow from .ncsa.uiuc.edu<br>
</code></blockquote>
Hosts in the ncsa.uiuc.edu domain are allowed access; all other hosts are
denied access.