Mailing List Archive

cvs commit: httpd-docs-1.3/htdocs/manual/mod mod_digest.html
slive 00/09/08 13:03:58

Modified: htdocs/manual/mod mod_digest.html
Log:
Submitted by: Joshua Slive

Add a pointer from the obsolete mod_digest to the experimental
mod_auth_digest.

Revision Changes Path
1.11 +6 -1 httpd-docs-1.3/htdocs/manual/mod/mod_digest.html

Index: mod_digest.html
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_digest.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- mod_digest.html 1998/05/20 14:12:55 1.10
+++ mod_digest.html 2000/09/08 20:03:56 1.11
@@ -15,11 +15,16 @@
<!--#include virtual="header.html" -->
<H1 ALIGN="CENTER">Module mod_digest</H1>

-This module is contained in the <CODE>mod_digest.c</CODE> file, and is
+<P>This module is contained in the <CODE>mod_digest.c</CODE> file, and is
not compiled in by default. It is only available in Apache 1.1 and
later. It provides for user authentication using MD5 Digest
Authentication.

+<P><STRONG>Please Note:</STRONG> This module implements an older
+version of the MD5 Digest Authentication specification which will
+probably not work with modern browsers. Please see <A
+HREF="mod_auth_digest.html">mod_auth_digest</A> for a module which implements
+the most recent version of the standard.

<MENU>
<LI><A HREF="#authdigestfile">AuthDigestFile</A>