dgaudet 97/04/30 18:03:30
Modified: htdocs/manual/mod mod_access.html
Log:
Avoid user confusion.
Revision Changes Path
1.6 +4 -1 apache/htdocs/manual/mod/mod_access.html
Index: mod_access.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_access.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -C3 -r1.5 -r1.6
*** mod_access.html 1997/05/01 00:44:48 1.5
--- mod_access.html 1997/05/01 01:03:30 1.6
***************
*** 151,157 ****
on the deny list are granted access. (The initial state is irrelevant.)
</dl>
! Example:
<blockquote><code>
order deny,allow<br>
deny from all<br>
--- 151,160 ----
on the deny list are granted access. (The initial state is irrelevant.)
</dl>
! Note that in all cases every <code>allow</code> and <code>deny</code>
! statement is evaluated, there is no "short-circuiting".
!
! <p>Example:
<blockquote><code>
order deny,allow<br>
deny from all<br>