]> granicus.if.org Git - apache/blob - docs/manual/programs/suexec.xml
Rebuild generated files.
[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  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 <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/&httpd.docs;/suexec.html"
39      >http://httpd.apache.org/docs/&httpd.docs;/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>