<-
Apache > HTTP Server > Documentation > Version 2.2 > 모듈

Please note

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.

아파치 모듈 mod_authz_default

가능한 언어:  en  |  ja  |  ko 

설명:최후 권한부여모듈
상태:Base
모듈명:authz_default_module
소스파일:mod_authz_default.c
지원:아파치 2.1 이후부터

요약

이 모듈은 mod_authz_usermod_authz_groupfile와 같은 권한부여모듈을 설정하지않은 최후의 경우 대신 사용한다. 이 모듈은 모든 권한부여 요청을 거부한다.

지시어들

top

AuthzDefaultAuthoritative 지시어

설명:권한부여를 저수준 모듈로 넘겨줄지 여부
문법:AuthzDefaultAuthoritative On|Off
기본값:AuthzDefaultAuthoritative On
사용장소:directory, .htaccess
Override 옵션:AuthConfig
상태:Base
모듈:mod_authz_default

AuthzDefaultAuthoritative 지시어를 직접 Off로 설정하면 (modules.c 파일에서 정의한) 저수준 모듈로 권한부여를 넘겨준다.

주의

mod_authz_default가 이미 매우 저수준으로 정의되있기 때문에 보통 더 낮은 모듈이 없다. 그러므로 AuthzDefaultAuthoritative를 기본값(On)으로 남겨둬야 한다.

가능한 언어:  en  |  ja  |  ko 

top

Comments

Notice:
This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our mailing lists.
Comments are disabled for this page at the moment.