rbowen 2002/11/13 07:52:48
Modified: htdocs/manual/howto auth.html
Log:
Small but annoying nits.
Revision Changes Path
1.7 +5 -5 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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- auth.html 19 Sep 2002 17:45:08 -0000 1.6
+++ auth.html 13 Nov 2002 15:52:46 -0000 1.7
@@ -870,7 +870,7 @@
name of a variable, and the value of that variable. While other
databases allow the storage of many fields in a given record, a
DB file allows only this pairing of key and value.<a
- name="foot1_return" href="#foot1"><sup>21.1</sup></a> This is ideal for
+ name="foot1_return" href="#foot1"><sup>1</sup></a> This is ideal for
authentication, which requires only the pair of a username and
password.</p>
@@ -926,7 +926,7 @@
<p>The user file for authentication is, this time, not a flat
text file, but is a DB file<a name="foot2_return"
- href="#foot2"><sup>21.2</sup></a>. Fortunately, once again,
+ href="#foot2"><sup>2</sup></a>. Fortunately, once again,
Apache provides us with a simple utility for the purpose of
managing this user file. This time, the utility is called
<tt>dbmmanage</tt>, and will be located in the <tt>bin</tt>
@@ -990,7 +990,7 @@
when the data structure is changed, the file is automatically
modified at the same time.</p>
- <h3><a name="authdbuserfile"></a>Configuration Apache
+ <h3><a name="authdbuserfile"></a>Configuring Apache
to use this password file</h3>
<p>Once you have created the password file, you need to tell
@@ -1172,7 +1172,7 @@
<dl>
<dt><a name="foot1">... value.</a><a
- href="#foot1_return"><sup>21.1</sup></a></dt>
+ href="#foot1_return"><sup>1</sup></a></dt>
<dd>There are actually a number of implementations that get
around this limitation. MLDBM is one of them, for example.
@@ -1181,7 +1181,7 @@
with whatever operating system you are already running.</dd>
<dt><a name="foot2">... file</a><a
- href="#foot2_return"><sup>21.2</sup></a></dt>
+ href="#foot2_return"><sup>2</sup></a></dt>
<dd>Or, if you are using mod_auth_dbm, a DBM file.</dd>
</dl>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]