Apache HTTP サーバ バージョン 2.2

This document refers to the 2.2 version of Apache httpd, which is no longer maintained. The active release is documented here. If you have not already upgraded, please follow this link for more information.
You may follow this link to go to the current version of this document.
| 説明: | 認証フォールバックモジュール |
|---|---|
| ステータス: | Base |
| モジュール識別子: | authn_default_module |
| ソースファイル: | mod_authn_default.c |
| 互換性: | Apache 2.1 以降 |
mod_auth_basic のような認証モジュールを
設定しなかった場合は、本モジュールがフォールバックとなります。
ユーザから提示されたどんな証書も単に拒否します。
| 説明: | 次の低次レベルの認証モジュールに制御を渡すかどうかを 設定します |
|---|---|
| 構文: | AuthDefaultAuthoritative On|Off |
| デフォルト: | AuthDefaultAuthoritative On |
| コンテキスト: | ディレクトリ, .htaccess |
| 上書き: | AuthConfig |
| ステータス: | Base |
| モジュール: | mod_authn_default |
AuthDefaultAuthoritative ディレクティブを
明示的に Off に設定すると、
認証を次の (modules.c ファイルで定義されている)
低次レベルのモジュールに渡します。
mod_authn_default 自体がとても低い
レベルとして定義されていますので、通常はこれよりも低次の
モジュールは存在しません。ですから
AuthDefaultAuthoritative はデフォルト
(On) のままにしたほうが良いでしょう。