From: Rainer Jung Date: Wed, 9 Jan 2013 12:10:52 +0000 (+0000) Subject: Remove reference to RequireNone, which is no longer X-Git-Tag: 2.5.0-alpha~5901 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b18c64f7d9698a94d7e15e6c51358ac743e09b7f;p=apache Remove reference to RequireNone, which is no longer used in the example since r1341749. Add some hopefully interesting other explanation instead. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1430814 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/auth.xml b/docs/manual/howto/auth.xml index af0fbc7877..42e77b47fe 100644 --- a/docs/manual/howto/auth.xml +++ b/docs/manual/howto/auth.xml @@ -549,12 +549,11 @@ Require group GroupName </RequireAll> -

The above example uses the RequireNone directive - to make sure that none of the - Require directives - contained within it - match their parameters before granting access.

+

Using RequireAll + with multiple Require directives, each negated with not, + will only allow access, if all of negated conditions are true. In other words, + access will be blocked, if any of the negated conditions fails.