]> granicus.if.org Git - apache/commitdiff
Improvements to docs [always good]
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 29 Dec 2001 17:44:18 +0000 (17:44 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 29 Dec 2001 17:44:18 +0000 (17:44 +0000)
Submitted by: Daniel Lopez <daniel@rawbyte.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92649 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/perchild.html

index 2fca46d4be942b97383317767a6c7fc0a19cff15..d680e7547fd5bbe5a873c0c1777cb2ccac44d544 100644 (file)
     directive</a></h2>
 
     <p><a href="directive-dict.html#Syntax"
-    rel="Help"><strong>Syntax:</strong></a><br />
+    rel="Help"><strong>Syntax:</strong></a>AssignUserID <em>user_id</em> <em>group_id</em><br />
      <a href="directive-dict.html#Default"
     rel="Help"><strong>Default:</strong></a><br />
      <a href="directive-dict.html#Context"
-    rel="Help"><strong>Context:</strong></a> server config<br />
+    rel="Help"><strong>Context:</strong></a> virtual host<br />
      <a href="directive-dict.html#Status"
     rel="Help"><strong>Status:</strong></a> MPM<br />
      <a href="directive-dict.html#Module"
     rel="Help"><strong>Module:</strong></a> perchild</p>
 
-    <p>Tie a virtual host to a specific child process.</p>
+    <p>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.</p>
     <hr />
 
     <h2><a id="childperuserid" name="childperuserid">ChildPerUserID
     directive</a></h2>
 
     <p><a href="directive-dict.html#Syntax"
-    rel="Help"><strong>Syntax:</strong></a><br />
+    rel="Help"><strong>Syntax:</strong></a>ChildPerUserID <em>user_id</em>
+<em>group_id</em> <em>child_id</em><br />
      <a href="directive-dict.html#Default"
     rel="Help"><strong>Default:</strong></a><br />
      <a href="directive-dict.html#Context"
      <a href="directive-dict.html#Module"
     rel="Help"><strong>Module:</strong></a> perchild</p>
 
-    <p>Specify a User and Group for a specific child process.</p>
+    <p>Specify a user id and group id for a specific child process. The number of
+children if set by the <a href="mpm_common.html#numservers">NumServers</a>
+directive. For example, the default value for <a
+href="mpm_common.html#numservers">NumServers</a> 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 <a
+href="mpm_common.html#user">User</a> and <a
+href="mpm_common.html#group">Group</a> settings from the main server </p> 
     <!--#include virtual="footer.html" -->
   </body>
 </html>