From ab92c1199045b5061bd0ad5f276e47deaf5f61a5 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Mon, 18 Feb 2002 04:06:36 +0000 Subject: [PATCH] Conversion to XML git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93472 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_suexec.xml | 40 ++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 docs/manual/mod/mod_suexec.xml 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.

+
+ +
+
+ -- 2.40.0