coar 99/04/14 04:19:22
Modified: htdocs/manual/mod mod_access.html
Log:
Add a note about 'no whitespace need apply.'
PR: 4212
Revision Changes Path
1.18 +2 -0 apache-1.3/htdocs/manual/mod/mod_access.html
Index: mod_access.html
===================================================================
RCS file: /home/cvs/apache-1.3/htdocs/manual/mod/mod_access.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- mod_access.html 1998/09/17 12:33:07 1.17
+++ mod_access.html 1999/04/14 11:19:21 1.18
@@ -290,6 +290,8 @@
on the deny list are granted access. (The initial state is irrelevant.)
</DL>
<P>
+Keywords may only be separated by a comma; no whitespace is allowed between
+them.
<STRONG>Note that in all cases every <CODE>allow</CODE> and <CODE>deny</CODE>
statement is evaluated, there is no "short-circuiting".</STRONG>
</P>