From: Ryan Bloom Date: Fri, 11 Oct 2002 15:20:30 +0000 (+0000) Subject: Fix the docs for ChildPerUserId. X-Git-Tag: 2.0.44~314 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10ed47b099ad9b875a1b3b7ff9e62aa9e5fe1a0b;p=apache Fix the docs for ChildPerUserId. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97177 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/perchild.xml b/docs/manual/mod/perchild.xml index 1f6a5e3bac..7e0db103b9 100644 --- a/docs/manual/mod/perchild.xml +++ b/docs/manual/mod/perchild.xml @@ -136,16 +136,17 @@ running with the specified user and group id.

ChildPerUserId ChildPerUserID user_id -group_id child_id +group_id num_children server config -

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 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