1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-26 19:01:35 +03:00
Files
apache/docs/manual/mod/mod_suexec.xml
Joshua Slive fcb88838f4 Bring some docs into line with the DTD.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93741 13f79535-47bb-0310-9956-ffa450edef68
2002-03-06 20:58:48 +00:00

42 lines
1.2 KiB
XML

<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?>
<modulesynopsis>
<name>mod_suexec</name>
<description>Allows CGI scripts to run as a specified user
and Group</description>
<status>Extension</status>
<sourcefile>mod_suexec.c</sourcefile>
<identifier>suexec_module</identifier>
<compatibility>Available in Apache 2.0 and later</compatibility>
<summary>
<p>This module allows CGI scripts to run as a specified user
and Group.</p>
</summary>
<directivesynopsis>
<name>SuexecUserGroup</name>
<syntax>SuexecUserGroup <em>User Group</em></syntax>
<default>None</default>
<contextlist><context>server config</context>
<context>virtual host</context></contextlist>
<compatibility>SuexecUserGroup is only available in 2.0 and
later.</compatibility>
<usage>
<p>The <directive>SuexecUserGroup</directive> 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>
</usage>
</directivesynopsis>
</modulesynopsis>