diff options
author | Marc Slemko <marc@apache.org> | 1998-07-28 07:57:13 +0200 |
---|---|---|
committer | Marc Slemko <marc@apache.org> | 1998-07-28 07:57:13 +0200 |
commit | 70f15d6e86d58bf5ab918a2729e376cf9751f24a (patch) | |
tree | 19f54995c9f68216785121236015bd68a5162aa8 /docs | |
parent | Update the mod_rewrite.html document to correctly reflect the situation of the (diff) | |
download | apache2-70f15d6e86d58bf5ab918a2729e376cf9751f24a.tar.xz apache2-70f15d6e86d58bf5ab918a2729e376cf9751f24a.zip |
Digest is mostly supported, for all the good it does.
PR: 2715
Obtained from:
Submitted by: Youichirou Koga <y-koga@jp.FreeBSD.org>
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81827 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/core.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index c3b5d37014..5f3abff39b 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -303,7 +303,7 @@ It must be accompanied by <A HREF="#authtype">AuthType</A> and ><STRONG>Status:</STRONG></A> core<P> This directive selects the type of user authentication for a directory. -Only <CODE>Basic</CODE> is currently implemented. +Only <CODE>Basic</CODE> and <CODE>Digest</CODE> are currently implemented. <!--%plaintext <?INDEX {\tt Basic} authentication scheme> --> It must be accompanied by <A HREF="#authname">AuthName</A> and <A HREF="#require">require</A> directives, and directives such as |