suexec.html.en revision 8ba890719035fe67c295c9124693138f9c5aa933
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe<?xml version="1.0" encoding="ISO-8859-1"?>
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe This file is generated from xml source: DO NOT EDIT
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe -->
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe<title>suexec - Switch user before executing external programs - Apache HTTP Server</title>
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe<link href="/style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe<link href="/style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe<link href="/style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe<link href="/images/favicon.ico" rel="shortcut icon" /></head>
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe<body id="manual-page"><div id="page-header">
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe<p class="menu"><a href="/mod/">Modules</a> | <a href="/mod/directives.html">Directives</a> | <a href="/faq/">FAQ</a> | <a href="/glossary.html">Glossary</a> | <a href="/sitemap.html">Sitemap</a></p>
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe<p class="apache">Apache HTTP Server Version 2.1</p>
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe<img alt="" src="/images/feather.gif" /></div>
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="/images/left.gif" /></a></div>
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe<div id="path">
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>suexec - Switch user before executing external programs</h1>
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe<div class="toplang">
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe<p><span>Available Languages: </span><a href="/en/programs/suexec.html" title="English">&nbsp;en&nbsp;</a></p>
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe</div>
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe <p><code>suexec</code> is used by the Apache HTTP Server to switch
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe to another user before executing CGI programs. In order to achieve this,
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe it must run as <code>root</code>. Since the HTTP daemon normally doesn't
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe run as <code>root</code>, the <code>suexec</code> executable needs the
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe setuid bit set and must be owned by <code>root</code>. It should never be
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe writable for any other person than <code>root</code>.</p>
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe <p>For further information about the concepts and and the security model
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe of suexec please refer to the suexec documentation (<a href="http://httpd.apache.org/docs-2.1/suexec.html">http://httpd.apache.org/docs-2.1/suexec.html</a>).</p>
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe</div>
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe<div id="quickview"><ul id="toc"><li><img alt="" src="/images/down.gif" /> <a href="#synopsis">Synopsis</a></li>
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe<li><img alt="" src="/images/down.gif" /> <a href="#options">Options</a></li>
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe</ul></div>
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe<div class="section">
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe<h2><a name="synopsis" id="synopsis">Synopsis</a></h2>
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe <p><code><strong>suexec</strong> -<strong>V</strong></code></p>
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe</div><div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe<div class="section">
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe<h2><a name="options" id="options">Options</a></h2>
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe<dl>
56e85d89d42a6980f31b800266649efbed338da3wrowe<dt><code>-V</code></dt>
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe<dd>If you are <code>root</code>, this option displays the compile options of
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe<code>suexec</code>. For security reasons all configuration options are
37ad54b8fd2611b7a4f2b269eec3d27ed784a25dwrowechangeable only at compile time.</dd>
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe</dl>
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe</div></div>
14d5b1a7866541c4eb974f2d213d2aea59743c95wrowe<div class="bottomlang">
94b262d3639149df0b02642a9daa6db8bff58577wrowe<p><span>Available Languages: </span><a href="/en/programs/suexec.html" title="English">&nbsp;en&nbsp;</a></p>
94b262d3639149df0b02642a9daa6db8bff58577wrowe</div><div id="footer">
94b262d3639149df0b02642a9daa6db8bff58577wrowe<p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p>
94b262d3639149df0b02642a9daa6db8bff58577wrowe<p class="menu"><a href="/mod/">Modules</a> | <a href="/mod/directives.html">Directives</a> | <a href="/faq/">FAQ</a> | <a href="/glossary.html">Glossary</a> | <a href="/sitemap.html">Sitemap</a></p></div>
94b262d3639149df0b02642a9daa6db8bff58577wrowe</body></html>