From c2161cb6fcda714193e3b2f3cb6e2bc408e4be0f Mon Sep 17 00:00:00 2001 From: Justin Erenkrantz Date: Sun, 13 Nov 2005 05:32:20 +0000 Subject: [PATCH] Add some more documentation related to 2.1/2.2 authentication changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332896 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/howto/auth.html.en | 6 +++-- docs/manual/howto/auth.xml | 8 +++++-- docs/manual/new_features_2_2.html.en | 33 +++++++++++++++++++++++++--- docs/manual/new_features_2_2.xml | 33 +++++++++++++++++++++++++--- 4 files changed, 70 insertions(+), 10 deletions(-) diff --git a/docs/manual/howto/auth.html.en b/docs/manual/howto/auth.html.en index 135ca16f1b..877935051c 100644 --- a/docs/manual/howto/auth.html.en +++ b/docs/manual/howto/auth.html.en @@ -42,7 +42,7 @@ do?
top

Related Modules and Directives

- +
top

Introduction

@@ -340,7 +340,9 @@ do?

More information

You should also read the documentation for mod_auth_basic and mod_authz_host which - contain some more information about how this all works.

+ contain some more information about how this all works. + mod_authn_alias can also help in simplifying certain + authentication configurations.

Available Languages:  en  | diff --git a/docs/manual/howto/auth.xml b/docs/manual/howto/auth.xml index 3ae949113d..3e79237173 100644 --- a/docs/manual/howto/auth.xml +++ b/docs/manual/howto/auth.xml @@ -31,11 +31,12 @@ process by which someone is allowed to be where they want to go, or to have information that they want to have.

- +