Apache HTTP Server Version 2.2
아파치 모듈 mod_authn_default
설명: | 최후 인증모듈 |
---|---|
상태: | Base |
모듈명: | authn_default_module |
소스파일: | mod_authn_default.c |
지원: | 아파치 2.1 이후부터 |
요약
이 모듈은 mod_auth_basic
과 같은 인증모듈을
설정하지않은 최후의 경우 대신 사용한다. 이 모듈은 사용자가
제공한 어떠한 정보도 거부한다.
AuthDefaultAuthoritative 지시어
설명: | 인증을 저수준 모듈로 넘겨줄지 여부 |
---|---|
문법: | AuthDefaultAuthoritative On|Off |
기본값: | AuthDefaultAuthoritative On |
사용장소: | directory, .htaccess |
Override 옵션: | AuthConfig |
상태: | Base |
모듈: | mod_authn_default |
AuthDefaultAuthoritative
지시어를
직접 Off
로 설정하면 (modules.c
파일에서 정의한) 저수준 모듈로 인증을 넘겨준다.
주의
mod_authn_default
가 이미 매우
저수준으로 정의되있기 때문에 보통 더 낮은 모듈이 없다.
그러므로 AuthDefaultAuthoritative
를
기본값(On
)으로 남겨둬야 한다.