From: Daniel Gruno
The encrypted password format depends on which authentication
- frontend (e.g. mod_authn_basic
or
- mod_authn_digest
) is being used. See Password Formats for
+ frontend (e.g. mod_auth_basic
or
+ mod_auth_digest
) is being used. See Password Formats for
more information.
For mod_authn_basic
, use the utility htpasswd
+
For mod_auth_basic
, use the utility htpasswd
which is installed as part of the binary distribution, or which
can be found in src/support
. See the
man page for more details.
diff --git a/docs/manual/mod/mod_authn_file.xml.meta b/docs/manual/mod/mod_authn_file.xml.meta
index 636d190ee0..c6d32df082 100644
--- a/docs/manual/mod/mod_authn_file.xml.meta
+++ b/docs/manual/mod/mod_authn_file.xml.meta
@@ -8,7 +8,7 @@