]> granicus.if.org Git - apache/blob - docs/manual/mod/mod_suexec.xml
Update the stylesheet reference to the new language-specific version.
[apache] / docs / manual / mod / mod_suexec.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
3 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
4 <modulesynopsis>
5
6 <name>mod_suexec</name>
7 <description>Allows CGI scripts to run as a specified user
8 and Group</description>
9 <status>Extension</status>
10 <sourcefile>mod_suexec.c</sourcefile>
11 <identifier>suexec_module</identifier>
12 <compatibility>Available in Apache 2.0 and later</compatibility>
13
14
15 <summary>
16     <p>This module allows CGI scripts to run as a specified user
17     and Group.</p>
18 </summary>
19
20
21 <directivesynopsis>
22
23 <name>SuexecUserGroup</name>
24 <syntax>SuexecUserGroup <em>User Group</em></syntax>
25 <default>None</default>
26 <contextlist><context>server config</context>
27 <context>virtual host</context></contextlist>
28 <compatibility>SuexecUserGroup is only available in 2.0 and
29 later.</compatibility>
30
31 <usage>
32     <p>The <directive>SuexecUserGroup</directive> directive allows you to
33     specify a user and group for CGI programs to run as. Non-CGI
34     requests are still processes with the user specified in the
35     User directive. This directive replaces using the User and
36     Group directives inside of VirtualHosts.</p>
37 </usage>
38
39 </directivesynopsis>
40 </modulesynopsis>
41