From: Justin Erenkrantz Date: Sun, 13 Nov 2005 05:32:20 +0000 (+0000) Subject: Add some more documentation related to 2.1/2.2 authentication changes. X-Git-Tag: 2.3.0~2793 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2161cb6fcda714193e3b2f3cb6e2bc408e4be0f;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/howto/auth.html.en b/docs/manual/howto/auth.html.en index 135ca16f1bf..877935051c9 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 3ae949113df..3e79237173f 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.

- +