
humbedooh at apache
May 10, 2012, 12:39 PM
Post #1 of 1
(35 views)
Permalink
|
|
svn commit: r1336852 - in /httpd/httpd/trunk/docs/manual/mod: mod_authn_file.html.en mod_authn_file.xml.meta
|
|
Author: humbedooh Date: Thu May 10 19:39:10 2012 New Revision: 1336852 URL: http://svn.apache.org/viewvc?rev=1336852&view=rev Log: Rebuild Modified: httpd/httpd/trunk/docs/manual/mod/mod_authn_file.html.en httpd/httpd/trunk/docs/manual/mod/mod_authn_file.xml.meta Modified: httpd/httpd/trunk/docs/manual/mod/mod_authn_file.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_authn_file.html.en?rev=1336852&r1=1336851&r2=1336852&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_authn_file.html.en (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_authn_file.html.en Thu May 10 19:39:10 2012 @@ -87,11 +87,11 @@ passwords for authentication</td></tr> use the first occurrence to verify the password.</p> <p>The encrypted password format depends on which authentication - frontend (e.g. <code class="module"><a href="../mod/mod_authn_basic.html">mod_authn_basic</a></code> or - <code class="module"><a href="../mod/mod_authn_digest.html">mod_authn_digest</a></code>) is being used. See <a href="../misc/password_encryptions.html">Password Formats</a> for + frontend (e.g. <code class="module"><a href="../mod/mod_auth_basic.html">mod_auth_basic</a></code> or + <code class="module"><a href="../mod/mod_auth_digest.html">mod_auth_digest</a></code>) is being used. See <a href="../misc/password_encryptions.html">Password Formats</a> for more information.</p> - <p>For <code class="module"><a href="../mod/mod_authn_basic.html">mod_authn_basic</a></code>, use the utility <code class="program"><a href="../programs/htpasswd.html">htpasswd</a></code> + <p>For <code class="module"><a href="../mod/mod_auth_basic.html">mod_auth_basic</a></code>, use the utility <code class="program"><a href="../programs/htpasswd.html">htpasswd</a></code> 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. Modified: httpd/httpd/trunk/docs/manual/mod/mod_authn_file.xml.meta URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_authn_file.xml.meta?rev=1336852&r1=1336851&r2=1336852&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_authn_file.xml.meta (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_authn_file.xml.meta Thu May 10 19:39:10 2012 @@ -8,7 +8,7 @@ <variants> <variant>en</variant> - <variant>fr</variant> + <variant outdated="yes">fr</variant> <variant outdated="yes">ja</variant> <variant outdated="yes">ko</variant> </variants>
|