From: Andre Malo Date: Sat, 12 Oct 2002 14:59:20 +0000 (+0000) Subject: update transformation due to perchild.xml changes X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f392b07087c85d305583089d8de304f1f9a70b8;p=apache 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 3654b47162..e234b623be 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 35b5855aeb..ca5347409b 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