mod_auth_digestがApache2.0と2.2で変わった
Apache2.0の時に使ってたコンフィグを Apache2.2で使おうとしたらこういうことを言われた。
Invalid command 'AuthDigestFile', perhaps misspelled or defined by a module not included in the server configuration
ダイジェスト認証のディレクティブが変わったらしい。
【Apache2.0の時】
AuthUserFile "/etc/apache2/htdigest"
【Apache2.2から】
AuthDigestProvider file
AuthUserFile "/etc/apache2/htdigest"
Invalid command 'AuthDigestFile', perhaps misspelled or defined by a module not included in the server configuration
ダイジェスト認証のディレクティブが変わったらしい。
【Apache2.0の時】
AuthUserFile "/etc/apache2/htdigest"
【Apache2.2から】
AuthDigestProvider file
AuthUserFile "/etc/apache2/htdigest"

0 件のコメント:
コメントを投稿
<< ホーム