mod_suexec.html revision 2eaf662cbc81e823e8d9aeb8d54e69e63032493e
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Apache module mod_suexec</title>
</head>
<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
vlink="#000080" alink="#FF0000">
<!--#include virtual="header.html" -->
<h1 align="CENTER">Module mod_suexec</h1>
<p>This module provides support for <a
href="/suexec.html">running CGI scripts as a specified User
and Group</a>.</p>
rel="Help"><strong>Status:</strong></a> Extension<br />
<a href="module-dict.html#SourceFile"
<a href="module-dict.html#ModuleIdentifier"
rel="Help"><strong>Module Identifier:</strong></a>
suexec_module<br />
<a href="module-dict.html#Compatibility"
rel="Help"><strong>Compatibility:</strong></a> Available in
Apache 2.0 and later.</p>
<h2>Summary</h2>
<p>This module allows CGI scripts to run as a specified user
and Group.</p>
<h2>Directives</h2>
<ul>
<li><a href="#suexecusergroup">SuexecUserGroup</a></li>
</ul>
<h2><a id="suexecusergroup"
name="suexecusergroup">SuexecUserGroup directive</a></h2>
rel="Help"><strong>Syntax:</strong></a> SuexecUserGroup
<em>User Group</em><br />
<a href="directive-dict.html#Default"
rel="Help"><strong>Default:</strong></a> None<br />
<a href="directive-dict.html#Context"
rel="Help"><strong>Context:</strong></a> server config, virtual
host<br />
<a href="directive-dict.html#Status"
rel="Help"><strong>Status:</strong></a> Extension<br />
<a href="directive-dict.html#Module"
rel="Help"><strong>Module:</strong></a> mod_suexec<br />
<a href="directive-dict.html#Compatibility"
rel="Help"><strong>Compatibility:</strong></a> SuexecUserGroup
is only available in 2.0 and later.</p>
<p>The <code>SuexecUserGroup</code> directive allows you to
specify a user and group for CGI programs to run as. Non-CGI
requests are still processes with the user specified in the
User directive. This directive replaces using the User and
Group directives inside of VirtualHosts.</p>
<hr />
<h3 align="CENTER">Apache HTTP Server Version 2.0</h3>
</body>
</html>