mod_suexec.xml revision 4c894c7d7c34890a8984b6cc1bcf6c19f15c4c0a
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard<?xml version="1.0"?>
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard<!DOCTYPE modulesynopsis SYSTEM "/style/modulesynopsis.dtd">
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard<?xml-stylesheet type="text/xsl" href="/style/manual.en.xsl"?>
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard<!-- $LastChangedRevision$ -->
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard<!--
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard Licensed to the Apache Software Foundation (ASF) under one or more
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard contributor license agreements. See the NOTICE file distributed with
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard this work for additional information regarding copyright ownership.
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard The ASF licenses this file to You under the Apache License, Version 2.0
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard (the "License"); you may not use this file except in compliance with
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard the License. You may obtain a copy of the License at
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard http://www.apache.org/licenses/LICENSE-2.0
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard
1f2f357528d122de2c7886a073b4eee8766d5c95wrowe Unless required by applicable law or agreed to in writing, software
1f2f357528d122de2c7886a073b4eee8766d5c95wrowe distributed under the License is distributed on an "AS IS" BASIS,
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard See the License for the specific language governing permissions and
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard limitations under the License.
1f2f357528d122de2c7886a073b4eee8766d5c95wrowe-->
1f2f357528d122de2c7886a073b4eee8766d5c95wrowe
1f2f357528d122de2c7886a073b4eee8766d5c95wrowe<modulesynopsis metafile="mod_suexec.xml.meta">
1f2f357528d122de2c7886a073b4eee8766d5c95wrowe
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard<name>mod_suexec</name>
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard<description>Allows CGI scripts to run as a specified user
250899dceaa9782bb99db6226ceb573bd9a02c73stoddardand Group</description>
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard<status>Extension</status>
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard<sourcefile>mod_suexec.c</sourcefile>
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard<identifier>suexec_module</identifier>
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard<compatibility>Available in Apache 2.0 and later</compatibility>
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard<summary>
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard <p>This module, in combination with the <program>
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard suexec</program> support program allows
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard CGI scripts to run as a specified user and Group.</p>
02705d309088c54e38b136db5b64c055265c2e61wrowe</summary>
02705d309088c54e38b136db5b64c055265c2e61wrowe
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard<seealso><a href="/suexec.html">SuEXEC support</a></seealso>
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard<directivesynopsis>
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard<name>SuexecUserGroup</name>
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard<description>User and group for CGI programs to run as</description>
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard<syntax>SuexecUserGroup <em>User Group</em></syntax>
02705d309088c54e38b136db5b64c055265c2e61wrowe<contextlist><context>server config</context>
02705d309088c54e38b136db5b64c055265c2e61wrowe<context>virtual host</context></contextlist>
1f2f357528d122de2c7886a073b4eee8766d5c95wrowe<compatibility>SuexecUserGroup is only available in 2.0 and
1f2f357528d122de2c7886a073b4eee8766d5c95wrowelater.</compatibility>
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard<usage>
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard <p>The <directive>SuexecUserGroup</directive> directive allows you
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard to specify a user and group for CGI programs to run as. Non-CGI
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard requests are still processes with the user specified in the <directive
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard module="mod_unixd">User</directive> directive. This directive replaces
02705d309088c54e38b136db5b64c055265c2e61wrowe the Apache 1.3 configuration of using the <code>User</code> and
83cb9e783386a18eecdb0749d9d17aa8e3bc012estoddard <code>Group</code> directives inside of VirtualHosts.</p>
83cb9e783386a18eecdb0749d9d17aa8e3bc012estoddard
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard <example>
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard <title>Example</title>
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard SuexecUserGroup nobody nogroup
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard </example>
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard
02705d309088c54e38b136db5b64c055265c2e61wrowe</usage>
02705d309088c54e38b136db5b64c055265c2e61wrowe
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard</directivesynopsis>
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard</modulesynopsis>
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard
250899dceaa9782bb99db6226ceb573bd9a02c73stoddard