|
Apache HTTP Server Version 2.0 ![]() Apache Module mod_auth_digest
SummaryThis module implements HTTP Digest Authentication. However, it has not been extensively tested and is therefore marked experimental. Directives
TopicsSee alsoUsing Digest AuthenticationUsing MD5 Digest authentication is very simple. Simply set
up authentication normally, using Appropriate user (text) files can be created using the htdigest tool. Example:
NoteDigest authentication provides a more secure password system than Basic authentication, but only works with supporting browsers. As of November 2002, the major browsers that support digest authentication are Opera, MS Internet Explorer (fails when used with a query string), Amaya, Mozilla and Netscape since version 7. Since digest authentication is not as widely implemented as basic authentication, you should use it only in controlled environments. AuthDigestAlgorithm Directive
The MD5-sess is not correctly implemented yet.
AuthDigestDomain Directive
The This directive should always be specified and
contain at least the (set of) root URI(s) for this space.
Omitting to do so will cause the client to send the
Authorization header for every request sent to this
server. Apart from increasing the size of the request, it may
also have a detrimental effect on performance if The URIs specified can also point to different servers, in which case clients (which understand this) will then share username/password info across multiple servers without prompting the user each time. AuthDigestFile Directive
The The digest file uses a special format. Files in this format
can be created using the htdigest utility found in
the AuthDigestGroupFile Directive
The Each line of the group file contains a groupname followed by a colon, followed by the member usernames separated by spaces. Example:
Note that searching large text files is very inefficient. Security:Make sure that the AuthDigestNcCheck Directive
Not implemented yet.
AuthDigestNonceFormat Directive
Not implemented yet.
AuthDigestNonceLifetime Directive
The AuthDigestQop Directive
The auth-int is not implemented yet.
AuthDigestShmemSize Directive
The The size is normally expressed in Bytes, but you
may let the number follow a
|
|
This apache manual Copyright © 1999-2003, The Apache Software Foundation.
Web Design Copyright © 1999-2003. Chrisranjana Software Solutions Pvt Ltd. syndicate rss feed |