]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Links to access control howto.
authorRich Bowen <rbowen@apache.org>
Tue, 15 Feb 2011 13:42:08 +0000 (13:42 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 15 Feb 2011 13:42:08 +0000 (13:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070891 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/auth.xml
docs/manual/index.xml

index 155dfe17c569c5dec55c7e4e80ac53699691bf19..22b637d1bb0d9ab515c93dd709ed92bd54f15a69 100644 (file)
@@ -30,6 +30,9 @@
     someone is who they claim they are. Authorization is any
     process by which someone is allowed to be where they want to
     go, or to have information that they want to have.</p>
+
+    <p>For general access control, see the <a href="access.html">Access
+    Control How-To</a>.</p>
 </summary>
 
 <section id="related"><title>Related Modules and Directives</title>
index 79275158ca1f6f809d95507e3f57be1a29d8d7ee..f83c066ed20b5225790011c1abe5908fb7a27c21 100644 (file)
@@ -69,8 +69,8 @@ Documentation</title>
 </category>
 
 <category id="howto"><title>How-To / Tutorials</title>
-    <page href="howto/auth.html">Authentication, Authorization, and Access
-    Control</page>
+    <page href="howto/auth.html">Authentication and Authorization</page>
+    <page href="howto/access.html">Access Control</page>
     <page href="howto/cgi.html">CGI: Dynamic Content</page>
     <page href="howto/htaccess.html">.htaccess files</page>
     <page href="howto/ssi.html">Server Side Includes (SSI)</page>