|
Apache(2.2)日本語マニュアル - The Japanese manual of Apache HTTP Server 2.2
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Apache HTTP Server Version 2.2 ![]() 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
Example:
NoteDigest authentication is more secure than Basic authentication, but only works with supporting browsers. As of September 2004, major browsers that support digest authentication include Amaya, Konqueror, MS Internet Explorer for Mac OS X and Windows (although the Windows version fails when used with a query string -- see "Working with MS Internet Explorer" below for a workaround), Mozilla, Netscape 7, Opera, and Safari. lynx does not support digest authentication. Since digest authentication is not as widely implemented as basic authentication, you should use it only in environments where all users will have supporting browsers. Working with MS Internet ExplorerThe Digest authentication implementation in current Internet
Explorer for Windows implementations has known issues, namely that
The first way is to use Since version 2.0.51 Apache also provides a workaround in the
Using Digest Authentication with MSIE:
See the 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. AuthDigestNcCheck Directive
Not implemented yet.
AuthDigestNonceFormat Directive
Not implemented yet.
AuthDigestNonceLifetime Directive
The AuthDigestProvider Directive
The See 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
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Linux関連日本語ドキュメント |Linux日本語man |FreeBSD日本語man |PHP日本語マニュアル |Python日本語マニュアル |Ruby日本語マニュアル |Apache 2.0 日本語マニュアル |Apache 2.2 日本語マニュアル |Tomcat 3.2関連日本語ドキュメント |PostgreSQL日本語マニュアル |Servlet API 2.3 および JSP API 1.2の日本語ドキュメント |Antの日本語ドキュメント |JK2の日本語ドキュメント |FreeBSD日本語ハンドブック
Powered by pinkdragon.net.
|