]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Adding a few additional seealso links.
authorRich Bowen <rbowen@apache.org>
Sun, 11 Dec 2005 18:29:34 +0000 (18:29 +0000)
committerRich Bowen <rbowen@apache.org>
Sun, 11 Dec 2005 18:29:34 +0000 (18:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@355991 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_auth_basic.html.en
docs/manual/mod/mod_auth_basic.xml
docs/manual/mod/mod_auth_digest.html.en
docs/manual/mod/mod_auth_digest.xml

index bfb831138f0caf4215bf612fcc468354538220e7..138d3f102d2080c14cc4edbdff79e0c2e998b0c8 100644 (file)
@@ -49,6 +49,9 @@
 <ul class="seealso">
 <li><code class="directive"><a href="../mod/core.html#authname">AuthName</a></code></li>
 <li><code class="directive"><a href="../mod/core.html#authtype">AuthType</a></code></li>
+<li><code class="directive"><a href="../mod/core.html#require">Require</a></code></li>
+<li><code class="directive"><a href="../mod/core.html#satisfy">Satisfy</a></code></li>
+<li><a href="../howto/auth.html">Authentication howto</a></li>
 </ul></div>
 
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
index 3ca0c2b1c9f5e5cfe3e74353bbe9feb59ad02dd8..3e7ce44e8bfdcaa05f3b0e583115099905115bf5 100644 (file)
@@ -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>
index f0fa9f955139e36a23cb1075c78ac0d447341a77..e0ee363fe720518c24e0c3113a7184eec65df115 100644 (file)
@@ -56,6 +56,7 @@
 <li><code class="directive"><a href="../mod/core.html#authtype">AuthType</a></code></li>
 <li><code class="directive"><a href="../mod/core.html#require">Require</a></code></li>
 <li><code class="directive"><a href="../mod/core.html#satisfy">Satisfy</a></code></li>
+<li><a href="../howto/auth.html">Authentication howto</a></li>
 </ul></div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
index cdbc7b159a6e1f99f5851b41b1b58a0736abcdb7..283a4196fb3e9073da67f98b310adb4153475f07 100644 (file)
@@ -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>