From b0706deecce1ad98552f688c6b4e367d1b636134 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Sat, 15 Jun 2002 02:36:57 +0000 Subject: [PATCH] Added example for SuexecUserGroup directive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95684 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_suexec.html.en | 10 ++++++++-- docs/manual/mod/mod_suexec.xml | 6 ++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_suexec.html.en b/docs/manual/mod/mod_suexec.html.en index ae5e77f43d..e04737243d 100644 --- a/docs/manual/mod/mod_suexec.html.en +++ b/docs/manual/mod/mod_suexec.html.en @@ -2,8 +2,8 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - -->mod_suexec- Apache HTTP Server
[APACHE DOCUMENTATION]

Apache HTTP Server Version 2.0

Apache Module mod_suexec

Description:Allows CGI scripts to run as a specified user -and Group
Status:Extension
Module Identifier:suexec_module
Compatibility:Available in Apache 2.0 and later

Summary

+ -->mod_suexec- Apache HTTP Server
[APACHE DOCUMENTATION]

Apache HTTP Server Version 2.0

Apache Module mod_suexec

Description:Allows CGI scripts to run as a specified user +and Group
Status:Extension
Module Identifier:suexec_module
Compatibility:Available in Apache 2.0 and later

Summary

This module, in combination with the suexec support program allows CGI scripts to run as a specified user and Group.

Directives

See also


SuexecUserGroup Directive

Description: User and group permissions for CGI programs
Syntax:SuexecUserGroup User Group
Context:server config, virtual host
Status:Extension
Module:mod_suexec
Compatibility:SuexecUserGroup is only available in 2.0 and @@ -13,4 +13,10 @@ later.
requests are still processes with the user specified in the User directive. This directive replaces the Apache 1.3 configuration of using the User and Group directives inside of VirtualHosts.

+ +

Example

+ + SuexecUserGroup nobody nogroup +
+

Apache HTTP Server Version 2.0

IndexHome \ No newline at end of file diff --git a/docs/manual/mod/mod_suexec.xml b/docs/manual/mod/mod_suexec.xml index c46b990b87..97734258e2 100644 --- a/docs/manual/mod/mod_suexec.xml +++ b/docs/manual/mod/mod_suexec.xml @@ -36,6 +36,12 @@ later. requests are still processes with the user specified in the User directive. This directive replaces the Apache 1.3 configuration of using the User and Group directives inside of VirtualHosts.

+ + + Example + SuexecUserGroup nobody nogroup + + -- 2.40.0