From: Rich Bowen Date: Mon, 18 Feb 2002 04:06:36 +0000 (+0000) Subject: Conversion to XML X-Git-Tag: 2.0.33~213 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab92c1199045b5061bd0ad5f276e47deaf5f61a5;p=apache Conversion to XML git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93472 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_suexec.xml b/docs/manual/mod/mod_suexec.xml new file mode 100644 index 0000000000..0d575e4913 --- /dev/null +++ b/docs/manual/mod/mod_suexec.xml @@ -0,0 +1,40 @@ + + + + +mod_suexec +Extension +suexec_module +mod_suexec.c +Available in Apache 2.0 and later + +This module allows CGI scripts to run as a specified user +and Group. + + +

This module allows CGI scripts to run as a specified user + and Group.

+
+ + + + +SuexecUserGroup +SuexecUserGroup User Group +None +server config +virtual host +SuexecUserGroup is only available in 2.0 and +later. + + +

The SuexecUserGroup directive allows you to + specify a user and group for CGI programs to run as. Non-CGI + requests are still processes with the user specified in the + User directive. This directive replaces using the User and + Group directives inside of VirtualHosts.

+
+ +
+
+