From: Paul Querna Date: Fri, 2 Dec 2005 06:43:16 +0000 (+0000) Subject: It is mod_authN_file, not mod_auth_file X-Git-Tag: 2.2.1~232 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=032843baf452a2980a99de5568cb87bc3f5d5723;p=thirdparty%2Fapache%2Fhttpd.git It is mod_authN_file, not mod_auth_file git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@351614 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/new_features_2_2.xml b/docs/manual/new_features_2_2.xml index 047c2cc92af..b5956e53603 100644 --- a/docs/manual/new_features_2_2.xml +++ b/docs/manual/new_features_2_2.xml @@ -121,7 +121,7 @@
Modules in the aaa directory have been renamed and offer better support for digest authentication. For example, mod_auth is now split into mod_auth_basic and - mod_auth_file; mod_auth_dbm is now called + mod_authn_file; mod_auth_dbm is now called mod_authn_dbm; mod_access has been renamed mod_authz_host. There is also a new mod_authn_alias module for simplifying