From: Richard Bowen Date: Mon, 18 Feb 2002 04:06:36 +0000 (+0000) Subject: Conversion to XML X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e963ef36be3c7dcd43976c43f708fb45d42c22c0;p=thirdparty%2Fapache%2Fhttpd.git 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 00000000000..0d575e4913d --- /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.

+
+ +
+
+