apache+mod_auth_digest
Добавлено: 18 сен 2006, 10:27
Помогите прикрутить к apache mod_auth_digest
./apachectl -l
Compiled in modules:
core.c
mod_authn_file.c
mod_authn_default.c
mod_authz_host.c
mod_authz_groupfile.c
mod_authz_user.c
mod_authz_default.c
mod_auth_basic.c
mod_auth_digest.c
mod_include.c
mod_filter.c
mod_log_config.c
mod_env.c
mod_setenvif.c
mod_ssl.c
prefork.c
http_core.c
mod_mime.c
mod_status.c
mod_autoindex.c
mod_asis.c
mod_cgi.c
mod_negotiation.c
mod_dir.c
mod_actions.c
mod_userdir.c
mod_alias.c
mod_rewrite.c
mod_so.c
Модуль включён
Когда прописываю в
<Directory>
AuthType Digest
AuthName "PRIVATE"
AuthDigestFile /usr/apache2/passwd/.htdigest
Require andrey user
</Directory>
то после перезагрузки httpd выдаёт следующюю ошибку
Запускается httpd: Syntax error on line 215 of /usr/apache2/conf/httpd.conf:
Invalid command 'AuthDigestFile', perhaps misspelled or defined by a module not included in the server configuration
файл .htdigest создан
./htdigest -c /usr/apache2/passwd/.htdigest andrey andrey
помогите плиз разобратся, на apache.org прозьба не посылать я там уже был
./apachectl -l
Compiled in modules:
core.c
mod_authn_file.c
mod_authn_default.c
mod_authz_host.c
mod_authz_groupfile.c
mod_authz_user.c
mod_authz_default.c
mod_auth_basic.c
mod_auth_digest.c
mod_include.c
mod_filter.c
mod_log_config.c
mod_env.c
mod_setenvif.c
mod_ssl.c
prefork.c
http_core.c
mod_mime.c
mod_status.c
mod_autoindex.c
mod_asis.c
mod_cgi.c
mod_negotiation.c
mod_dir.c
mod_actions.c
mod_userdir.c
mod_alias.c
mod_rewrite.c
mod_so.c
Модуль включён
Когда прописываю в
<Directory>
AuthType Digest
AuthName "PRIVATE"
AuthDigestFile /usr/apache2/passwd/.htdigest
Require andrey user
</Directory>
то после перезагрузки httpd выдаёт следующюю ошибку
Запускается httpd: Syntax error on line 215 of /usr/apache2/conf/httpd.conf:
Invalid command 'AuthDigestFile', perhaps misspelled or defined by a module not included in the server configuration
файл .htdigest создан
./htdigest -c /usr/apache2/passwd/.htdigest andrey andrey
помогите плиз разобратся, на apache.org прозьба не посылать я там уже был