mirror of
https://github.com/apache/httpd.git
synced 2025-10-27 09:35:38 +03:00
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91116 13f79535-47bb-0310-9956-ffa450edef68
76 lines
2.7 KiB
HTML
76 lines
2.7 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta name="generator" content="HTML Tidy, see www.w3.org" />
|
|
|
|
<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>
|
|
|
|
<p><a href="module-dict.html#Status"
|
|
rel="Help"><strong>Status:</strong></a> Extension<br />
|
|
<a href="module-dict.html#SourceFile"
|
|
rel="Help"><strong>Source File:</strong></a> mod_suexec.c<br />
|
|
<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>
|
|
|
|
<p><a href="directive-dict.html#Syntax"
|
|
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>
|
|
<a href="./"><img src="../images/index.gif" alt="Index" /></a>
|
|
<a href="../"><img src="../images/home.gif" alt="Home" /></a>
|
|
</body>
|
|
</html>
|
|
|