home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Complet / Apache / apache_2.0.52-win32-x86-no_ssl.msi / Data.Cab / F278373_mod_suexec.xml < prev    next >
Extensible Markup Language  |  2004-04-17  |  2KB  |  68 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
  3. <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  4. <!-- $Revision: 1.6.2.4 $ -->
  5.  
  6. <!--
  7.  Copyright 2002-2004 The Apache Software Foundation
  8.  
  9.  Licensed under the Apache License, Version 2.0 (the "License");
  10.  you may not use this file except in compliance with the License.
  11.  You may obtain a copy of the License at
  12.  
  13.      http://www.apache.org/licenses/LICENSE-2.0
  14.  
  15.  Unless required by applicable law or agreed to in writing, software
  16.  distributed under the License is distributed on an "AS IS" BASIS,
  17.  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  18.  See the License for the specific language governing permissions and
  19.  limitations under the License.
  20. -->
  21.  
  22. <modulesynopsis metafile="mod_suexec.xml.meta">
  23.  
  24. <name>mod_suexec</name>
  25. <description>Allows CGI scripts to run as a specified user
  26. and Group</description>
  27. <status>Extension</status>
  28. <sourcefile>mod_suexec.c</sourcefile>
  29. <identifier>suexec_module</identifier>
  30. <compatibility>Available in Apache 2.0 and later</compatibility>
  31.  
  32.  
  33. <summary>
  34.     <p>This module, in combination with the <a
  35.     href="../programs/suexec.html">suexec support program</a> allows
  36.     CGI scripts to run as a specified user and Group.</p>
  37. </summary>
  38.  
  39. <seealso><a href="../suexec.html">SuEXEC support</a></seealso>
  40.  
  41. <directivesynopsis>
  42.  
  43. <name>SuexecUserGroup</name>
  44. <description>User and group permissions for CGI programs</description>
  45. <syntax>SuexecUserGroup <em>User Group</em></syntax>
  46. <contextlist><context>server config</context>
  47. <context>virtual host</context></contextlist>
  48. <compatibility>SuexecUserGroup is only available in 2.0 and
  49. later.</compatibility>
  50.  
  51. <usage>
  52.     <p>The <directive>SuexecUserGroup</directive> directive allows you
  53.     to specify a user and group for CGI programs to run as. Non-CGI
  54.     requests are still processes with the user specified in the User
  55.     directive. This directive replaces the Apache 1.3 configuration of
  56.     using the User and Group directives inside of VirtualHosts.</p>
  57.  
  58.     <example>
  59.     <title>Example</title>
  60.     SuexecUserGroup nobody nogroup
  61.     </example>
  62.  
  63. </usage>
  64.  
  65. </directivesynopsis>
  66. </modulesynopsis>
  67.  
  68.