]> granicus.if.org Git - apache/blob - docs/manual/mod/mod_suexec.xml
xforms
[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 <!-- $LastChangedRevision$ -->
5
6 <!--
7  Licensed to the Apache Software Foundation (ASF) under one or more
8  contributor license agreements.  See the NOTICE file distributed with
9  this work for additional information regarding copyright ownership.
10  The ASF licenses this file to You under the Apache License, Version 2.0
11  (the "License"); you may not use this file except in compliance with
12  the License.  You may obtain a copy of the License at
13
14      http://www.apache.org/licenses/LICENSE-2.0
15
16  Unless required by applicable law or agreed to in writing, software
17  distributed under the License is distributed on an "AS IS" BASIS,
18  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19  See the License for the specific language governing permissions and
20  limitations under the License.
21 -->
22
23 <modulesynopsis metafile="mod_suexec.xml.meta">
24
25 <name>mod_suexec</name>
26 <description>Allows CGI scripts to run as a specified user
27 and Group</description>
28 <status>Extension</status>
29 <sourcefile>mod_suexec.c</sourcefile>
30 <identifier>suexec_module</identifier>
31 <compatibility>Available in Apache 2.0 and later</compatibility>
32
33
34 <summary>
35     <p>This module, in combination with the <program>
36     suexec</program> support program allows
37     CGI scripts to run as a specified user and Group.</p>
38 </summary>
39
40 <seealso><a href="../suexec.html">SuEXEC support</a></seealso>
41
42 <directivesynopsis>
43
44 <name>SuexecUserGroup</name>
45 <description>User and group for CGI programs to run as</description>
46 <syntax>SuexecUserGroup <em>User Group</em></syntax>
47 <contextlist><context>server config</context>
48 <context>virtual host</context></contextlist>
49 <compatibility>SuexecUserGroup is only available in 2.0 and
50 later.</compatibility>
51
52 <usage>
53     <p>The <directive>SuexecUserGroup</directive> directive allows you
54     to specify a user and group for CGI programs to run as. Non-CGI
55     requests are still processed with the user specified in the <directive
56     module="mod_unixd">User</directive> directive.</p>
57
58     <example>
59     <title>Example</title>
60     <highlight language="config">
61     SuexecUserGroup nobody nogroup
62     </highlight>
63     </example>
64
65     <p>In Apache httpd 2.3.9 and later, startup will fail if this
66     directive is specified but the suEXEC feature is disabled.</p>
67 </usage>
68 <seealso><directive module="mod_unixd">Suexec</directive></seealso>
69 </directivesynopsis>
70
71 </modulesynopsis>
72