From: Rich Bowen Date: Sat, 8 Jun 2002 02:51:09 +0000 (+0000) Subject: Replaced some tags with directives. X-Git-Tag: 2.0.37~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=63da8585cd050c04a670275940b07ea7d319a6b3;p=apache Replaced some tags with directives. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95580 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/perchild.xml b/docs/manual/mod/perchild.xml index fe2e4de019..1f6a5e3bac 100644 --- a/docs/manual/mod/perchild.xml +++ b/docs/manual/mod/perchild.xml @@ -140,14 +140,14 @@ running with the specified user and group id.

server config -

Specify a user id and group id for a specific child process. The number of -children if set by the NumServers -directive. For example, the default value for NumServers is 5 and that means +

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

+have an associated ChildPerUserID, it inherits the User and Group settings from the main server