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 |
モジュール識別子: | authz_default_module |
ソースファイル: | mod_authz_default.c |
互換性: | Apache 2.1 以降 |
このモジュールは mod_authz_user
や
mod_authz_groupfile
といった承認モジュールを
設定しなかった場合のフォールバックモジュールとして設計されています。
どのような承認リクエストも単に拒否します。
説明: | 承認が低位のモジュールに渡されるかどうかを設定する |
---|---|
構文: | AuthzDefaultAuthoritative On|Off |
デフォルト: | AuthzDefaultAuthoritative On |
コンテキスト: | ディレクトリ, .htaccess |
上書き: | AuthConfig |
ステータス: | Base |
モジュール: | mod_authz_default |
AuthzDefaultAuthoritative
ディレクティブを
明示的に Off
に設定すると
認証を次の (modules.c
ファイルで定義されている)
低位のモジュールに渡すことを許可します。
mod_authz_default
自体がとても低い
レベルとして定義されていますので、通常はこれよりも低次の
モジュールは存在しません。ですから
AuthDefaultAuthoritative
はデフォルト
(On
) のままにしたほうが良いでしょう。