summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_suexec.xml
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2002-05-26 22:08:58 +0000
committerJoshua Slive <slive@apache.org>2002-05-26 22:08:58 +0000
commit46c22f4e0162d586f5d3ad37af83dfbc2a7ebe5a (patch)
tree10b9b28932d476233c6db75ec7e9f0d0220670b7 /docs/manual/mod/mod_suexec.xml
parentc09368cc8887c1dea562def6c77668bc77ac4374 (diff)
downloadhttpd-46c22f4e0162d586f5d3ad37af83dfbc2a7ebe5a.tar.gz
Small mod doc updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95291 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_suexec.xml')
-rw-r--r--docs/manual/mod/mod_suexec.xml18
1 files changed, 10 insertions, 8 deletions
diff --git a/docs/manual/mod/mod_suexec.xml b/docs/manual/mod/mod_suexec.xml
index 53b221e74e..c46b990b87 100644
--- a/docs/manual/mod/mod_suexec.xml
+++ b/docs/manual/mod/mod_suexec.xml
@@ -13,27 +13,29 @@ and Group</description>
<summary>
- <p>This module allows CGI scripts to run as a specified user
- and Group.</p>
+ <p>This module, in combination with the <a
+ href="../programs/suexec.html">suexec support program</a> allows
+ CGI scripts to run as a specified user and Group.</p>
</summary>
+<seealso><a href="../suexec.html">SuEXEC support</a></seealso>
<directivesynopsis>
<name>SuexecUserGroup</name>
+<description>User and group permissions for CGI programs</description>
<syntax>SuexecUserGroup <em>User Group</em></syntax>
-<default>None</default>
<contextlist><context>server config</context>
<context>virtual host</context></contextlist>
<compatibility>SuexecUserGroup is only available in 2.0 and
later.</compatibility>
<usage>
- <p>The <directive>SuexecUserGroup</directive> 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.</p>
+ <p>The <directive>SuexecUserGroup</directive> 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 the Apache 1.3 configuration of
+ using the User and Group directives inside of VirtualHosts.</p>
</usage>
</directivesynopsis>