From c40612c94877fdf1939b2c1fbe3d8511a8fd7bb6 Mon Sep 17 00:00:00 2001
From: Rich Bowen
Date: Tue, 15 Feb 2011 13:42:08 +0000
Subject: [PATCH] Links to access control howto.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070891 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/howto/auth.xml | 3 +++
docs/manual/index.xml | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/docs/manual/howto/auth.xml b/docs/manual/howto/auth.xml
index 155dfe17c56..22b637d1bb0 100644
--- a/docs/manual/howto/auth.xml
+++ b/docs/manual/howto/auth.xml
@@ -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.
+
+ For general access control, see the Access
+ Control How-To.