From: Rainer Jung Date: Wed, 9 Jan 2013 12:10:52 +0000 (+0000) Subject: Remove reference to RequireNone, which is no longer X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=280e6b924242ba408a8d649cf4f6f2e696b14953;p=thirdparty%2Fapache%2Fhttpd.git 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 af0fbc78771..42e77b47fe4 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.