From: Ken Coar Date: Wed, 14 Apr 1999 11:19:21 +0000 (+0000) Subject: Add a note about 'no whitespace need apply.' X-Git-Tag: apache-apr-merge-3~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ed91a656ee58f8a10cfb370e19530f185258484f;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/mod_access.html b/docs/manual/mod/mod_access.html index 0c3bb9178c2..82cd71c69f6 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.)

+Keywords may only be separated by a comma; no whitespace is allowed between +them. Note that in all cases every allow and deny statement is evaluated, there is no "short-circuiting".