summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2005-12-11 18:25:59 +0000
committerRich Bowen <rbowen@apache.org>2005-12-11 18:25:59 +0000
commitc2f36443a4ec54196d4523e784e55ae8afd61e66 (patch)
tree19c875d5f8f420915dddc58474b093d22759ba60
parent06c6bde4c63a9011eda84f53124887c0e07607b8 (diff)
downloadhttpd-c2f36443a4ec54196d4523e784e55ae8afd61e66.tar.gz
A few additional seealso links
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@355990 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/mod/mod_auth_basic.xml3
-rw-r--r--docs/manual/mod/mod_auth_digest.xml1
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_auth_basic.xml b/docs/manual/mod/mod_auth_basic.xml
index 3ca0c2b1c9..3e7ce44e8b 100644
--- a/docs/manual/mod/mod_auth_basic.xml
+++ b/docs/manual/mod/mod_auth_basic.xml
@@ -40,6 +40,9 @@
</summary>
<seealso><directive module="core">AuthName</directive></seealso>
<seealso><directive module="core">AuthType</directive></seealso>
+<seealso><directive module="core">Require</directive></seealso>
+<seealso><directive module="core">Satisfy</directive></seealso>
+<seealso><a href="../howto/auth.html">Authentication howto</a></seealso>
<directivesynopsis>
<name>AuthBasicProvider</name>
diff --git a/docs/manual/mod/mod_auth_digest.xml b/docs/manual/mod/mod_auth_digest.xml
index cdbc7b159a..283a4196fb 100644
--- a/docs/manual/mod/mod_auth_digest.xml
+++ b/docs/manual/mod/mod_auth_digest.xml
@@ -39,6 +39,7 @@
<seealso><directive module="core">AuthType</directive></seealso>
<seealso><directive module="core">Require</directive></seealso>
<seealso><directive module="core">Satisfy</directive></seealso>
+<seealso><a href="../howto/auth.html">Authentication howto</a></seealso>
<section id="using"><title>Using Digest Authentication</title>