On this page
Apache 模块 mod_suexec
Description: | 允许 CGI 脚本以指定的用户和组身份运行 |
---|---|
Status: | Extension |
Module Identifier: | suexec_module |
Source File: | mod_suexec.c |
Summary
该模块与suexec支持程序结合使用,可使 CGI 脚本以指定的用户和组身份运行。
SuexecUserGroup Directive
Description: | CGI 程序的用户和组以 |
---|---|
Syntax: | SuexecUserGroup User Group |
Context: | 服务器配置,虚拟主机 |
Status: | Extension |
Module: | mod_suexec |
SuexecUserGroup
指令允许您指定 CGI 程序运行的用户和组。非 CGI 请求仍将由User指令中指定的用户处理。
Example
SuexecUserGroup nobody nogroup
如果指定了此指令但 suEXEC 功能已禁用,则启动将失败。