diff options
author | Rich Bowen <rbowen@apache.org> | 2011-02-15 12:54:27 +0100 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2011-02-15 12:54:27 +0100 |
commit | f3027cdbc8e418eb1f1ab5c40f91291a7b642270 (patch) | |
tree | 1c4bbd1d4ee722c0c207db189f942ed971b315a6 /docs/manual/howto/index.xml | |
parent | This document exists in the 2.2 docs, but not here. Not sure why. Need (diff) | |
download | apache2-f3027cdbc8e418eb1f1ab5c40f91291a7b642270.tar.xz apache2-f3027cdbc8e418eb1f1ab5c40f91291a7b642270.zip |
Copies the access control howto from the 2.2 docs. However, it's going
to need some work to be appropriate for trunk.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070853 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | docs/manual/howto/index.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/manual/howto/index.xml b/docs/manual/howto/index.xml index ef9f3ac87b..d7d79b4977 100644 --- a/docs/manual/howto/index.xml +++ b/docs/manual/howto/index.xml @@ -41,6 +41,18 @@ </dd> </dl> + <dl> + <dt>Access Control</dt> + <dd> + <p>Access control refers to the process of restricting, or + granting access to a resource based on arbitrary criteria. There + are a variety of different ways that this can be + accomplished.</p> + + <p>See: <a href="access.html">Access Control</a></p> + </dd> + </dl> + <dl> <dt>Dynamic Content with CGI</dt> <dd> |