summaryrefslogtreecommitdiff
path: root/docs/manual/howto/auth.html.en
diff options
context:
space:
mode:
authorCliff Woolley <jwoolley@apache.org>2001-09-05 03:07:49 +0000
committerCliff Woolley <jwoolley@apache.org>2001-09-05 03:07:49 +0000
commit08a3eb4ac1196fbf28cb2996b95885e7f83a5257 (patch)
tree283d371c831076f207cf277c39785d64901c8b5e /docs/manual/howto/auth.html.en
parent166af1373edaea9acaa9bb7470149e1c4bdab0d4 (diff)
downloadhttpd-08a3eb4ac1196fbf28cb2996b95885e7f83a5257.tar.gz
mod_access is also important...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90899 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/howto/auth.html.en')
-rw-r--r--docs/manual/howto/auth.html.en13
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/manual/howto/auth.html.en b/docs/manual/howto/auth.html.en
index 9311ffcf81..8fab3865fb 100644
--- a/docs/manual/howto/auth.html.en
+++ b/docs/manual/howto/auth.html.en
@@ -22,8 +22,8 @@
<li><a href="#the prerequisites">The prerequisites</a></li>
- <li><a href="#getting it working.">Getting it
- working.</a></li>
+ <li><a href="#getting it working">Getting it
+ working</a></li>
<li><a href="#letting more than one person in">Letting more
than one person in</a></li>
@@ -43,6 +43,7 @@
<td valign="top"><strong>Related Modules</strong><br>
<br>
<a href="../mod/mod_auth.html">mod_auth</a><br>
+ <a href="../mod/mod_access.html">mod_access</a><br>
</td>
<td valign="top"><strong>Related Directives</strong><br>
<br>
@@ -106,7 +107,7 @@
kept. This should not be terribly difficult, and I'll try to
make this clear when we come to that point.</p>
- <h2><a name="getting it working.">Getting it working.</a></h2>
+ <h2><a name="getting it working">Getting it working</a></h2>
<p>Here's the basics of password protecting a directory on your
server.</p>
@@ -310,9 +311,9 @@
<h2><a name="more information">More information</a></h2>
<p>You should also read the documentation for
- <code><a href="../mod/mod_auth.html">mod_auth</a></code>
- which contains
- some more information about how this all works.</p>
+ <code><a href="../mod/mod_auth.html">mod_auth</a></code> and
+ <code><a href="../mod/mod_access.html">mod_access</a></code>
+ which contain some more information about how this all works.</p>
</body>
</html>