tokenの日記: require directives present and no Authoritative handler.
日記 by
token
multiple tracでloginにmd5を使いたい! という事になったので、md5login実験をしたらエラーが出てapacheが起動しない。どうも、モジュールが足りないらしい。
* auth_digest
の他に、
* authn_dbm
* authn_file
* authz_user
を追加したら起動するようになった。@ITとかで
auth_digestは裏でauthn_dbm,authn_file,authz_userを使ってるので
とあった。だったら、足りないモジュール名くらいエラーログに出しておくれよ、と思ったね。
require directives present and no Authoritative handler. More ログイン