<-
Apache > HTTP サーバ > ドキュメンテーション > バージョン 2.2 > モジュール

Apache モジュール mod_authz_default

翻訳済み言語:  en  |  ja  |  ko 

説明:承認フォールバックモジュール
ステータス:Base
モジュール識別子:authz_default_module
ソースファイル:mod_authz_default.c
互換性:Apache 2.1 以降

概要

このモジュールは mod_authz_usermod_authz_groupfile といった承認モジュールを 設定しなかった場合のフォールバックモジュールとして設計されています。 どのような承認リクエストも単に拒否します。

ディレクティブ

top

AuthzDefaultAuthoritative ディレクティブ

説明:承認が低位のモジュールに渡されるかどうかを設定する
構文:AuthzDefaultAuthoritative On|Off
デフォルト:AuthzDefaultAuthoritative On
コンテキスト:ディレクトリ, .htaccess
上書き:AuthConfig
ステータス:Base
モジュール:mod_authz_default

AuthzDefaultAuthoritative ディレクティブを 明示的に Off に設定すると 認証を次の (modules.c ファイルで定義されている) 低位のモジュールに渡すことを許可します。

注意

mod_authz_default 自体がとても低い レベルとして定義されていますので、通常はこれよりも低次の モジュールは存在しません。ですから AuthDefaultAuthoritative はデフォルト (On) のままにしたほうが良いでしょう。

翻訳済み言語:  en  |  ja  |  ko 

top

コメント

Notice:
This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our mailing lists.