From: Marc Slemko Date: Tue, 28 Jul 1998 05:57:13 +0000 (+0000) Subject: Digest is mostly supported, for all the good it does. X-Git-Tag: 1.3.2~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70f15d6e86d58bf5ab918a2729e376cf9751f24a;p=thirdparty%2Fapache%2Fhttpd.git Digest is mostly supported, for all the good it does. PR: 2715 Obtained from: Submitted by: Youichirou Koga Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81827 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index c3b5d37014f..5f3abff39b0 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -303,7 +303,7 @@ It must be accompanied by AuthType and >Status: core

This directive selects the type of user authentication for a directory. -Only Basic is currently implemented. +Only Basic and Digest are currently implemented. It must be accompanied by AuthName and require directives, and directives such as