From: André Malo Date: Sat, 12 Oct 2002 14:59:20 +0000 (+0000) Subject: update transformation due to perchild.xml changes X-Git-Tag: 2.0.44~305 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=168543cd80b016465ed1bbb8898aab961ffc143e;p=thirdparty%2Fapache%2Fhttpd.git update transformation due to perchild.xml changes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97188 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/perchild.html.en b/docs/manual/mod/perchild.html.en index 3654b47162a..e234b623be7 100644 --- a/docs/manual/mod/perchild.html.en +++ b/docs/manual/mod/perchild.html.en @@ -97,13 +97,15 @@ running with the specified user and group id.

top

ChildPerUserId Directive

Description:
Syntax: ChildPerUserID user_id -group_id child_id
Context: +group_id num_children
Context: server config
Status: MPM
Module: perchild
-

Specify a user id and group id for a specific child process. The number of -children is set by the NumServers -directive. For example, the default value for NumServers is 5 and that means -children ids 1,2,3,4 and 5 are available for assigment. If a child does not -have an associated ChildPerUserID, it inherits the User and Group settings from the main server

+

Specify a user id and group id for a number of child processes. The third +argument, num_children, is the number of child processes to start with the +specified user and group. It does not represent a specific +child number. If the total number of child processes, found by totaling all of +the third arguments to all ChildPerUserId directives in the config file, is +less than NumServers, then all +remaining children will inherit the User and Group settings from the main server

\ No newline at end of file diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index 35b5855aeb7..ca5347409b5 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -186,7 +186,7 @@ NoImp +svdhXCheckSpelling on|off Off svdhEEnables the spelling module ChildPerUserID user_id -group_id child_idsM- +group_id num_childrensM- ContentDigest on|off off svdhCEnables the generation of Content-MD5 HTTP Response headers CookieDomain domainsvdhEThe domain to which the tracking cookie applies