<-
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_suexec

가능한 언어:  en  |  fr  |  ja  |  ko  |  tr 

이 문서는 최신판 번역이 아닙니다. 최근에 변경된 내용은 영어 문서를 참고하세요.
설명:CGI 스크립트를 특정 사용자와 그룹 권한으로 실행한다
상태:Extension
모듈명:suexec_module
소스파일:mod_suexec.c
지원:아파치 2.0 이후부터

요약

이 모듈은 suexec 지원 프로그램을 사용하여 CGI 스크립트를 특정 사용자와 그룹 권한으로 실행한다.

지시어들

참고

top

SuexecUserGroup 지시어

설명:CGI 프로그램이 사용할 사용자와 그룹 권한
문법:SuexecUserGroup User Group
사용장소:주서버설정, 가상호스트
상태:Extension
모듈:mod_suexec
지원:SuexecUserGroup은 2.0 이후에만 있다.

SuexecUserGroup 지시어는 CGI 프로그램이 사용할 사용자와 그룹을 설정한다. CGI가 아닌 요청은 계속 User 지시어로 지정한 사용자가 처리한다. 이 지시어는 아파치 1.3에서 VirtualHost 안에 사용한 User와 Group 지시어를 대체한다.

예제

SuexecUserGroup nobody nogroup

가능한 언어:  en  |  fr  |  ja  |  ko  |  tr 

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.