]> granicus.if.org Git - apache/blob - docs/manual/mod/mod_suexec.xml
Merge in APR[-util] macros from branches/trunk-buildconf-noapr
[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
32
33 <summary>
34     <p>This module, in combination with the <program>
35     suexec</program> support program allows
36     CGI scripts to run as a specified user and Group.</p>
37 </summary>
38
39 <seealso><a href="../suexec.html">SuEXEC support</a></seealso>
40
41 <directivesynopsis>
42
43 <name>SuexecUserGroup</name>
44 <description>User and group for CGI programs to run as</description>
45 <syntax>SuexecUserGroup <em>User Group</em></syntax>
46 <contextlist><context>server config</context>
47 <context>virtual host</context></contextlist>
48
49 <usage>
50     <p>The <directive>SuexecUserGroup</directive> directive allows you
51     to specify a user and group for CGI programs to run as. Non-CGI
52     requests are still processed with the user specified in the <directive
53     module="mod_unixd">User</directive> directive.</p>
54
55     <example>
56     <title>Example</title>
57     <highlight language="config">
58     SuexecUserGroup nobody nogroup
59     </highlight>
60     </example>
61
62     <p>Startup will fail if this directive is specified but the suEXEC
63     feature is disabled.</p>
64 </usage>
65 <seealso><directive module="mod_unixd">Suexec</directive></seealso>
66 </directivesynopsis>
67
68 </modulesynopsis>
69