Apache HTTP Server Version 2.2
This document refers to a legacy release (2.2) of Apache httpd. The active release (2.4) is documented here. If you have not already upgraded, please follow this link for more information.
You may follow this link to go to the current version of this document.
설명: | 최후 권한부여모듈 |
---|---|
상태: | Base |
모듈명: | authz_default_module |
소스파일: | mod_authz_default.c |
지원: | 아파치 2.1 이후부터 |
이 모듈은 mod_authz_user
나
mod_authz_groupfile
와 같은 권한부여모듈을
설정하지않은 최후의 경우 대신 사용한다. 이 모듈은 모든 권한부여
요청을 거부한다.
설명: | 권한부여를 저수준 모듈로 넘겨줄지 여부 |
---|---|
문법: | AuthzDefaultAuthoritative On|Off |
기본값: | AuthzDefaultAuthoritative On |
사용장소: | directory, .htaccess |
Override 옵션: | AuthConfig |
상태: | Base |
모듈: | mod_authz_default |
AuthzDefaultAuthoritative
지시어를
직접 Off
로 설정하면 (modules.c
파일에서 정의한) 저수준 모듈로 권한부여를 넘겨준다.
mod_authz_default
가 이미 매우
저수준으로 정의되있기 때문에 보통 더 낮은 모듈이
없다. 그러므로
AuthzDefaultAuthoritative
를
기본값(On
)으로 남겨둬야 한다.