1
0
mirror of https://github.com/apache/httpd.git synced 2025-07-30 20:03:10 +03:00

Adding references to html'ized man pages where appropriate.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87879 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Joshua Slive
2001-01-28 00:19:30 +00:00
parent 2f6d08ae45
commit d56f872d3e
11 changed files with 78 additions and 60 deletions

View File

@ -133,10 +133,10 @@ slash), it is treated as relative to the ServerRoot.
by a colon, followed by the crypt() encrypted password. The behavior
of multiple occurrences of the same user is undefined.
<P>
The utility <code>htpasswd</code> which is installed as part of the
binary distribution, or which can be found in <code>src/support</code>,
is used to maintain this password file. See the <code>man</code>
page for more details. In short
The utility <a href="../programs/htpasswd.html">htpasswd</a> which is
installed as part of the binary distribution, or which can be found in
<code>src/support</code>, is used to maintain this password file. See
the <code>man</code> page for more details. In short
<p>
<blockquote>
<code>htpasswd -c Filename username</code><br>