diff options
author | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-10-07 10:46:31 +0200 |
---|---|---|
committer | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-10-07 10:46:31 +0200 |
commit | e23f2cf9931a6e5358c92b76ef6d3ab9f648cb17 (patch) | |
tree | 09b40c45a00269ea59f4379db64ba3f6d5bb6767 /docs/manual/sitemap.xml | |
parent | Simpler, faster code for generating HTTP response headers: (diff) | |
download | apache2-e23f2cf9931a6e5358c92b76ef6d3ab9f648cb17.tar.xz apache2-e23f2cf9931a6e5358c92b76ef6d3ab9f648cb17.zip |
Update the docs to fully reflect the aaa changes by linking in the new
modules and removing the deleted ones; renaming mod_auth_anon->mod_authn_anon,
and mod_access->mod_authz_host.
All docs to the old modules are now deleted.
Translations were kept with their old modules. (Can't read Japanese.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97123 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/sitemap.xml')
-rw-r--r-- | docs/manual/sitemap.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/manual/sitemap.xml b/docs/manual/sitemap.xml index 9fc652b488..ce4243b4ad 100644 --- a/docs/manual/sitemap.xml +++ b/docs/manual/sitemap.xml @@ -125,14 +125,17 @@ Server on HPUX</page> <page href="mod/quickreference.html">Directive Quick-Reference</page> <modulefilelist> <modulefile>core.xml</modulefile> - <modulefile>mod_access.xml</modulefile> <modulefile>mod_actions.xml</modulefile> <modulefile>mod_alias.xml</modulefile> <modulefile>mod_asis.xml</modulefile> - <modulefile>mod_auth.xml</modulefile> - <modulefile>mod_auth_anon.xml</modulefile> - <modulefile>mod_auth_dbm.xml</modulefile> + <modulefile>mod_auth_basic.xml</modulefile> <modulefile>mod_auth_digest.xml</modulefile> + <modulefile>mod_authn_anon.xml</modulefile> + <modulefile>mod_authn_dbm.xml</modulefile> + <modulefile>mod_authn_file.xml</modulefile> + <modulefile>mod_authz_dbm.xml</modulefile> + <modulefile>mod_authz_groupfile.xml</modulefile> + <modulefile>mod_authz_host.xml</modulefile> <modulefile>mod_auth_ldap.xml</modulefile> <modulefile>mod_autoindex.xml</modulefile> <modulefile>mod_cache.xml</modulefile> |