From f8caa331e08d5ae23d4cec719679c8924f03c026 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Wed, 3 Feb 2010 22:14:45 +0000 Subject: [PATCH] Remove reference to the Match directive, which was removed in r726082 / r728126. PR: 46494 Submitted by: Bob Ionescu git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@906266 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_authz_host.xml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/manual/mod/mod_authz_host.xml b/docs/manual/mod/mod_authz_host.xml index 743cf2334d..40e1212c92 100644 --- a/docs/manual/mod/mod_authz_host.xml +++ b/docs/manual/mod/mod_authz_host.xml @@ -32,9 +32,8 @@ address)

The authorization providers implemented by mod_authz_host are - registered using the Require or - Match directives. These - directives can be referenced within a + registered using the Require + directive. The directive can be referenced within a Directory, Files, or Location section @@ -55,13 +54,11 @@ address) Authentication, Authorization, and Access Control Require -Match

The Require Directives -

Apache's Require and - Match directives are - used during the authorization phase to ensure that a user is allowed or +

Apache's Require + directive is used during the authorization phase to ensure that a user is allowed or denied access to a resource. mod_authz_host extends the authorization types with env, ip, host and all. Other authorization types may also be -- 2.50.1