]> granicus.if.org Git - apache/commitdiff
Remove reference to the Match directive, which was removed in r726082 /
authorStefan Fritsch <sf@apache.org>
Wed, 3 Feb 2010 22:14:45 +0000 (22:14 +0000)
committerStefan Fritsch <sf@apache.org>
Wed, 3 Feb 2010 22:14:45 +0000 (22:14 +0000)
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

index 743cf2334d5110bff36ec92728863730167d91d9..40e1212c92ac236327b4fe36d06de68b3bfcf848 100644 (file)
@@ -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