From 9921bf07dcd8524aac1b33bd231f984719e28c6b Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Thu, 4 Nov 2010 15:29:16 +0000 Subject: [PATCH] PR#17239 - mention the logical relation of multiple "Require" statement. Not required in trunk where we have the new authz containers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1031032 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 4 +++- docs/manual/mod/core.xml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 428e68ab949..2b784469d19 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -2493,7 +2493,9 @@ a resource Module:core

This directive selects which authenticated users can access a - resource. The restrictions are processed by authorization + resource. Multipe instances of this directive are combined with a logical + "OR", such that a user matching any Require line is + granted access. The restrictions are processed by authorization modules. Some of the allowed syntaxes provided by mod_authz_user and mod_authz_groupfile are:

diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index afc7fb37244..7abdd0545a9 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2488,7 +2488,9 @@ a resource

This directive selects which authenticated users can access a - resource. The restrictions are processed by authorization + resource. Multipe instances of this directive are combined with a logical + "OR", such that a user matching any Require line is + granted access. The restrictions are processed by authorization modules. Some of the allowed syntaxes provided by mod_authz_user and mod_authz_groupfile are:

-- 2.47.3