rbowen 2002/11/13 07:56:59
Modified: htdocs/manual/howto auth.html
Log:
Evidentally, when I converted this from LaTeX, I never removed any of
the indexing stuff. I think this is the last of it.
Revision Changes Path
1.8 +6 -8 httpd-docs-1.3/htdocs/manual/howto/auth.html
Index: auth.html
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/howto/auth.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- auth.html 13 Nov 2002 15:52:46 -0000 1.7
+++ auth.html 13 Nov 2002 15:56:59 -0000 1.8
@@ -185,8 +185,8 @@
<p>Along with the <tt>401</tt> response, certain other
information will be passed back to the client. In particular,
it sends a name which is associated with the protected area of
- the web site. This is called the <i>realm</i><a id="11257"
- name="11257"></a>, or just the authentication name. The client
+ the web site. This is called the <i>realm</i>, or just the
+ authentication name. The client
browser caches the username and password that you supplied, and
stores it along with the authentication realm, so that if other
resources are requested from the same realm, the same username
@@ -858,8 +858,7 @@
pick whichever of the two modules makes the most sense on your
particular platform of choice. If you do not have DB support on
your platform, you may need to install it. You download an
- implementation of DB at <tt>http://www.sleepycat.com/</tt>. <a
- id="11415" name="11415"></a></p>
+ implementation of DB at <tt>http://www.sleepycat.com/</tt>.
<h2><a name="dbfiles"></a>Berkeley DB files</h2>
@@ -875,7 +874,6 @@
password.</p>
<h2><a name="installauthdb">Installing mod_auth_db</a></h2>
- <tt>mod_auth_db!installing</tt>
<p>For the purposes of this tutorial, we'll talk about
installing and configuring <tt>mod_auth_db</tt>. However,
@@ -1084,15 +1082,15 @@
<p>For example, if you have someone spamming your message
board, and you want to keep them out, you could do the
- following: <a id="11494" name="11494"></a></p>
+ following:</p>
<pre>
deny from 11.22.33.44
</pre>
<p>Visitors coming from that address will not be able to see
the content behind this directive. If, instead, you have a
- machine name, rather than an IP address, you can use that. <a
- id="11497" name="11497"></a></p>
+ machine name, rather than an IP address, you can use that.
+ </p>
<pre>
deny from hostname.example.com
</pre>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]