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_user_module |
소스파일: | mod_authz_user.c |
지원: | 아파치 2.1 이후부터 |
이 모듈은 권한을 부여하여, 인증한 사용자가 웹사이트의
일부에 접근할 수 있는지 결정한다.
mod_authz_user
는 Require user
지시어 목록에 인증한 사용자가 들어있으면 접근을 허용한다.
또, require valid-user
는 성공적으로 인증한
사용자 모두에게 접근을 허용한다.
설명: | 권한부여를 저수준 모듈로 넘겨줄지 여부 |
---|---|
문법: | AuthzUserAuthoritative On|Off |
기본값: | AuthzUserAuthoritative On |
사용장소: | directory, .htaccess |
Override 옵션: | AuthConfig |
상태: | Base |
모듈: | mod_authz_user |
AuthzUserAuthoritative
지시어를
직접 Off
로 설정하면 해당 사용자가
없는 경우 사용자 권한부여를 (modules.c
파일에서 정의한) 저수준 모듈로 넘겨준다.
기본적으로 제어를 넘기지않고, 모르는 사용자의 경우 인증
필요 응답을 한다. 이 지시어를 Off
로 설정하지않으면
시스템이 안전하게 유지되며, NCSA 웹서버와 같이 동작한다.