]> granicus.if.org Git - apache/blob - docs/manual/programs/suexec.xml
Update copyright year to 2005 and standardize on current copyright owner line.
[apache] / docs / manual / programs / suexec.xml
1 <?xml version='1.0' encoding='UTF-8' ?>
2 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
3 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
4 <!-- $LastChangedRevision$ -->
5
6 <!--
7  Copyright 2003-2005 The Apache Software Foundation or its licensors, as
8  applicable.
9
10  Licensed under the Apache License, Version 2.0 (the "License");
11  you may not use this file except in compliance with the License.
12  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 <manualpage metafile="suexec.xml.meta">
24 <parentdocument href="./">Programs</parentdocument>
25
26 <title>suexec - Switch user before executing external programs</title>
27
28 <summary>
29      <p><code>suexec</code> is used by the Apache HTTP Server to switch
30      to another user before executing CGI programs. In order to achieve this,
31      it must run as <code>root</code>. Since the HTTP daemon normally doesn't
32      run as <code>root</code>, the <code>suexec</code> executable needs the
33      setuid bit set and must be owned by <code>root</code>. It should never be
34      writable for any other person than <code>root</code>.</p>
35
36      <p>For further information about the concepts and and the security model
37      of suexec please refer to the suexec documentation (<a
38      href="http://httpd.apache.org/docs-2.1/suexec.html"
39      >http://httpd.apache.org/docs-2.1/suexec.html</a>).</p>
40 </summary>
41
42 <section id="synopsis"><title>Synopsis</title>
43      <p><code><strong>suexec</strong> -<strong>V</strong></code></p>
44 </section>
45
46 <section id="options"><title>Options</title>
47
48 <dl>
49 <dt><code>-V</code></dt>
50
51 <dd>If you are <code>root</code>, this option displays the compile options of
52 <code>suexec</code>. For security reasons all configuration options are
53 changeable only at compile time.</dd>
54
55 </dl>
56 </section>
57
58 </manualpage>