You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2002/06/15 04:36:57 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_suexec.html.en mod_suexec.xml

rbowen      2002/06/14 19:36:57

  Modified:    docs/manual/mod mod_suexec.html.en mod_suexec.xml
  Log:
  Added example for SuexecUserGroup directive
  
  Revision  Changes    Path
  1.4       +8 -2      httpd-2.0/docs/manual/mod/mod_suexec.html.en
  
  Index: mod_suexec.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_suexec.html.en,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- mod_suexec.html.en	28 May 2002 07:35:00 -0000	1.3
  +++ mod_suexec.html.en	15 Jun 2002 02:36:57 -0000	1.4
  @@ -2,8 +2,8 @@
             XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
                   This file is generated from xml source: DO NOT EDIT
             XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  -        --><title>mod_suexec- Apache HTTP Server</title><link href="../style/manual.css" type="text/css" rel="stylesheet"/></head><body><blockquote><div align="center"><img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]"/><h3>Apache HTTP Server Version 2.0</h3></div><h1 align="center">Apache Module mod_suexec</h1><table cellspacing="1" cellpadding="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td valign="top"><span class="help">Description:</span></td><td>Allows CGI scripts to run as a specified user
  -and Group</td></tr><tr><td><a href="module-dict.html#Status" class="help">Status:</a></td><td>Extension</td></tr><tr><td><a href="module-dict.html#ModuleIdentifier" class="help">Module&nbsp;Identifier:</a></td><td>suexec_module</td></tr><tr><td align="left" valign="top"><a href="module-dict.html#Compatibility" class="help">Compatibility:</a></td><td><compatibility>Available in Apache 2.0 and later</compatibility></td></tr></table></td></tr></table><h2>Summary</h2>
  +        --><title>mod_suexec- Apache HTTP Server</title><link href="../style/manual.css" type="text/css" rel="stylesheet"/></head><body><blockquote><div align="center"><img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]"/><h3>Apache HTTP Server Version 2.0</h3></div><h1 align="center">Apache Module mod_suexec</h1><table cellspacing="1" cellpadding="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap" valign="top"><span class="help">Description:</span></td><td>Allows CGI scripts to run as a specified user
  +and Group</td></tr><tr><td nowrap="nowrap"><a href="module-dict.html#Status" class="help">Status:</a></td><td>Extension</td></tr><tr><td nowrap="nowrap"><a href="module-dict.html#ModuleIdentifier" class="help">Module&nbsp;Identifier:</a></td><td>suexec_module</td></tr><tr><td align="left" valign="top"><a href="module-dict.html#Compatibility" class="help">Compatibility:</a></td><td><compatibility>Available in Apache 2.0 and later</compatibility></td></tr></table></td></tr></table><h2>Summary</h2>
       <p>This module, in combination with the <a href="../programs/suexec.html">suexec support program</a> allows
       CGI scripts to run as a specified user and Group.</p>
   <h2>Directives</h2><ul><li><a href="#suexecusergroup">SuexecUserGroup</a></li></ul><p><strong>See also </strong></p><ul><li><a href="../suexec.html">SuEXEC support</a></li></ul><hr/><h2><a name="SuexecUserGroup">SuexecUserGroup</a> <a name="suexecusergroup">Directive</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>Description: </strong></td><td>User and group permissions for CGI programs</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">Syntax:</a></td><td>SuexecUserGroup <em>User Group</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">Context:</a></td><td>server config, virtual host</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">Status:</a></td><td>Extension</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">Module:</a></td><td>mod_suexec</td></tr><tr><td nowrap="nowrap" align="left" valign="top"><a href="directive-dict.html#Compatibility" class="help">Compatibility:</a></td><td>SuexecUserGroup is only available in 2.0 and
  @@ -13,4 +13,10 @@
       requests are still processes with the user specified in the User
       directive. This directive replaces the Apache 1.3 configuration of
       using the User and Group directives inside of VirtualHosts.</p>
  +
  +    <blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><p align="center"><strong>Example</strong></p><code>
  +    
  +    SuexecUserGroup nobody nogroup
  +    </code></td></tr></table></blockquote>
  +
   <hr/></blockquote><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>
  
  
  
  1.6       +6 -0      httpd-2.0/docs/manual/mod/mod_suexec.xml
  
  Index: mod_suexec.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_suexec.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- mod_suexec.xml	26 May 2002 22:08:58 -0000	1.5
  +++ mod_suexec.xml	15 Jun 2002 02:36:57 -0000	1.6
  @@ -36,6 +36,12 @@
       requests are still processes with the user specified in the User
       directive. This directive replaces the Apache 1.3 configuration of
       using the User and Group directives inside of VirtualHosts.</p>
  +
  +    <example>
  +    <title>Example</title>
  +    SuexecUserGroup nobody nogroup
  +    </example>
  +
   </usage>
   
   </directivesynopsis>