summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Coar <coar@apache.org>1999-04-14 11:19:21 +0000
committerKen Coar <coar@apache.org>1999-04-14 11:19:21 +0000
commited91a656ee58f8a10cfb370e19530f185258484f (patch)
tree19f3ab3dec8f4bda665acf17160e00d369b65c4a
parent80b75bea2c9be474b7095a700f7583cde4e181dd (diff)
downloadhttpd-ed91a656ee58f8a10cfb370e19530f185258484f.tar.gz
Add a note about 'no whitespace need apply.'
PR: 4212 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83050 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/mod/mod_access.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_access.html b/docs/manual/mod/mod_access.html
index 0c3bb9178c..82cd71c69f 100644
--- a/docs/manual/mod/mod_access.html
+++ b/docs/manual/mod/mod_access.html
@@ -290,6 +290,8 @@ initial state is FORBIDDEN.)
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 &quot;short-circuiting&quot;.</STRONG>
</P>