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

아파치 모듈 mod_authz_user

가능한 언어:  en  |  ja  |  ko 

이 문서는 최신판 번역이 아닙니다. 최근에 변경된 내용은 영어 문서를 참고하세요.
설명:사용자 권한부여
상태:Base
모듈명:authz_user_module
소스파일:mod_authz_user.c
지원:아파치 2.1 이후부터

요약

이 모듈은 권한을 부여하여, 인증한 사용자가 웹사이트의 일부에 접근할 수 있는지 결정한다. mod_authz_userRequire user 지시어 목록에 인증한 사용자가 들어있으면 접근을 허용한다. 또, require valid-user는 성공적으로 인증한 사용자 모두에게 접근을 허용한다.

지시어들

참고

top

AuthzUserAuthoritative 지시어

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

AuthzUserAuthoritative 지시어를 직접 Off로 설정하면 해당 사용자가 없는 경우 사용자 권한부여를 (modules.c 파일에서 정의한) 저수준 모듈로 넘겨준다.

기본적으로 제어를 넘기지않고, 모르는 사용자의 경우 인증 필요 응답을 한다. 이 지시어를 Off로 설정하지않으면 시스템이 안전하게 유지되며, NCSA 웹서버와 같이 동작한다.

가능한 언어:  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.