
humbedooh at apache
May 10, 2012, 12:37 PM
Views: 37
Permalink
|
|
svn commit: r1336850 - /httpd/httpd/trunk/docs/manual/mod/mod_authn_file.xml
|
|
Author: humbedooh Date: Thu May 10 19:37:19 2012 New Revision: 1336850 URL: http://svn.apache.org/viewvc?rev=1336850&view=rev Log: Fix broken links Modified: httpd/httpd/trunk/docs/manual/mod/mod_authn_file.xml Modified: httpd/httpd/trunk/docs/manual/mod/mod_authn_file.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_authn_file.xml?rev=1336850&r1=1336849&r2=1336850&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_authn_file.xml (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_authn_file.xml Thu May 10 19:37:19 2012 @@ -73,12 +73,12 @@ passwords for authentication</descriptio use the first occurrence to verify the password.</p> <p>The encrypted password format depends on which authentication - frontend (e.g. <module>mod_authn_basic</module> or - <module>mod_authn_digest</module>) is being used. See <a + frontend (e.g. <module>mod_auth_basic</module> or + <module>mod_auth_digest</module>) is being used. See <a href="../misc/password_encryptions.html">Password Formats</a> for more information.</p> - <p>For <module>mod_authn_basic</module>, use the utility <program>htpasswd</program> + <p>For <module>mod_auth_basic</module>, use the utility <program>htpasswd</program> which is installed as part of the binary distribution, or which can be found in <code>src/support</code>. See the <a href="../programs/htpasswd.html">man page</a> for more details.
|