From: William A. Rowe Jr Date: Sat, 29 Dec 2001 17:44:18 +0000 (+0000) Subject: Improvements to docs [always good] X-Git-Tag: 2.0.30~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1bb22bd49573406884839d4c131ac22dd777a5e7;p=apache Improvements to docs [always good] Submitted by: Daniel Lopez git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92649 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/perchild.html b/docs/manual/mod/perchild.html index 2fca46d4be..d680e7547f 100644 --- a/docs/manual/mod/perchild.html +++ b/docs/manual/mod/perchild.html @@ -136,24 +136,27 @@ directive

Syntax:
+ rel="Help">Syntax:AssignUserID user_id group_id
Default:
Context: server config
+ rel="Help">Context: virtual host
Status: MPM
Module: perchild

-

Tie a virtual host to a specific child process.

+

Tie a virtual host to a specific child process. Requests addressed to +the virtual host where this directive appears will be served by the process +running with the specified user and group id.


ChildPerUserID directive

Syntax:
+ rel="Help">Syntax:ChildPerUserID user_id +group_id child_id
Default:
Module: perchild

-

Specify a User and Group for a specific child process.

+

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