From 16113bb2b754de465b8d62a02c341bf9a44f7e73 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Mon, 22 Jul 2002 17:43:59 +0000 Subject: [PATCH] Make a little effort to update the suexec docs to the 2.0 world. This still needs considerable attention. Submitted by: Chris Herbst , Joshua Slive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96146 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/suexec.html.en | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/docs/manual/suexec.html.en b/docs/manual/suexec.html.en index 2bdd9ed2a1..61c68fd438 100644 --- a/docs/manual/suexec.html.en +++ b/docs/manual/suexec.html.en @@ -43,8 +43,8 @@

What is suEXEC?

-

The suEXEC feature -- - introduced in Apache 1.2 -- provides Apache users the ability +

The suEXEC feature provides + Apache users the ability to run CGI and SSI programs under user IDs different from the user ID of the calling web-server. Normally, when a CGI or SSI program executes, it @@ -367,15 +367,9 @@

Configuring & Installing suEXEC

-

Here's where we begin the fun. If you use - Apache 1.2 or prefer to configure Apache 1.3 with the - "src/Configure" script you have to edit the suEXEC - header file and install the binary in its proper location - manually. The following sections describe the configuration and - installation for Apache 1.3 with the AutoConf-style interface - (APACI).

+

Here's where we begin the fun.

-

APACI's suEXEC configuration +

suEXEC configuration options

@@ -530,14 +524,14 @@

Virtual Hosts:
One way to use the suEXEC wrapper is through the User and Group directives in SuexecUserGroup + directive in VirtualHost definitions. - By setting these directives to values different from the main + By setting this directive to values different from the main server user ID, all requests for CGI resources will be executed as the User and Group defined for that - <VirtualHost>. If only one or neither of - these directives are specified for a + <VirtualHost>. If this directive is not + specified for a <VirtualHost> then the main server userid is assumed.

-- 2.50.1