From: Daniel Gruno Date: Thu, 10 May 2012 19:37:19 +0000 (+0000) Subject: Fix broken links X-Git-Tag: 2.5.0-alpha~6841 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3e988af1becbebd7ec0e68f93aa97e0879b7aca;p=apache Fix broken links git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1336850 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authn_file.xml b/docs/manual/mod/mod_authn_file.xml index dd530946ff..be76949882 100644 --- a/docs/manual/mod/mod_authn_file.xml +++ b/docs/manual/mod/mod_authn_file.xml @@ -73,12 +73,12 @@ passwords for authentication use the first occurrence to verify the password.

The encrypted password format depends on which authentication - frontend (e.g. mod_authn_basic or - mod_authn_digest) is being used. See 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.