diff options
author | Stefan Fritsch <sf@apache.org> | 2010-02-03 23:14:45 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2010-02-03 23:14:45 +0100 |
commit | f8caa331e08d5ae23d4cec719679c8924f03c026 (patch) | |
tree | fa1c436da81106bf666f537508c654305ca356e7 /docs/manual/mod/mod_authz_host.xml | |
parent | Fix CHANGES entry to reflect change in r904853 (diff) | |
download | apache2-f8caa331e08d5ae23d4cec719679c8924f03c026.tar.xz apache2-f8caa331e08d5ae23d4cec719679c8924f03c026.zip |
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
Diffstat (limited to 'docs/manual/mod/mod_authz_host.xml')
-rw-r--r-- | docs/manual/mod/mod_authz_host.xml | 11 |
1 files 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)</description> <summary> <p>The authorization providers implemented by <module>mod_authz_host</module> are - registered using the <directive module="mod_authz_core">Require</directive> or - <directive module="mod_authz_core">Match</directive> directives. These - directives can be referenced within a + registered using the <directive module="mod_authz_core">Require</directive> + directive. The directive can be referenced within a <directive module="core" type="section">Directory</directive>, <directive module="core" type="section">Files</directive>, or <directive module="core" type="section">Location</directive> section @@ -55,13 +54,11 @@ address)</description> <seealso><a href="../howto/auth.html">Authentication, Authorization, and Access Control</a></seealso> <seealso><directive module="mod_authz_core">Require</directive></seealso> -<seealso><directive module="mod_authz_core">Match</directive></seealso> <section id="requiredirectives"><title>The Require Directives</title> - <p>Apache's <directive module="mod_authz_core">Require</directive> and - <directive module="mod_authz_core">Match</directive> directives are - used during the authorization phase to ensure that a user is allowed or + <p>Apache's <directive module="mod_authz_core">Require</directive> + 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 <code>env</code>, <code>ip</code>, <code>host</code> and <code>all</code>. Other authorization types may also be |