suexec.html.en revision f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654
af687ddbab64fce492e06d194acd60da69b59608nd<?xml version="1.0" encoding="ISO-8859-1"?>
af687ddbab64fce492e06d194acd60da69b59608nd<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
af687ddbab64fce492e06d194acd60da69b59608nd<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
af687ddbab64fce492e06d194acd60da69b59608nd XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
af687ddbab64fce492e06d194acd60da69b59608nd This file is generated from xml source: DO NOT EDIT
af687ddbab64fce492e06d194acd60da69b59608nd XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
af687ddbab64fce492e06d194acd60da69b59608nd -->
af687ddbab64fce492e06d194acd60da69b59608nd<title>suexec - Switch user before executing external programs - Apache HTTP Server</title>
af687ddbab64fce492e06d194acd60da69b59608nd<link href="/style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
af687ddbab64fce492e06d194acd60da69b59608nd<link href="/style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
af687ddbab64fce492e06d194acd60da69b59608nd<link href="/style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
af687ddbab64fce492e06d194acd60da69b59608nd<link href="/images/favicon.ico" rel="shortcut icon" /></head>
af687ddbab64fce492e06d194acd60da69b59608nd<body id="manual-page"><div id="page-header">
af687ddbab64fce492e06d194acd60da69b59608nd<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>
52fff662005b1866a3ff09bb6c902800c5cc6dedjerenkrantz<p class="apache">Apache HTTP Server Version 2.3</p>
af687ddbab64fce492e06d194acd60da69b59608nd<img alt="" src="/images/feather.gif" /></div>
af687ddbab64fce492e06d194acd60da69b59608nd<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="/images/left.gif" /></a></div>
af687ddbab64fce492e06d194acd60da69b59608nd<div id="path">
4b5981e276e93df97c34e4da05ca5cf8bbd937dand<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/">Documentation</a> &gt; <a href="../">Version 2.3</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>suexec - Switch user before executing external programs</h1>
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd<div class="toplang">
a78048ccbdb6256da15e6b0e7e95355e480c2301nd<p><span>Available Languages: </span><a href="/en/programs/suexec.html" title="English">&nbsp;en&nbsp;</a> |
0cf3cdbaa1dad11cbf1ce32e48f1b4ec88cf779fnilgun<a href="/ko/programs/suexec.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung<a href="/tr/programs/suexec.html" hreflang="tr" rel="alternate" title="T�rk�e">&nbsp;tr&nbsp;</a></p>
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd</div>
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd
af687ddbab64fce492e06d194acd60da69b59608nd <p><code>suexec</code> is used by the Apache HTTP Server to switch
af687ddbab64fce492e06d194acd60da69b59608nd to another user before executing CGI programs. In order to achieve this,
af687ddbab64fce492e06d194acd60da69b59608nd it must run as <code>root</code>. Since the HTTP daemon normally doesn't
af687ddbab64fce492e06d194acd60da69b59608nd run as <code>root</code>, the <code>suexec</code> executable needs the
af687ddbab64fce492e06d194acd60da69b59608nd setuid bit set and must be owned by <code>root</code>. It should never be
af687ddbab64fce492e06d194acd60da69b59608nd writable for any other person than <code>root</code>.</p>
af687ddbab64fce492e06d194acd60da69b59608nd
af687ddbab64fce492e06d194acd60da69b59608nd <p>For further information about the concepts and and the security model
6df89e6e4adeb986b41b7ec6b7593a887e031ce7nd of suexec please refer to the suexec documentation (<a href="http://httpd.apache.org/docs/trunk/suexec.html">http://httpd.apache.org/docs/trunk/suexec.html</a>).</p>
af687ddbab64fce492e06d194acd60da69b59608nd</div>
af687ddbab64fce492e06d194acd60da69b59608nd<div id="quickview"><ul id="toc"><li><img alt="" src="/images/down.gif" /> <a href="#synopsis">Synopsis</a></li>
af687ddbab64fce492e06d194acd60da69b59608nd<li><img alt="" src="/images/down.gif" /> <a href="#options">Options</a></li>
af687ddbab64fce492e06d194acd60da69b59608nd</ul></div>
af687ddbab64fce492e06d194acd60da69b59608nd<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
af687ddbab64fce492e06d194acd60da69b59608nd<div class="section">
af687ddbab64fce492e06d194acd60da69b59608nd<h2><a name="synopsis" id="synopsis">Synopsis</a></h2>
af687ddbab64fce492e06d194acd60da69b59608nd <p><code><strong>suexec</strong> -<strong>V</strong></code></p>
af687ddbab64fce492e06d194acd60da69b59608nd</div><div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
af687ddbab64fce492e06d194acd60da69b59608nd<div class="section">
af687ddbab64fce492e06d194acd60da69b59608nd<h2><a name="options" id="options">Options</a></h2>
af687ddbab64fce492e06d194acd60da69b59608nd
af687ddbab64fce492e06d194acd60da69b59608nd<dl>
af687ddbab64fce492e06d194acd60da69b59608nd<dt><code>-V</code></dt>
af687ddbab64fce492e06d194acd60da69b59608nd
af687ddbab64fce492e06d194acd60da69b59608nd<dd>If you are <code>root</code>, this option displays the compile options of
af687ddbab64fce492e06d194acd60da69b59608nd<code>suexec</code>. For security reasons all configuration options are
8ba890719035fe67c295c9124693138f9c5aa933kesschangeable only at compile time.</dd>
af687ddbab64fce492e06d194acd60da69b59608nd
af687ddbab64fce492e06d194acd60da69b59608nd</dl>
af687ddbab64fce492e06d194acd60da69b59608nd</div></div>
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd<div class="bottomlang">
a78048ccbdb6256da15e6b0e7e95355e480c2301nd<p><span>Available Languages: </span><a href="/en/programs/suexec.html" title="English">&nbsp;en&nbsp;</a> |
0cf3cdbaa1dad11cbf1ce32e48f1b4ec88cf779fnilgun<a href="/ko/programs/suexec.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung<a href="/tr/programs/suexec.html" hreflang="tr" rel="alternate" title="T�rk�e">&nbsp;tr&nbsp;</a></p>
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd</div><div id="footer">
9c1260efa52c82c2a58e5b5f20cd6902563d95f5rbowen<p class="apache">Copyright 2011 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
af687ddbab64fce492e06d194acd60da69b59608nd<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>
af687ddbab64fce492e06d194acd60da69b59608nd</body></html>