home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 May / PCWorld_2003-05_cd.bin / Komunik / apache / apache_2.0.45-win32-x86-no_ssl.msi / Data.Cab / F232881_perchild.html.en < prev    next >
Extensible Markup Language  |  2003-03-30  |  17KB  |  256 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
  4.         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  5.               This file is generated from xml source: DO NOT EDIT
  6.         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  7.       -->
  8. <title>perchild - Apache HTTP Server</title>
  9. <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
  10. <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
  11. <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
  12. <link href="../images/favicon.ico" rel="shortcut icon" /></head>
  13. <body>
  14. <div id="page-header">
  15. <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
  16. <p class="apache">Apache HTTP Server Version 2.0</p>
  17. <img alt="" src="../images/feather.gif" /></div>
  18. <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div>
  19. <div id="path">
  20. <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.0</a> > <a href="./">Modules</a></div>
  21. <div id="page-content">
  22. <div id="preamble"><h1>Apache MPM perchild</h1>
  23. <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Multi-Processing Module allowing for daemon processes serving
  24. requests to be assigned a variety of different userids</td></tr>
  25. <tr><th><a href="module-dict.html#Status">Status:</a></th><td>MPM</td></tr>
  26. <tr><th><a href="module-dict.html#ModuleIdentifier">ModuleáIdentifier:</a></th><td>mpm_perchild_module</td></tr>
  27. <tr><th><a href="module-dict.html#SourceFile">SourceáFile:</a></th><td>perchild.c</td></tr></table>
  28. <h3>Summary</h3>
  29.  
  30.     <div class="warning">
  31.       This MPM does not currently work on most platforms.  Work is ongoing
  32.       to make it functional.
  33.     </div>
  34.  
  35.     <p>This Multi-Processing Module (MPM) implements a hybrid
  36.     multi-process, multi-threaded web server. A fixed number of
  37.     processes create threads to handle requests. Fluctuations in
  38.     load are handled by increasing or decreasing the number of
  39.     threads in each process.</p>
  40. </div>
  41. <div id="quickview"><h3 class="directives">Directives</h3>
  42. <ul id="toc">
  43. <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#acceptmutex">AcceptMutex</a></li>
  44. <li><img alt="" src="../images/down.gif" /> <a href="#assignuserid">AssignUserID</a></li>
  45. <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#bs2000account">BS2000Account</a></li>
  46. <li><img alt="" src="../images/down.gif" /> <a href="#childperuserid">ChildPerUserID</a></li>
  47. <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#coredumpdirectory">CoreDumpDirectory</a></li>
  48. <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#group">Group</a></li>
  49. <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#listen">Listen</a></li>
  50. <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#listenbacklog">ListenBacklog</a></li>
  51. <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#lockfile">LockFile</a></li>
  52. <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#maxrequestsperchild">MaxRequestsPerChild</a></li>
  53. <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#maxsparethreads">MaxSpareThreads</a></li>
  54. <li><img alt="" src="../images/down.gif" /> <a href="#maxthreadsperchild">MaxThreadsPerChild</a></li>
  55. <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#minsparethreads">MinSpareThreads</a></li>
  56. <li><img alt="" src="../images/down.gif" /> <a href="#numservers">NumServers</a></li>
  57. <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#pidfile">PidFile</a></li>
  58. <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#scoreboardfile">ScoreBoardFile</a></li>
  59. <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#sendbuffersize">SendBufferSize</a></li>
  60. <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#serverlimit">ServerLimit</a></li>
  61. <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#startthreads">StartThreads</a></li>
  62. <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#threadlimit">ThreadLimit</a></li>
  63. <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#user">User</a></li>
  64. </ul>
  65. <h3>Topics</h3>
  66. <ul id="topics">
  67. <li><img alt="" src="../images/down.gif" /> <a href="#how-it-works">How it works</a></li>
  68. </ul><h3>See also</h3>
  69. <ul class="seealso">
  70. <li><a href="../bind.html">Setting which addresses and ports Apache
  71. uses</a></li>
  72. </ul></div>
  73. <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  74. <div class="section">
  75. <h2><a name="how-it-works" id="how-it-works">How it works</a></h2>
  76.     <p>A single control process launches the number of child processes
  77.     indicated by the <code class="directive"><a href="#numservers">NumServers</a></code>
  78.     directive at server startup. Each child process creates threads as
  79.     specified in the <code class="directive"><a href="../mod/mpm_common.html#startthreads">StartThreads</a></code> directive.
  80.     The individual threads then
  81.     listen for connections and serve them when they arrive.</p>
  82.  
  83.     <p>Apache always tries to maintain a pool of <dfn>spare</dfn> or
  84.     idle server threads, which stand ready to serve incoming
  85.     requests. In this way, clients do not need to wait for new
  86.     threads to be created. For each child process, Apache assesses
  87.     the number of idle threads and creates or destroys threads to
  88.     keep this number within the boundaries specified by
  89.     <code class="directive"><a href="../mod/mpm_common.html#minsparethreads">MinSpareThreads</a></code>
  90.     and <code class="directive"><a href="../mod/mpm_common.html#maxsparethreads">MaxSpareThreads</a></code>.
  91.     Since this process is very self-regulating, it is rarely
  92.     necessary to modify these directives from their default values.
  93.     The maximum number of clients that may be served simultaneously
  94.     is determined by multiplying the number of server processes
  95.     that will be created (<code class="directive"><a href="#numservers">NumServers</a></code>) by the maximum
  96.     number of threads created in each process
  97.     (<code class="directive"><a href="../mod/mpm_common.html#maxthreadsperchild">MaxThreadsPerChild</a></code>).</p>
  98.  
  99.     <p>While the parent process is usually started as root under
  100.     Unix in order to bind to port 80, the child processes and
  101.     threads are launched by Apache as a less-privileged user. The
  102.     <code class="directive"><a href="../mod/mpm_common.html#user">User</a></code> and <code class="directive"><a href="../mod/mpm_common.html#group">Group</a></code> directives are used to
  103.     set the privileges of the Apache child processes. The child
  104.     processes must be able to read all the content that will be
  105.     served, but should have as few privileges beyond that as
  106.     possible. In addition, unless <a href="../suexec.html">suexec</a> is used, these directives also
  107.     set the privileges which will be inherited by CGI scripts.</p>
  108.  
  109.     <p><code class="directive"><a href="../mod/mpm_common.html#maxrequestsperchild">MaxRequestsPerChild</a></code>
  110.     controls how frequently the
  111.     server recycles processes by killing old ones and launching new
  112.     ones.</p>
  113.  
  114.     <h3><a name="user-ids" id="user-ids">Working with different user-IDs</a></h3>
  115.       <p>The <code class="module"><a href="../mod/perchild.html">perchild</a></code> MPM adds the extra ability to
  116.       specify that particular processes should serve requests under
  117.       different user-IDs. These user-IDs can then be associated with
  118.       specific virtual hosts. You have to use one <code class="directive"><a href="#childperuserid">ChildPerUserID</a></code> directive for
  119.       every user/group combination you want to be run. Then you can tie
  120.       particular virtual hosts to that user and group IDs.</p>
  121.  
  122.       <p>The following example runs 7 child processes. Two of them are run
  123.       under <code>user1</code>/<code>group1</code>. The next four are run
  124.       under <code>user2</code>/<code>group2</code> and the remaining
  125.       process uses the <code class="directive"><a href="../mod/mpm_common.html#user">User</a></code> and <code class="directive"><a href="../mod/mpm_common.html#group">Group</a></code>
  126.       of the main server:</p>
  127.  
  128.       <div class="example"><h3>Global config</h3><p><code>
  129.         NumServers 7<br />
  130.         ChildPerUserID user1 group1 2<br />
  131.         ChildPerUserID user2 group2 4
  132.       </code></p></div>
  133.  
  134.       <p>Using unbalanced numbers of processes as above is useful, if the
  135.       particular virtual hosts produce different load. The assignment to
  136.       the virtual hosts is easily done as in the example below. In
  137.       conclusion with the example above the following assumes, that
  138.       <code>server2</code> has to serve about twice of the hits of
  139.       <code>server1</code>.</p>
  140.  
  141.       <div class="example"><h3>Example</h3><p><code>
  142.         NameVirtualHost *<br />
  143.         <br />
  144.         <VirtualHost *><br />
  145.         <span class="indent">
  146.           ServerName fallbackhost<br />
  147.           # no assignment; use fallback<br />
  148.         </span>
  149.         </VirtualHost><br />
  150.         <br />
  151.         <VirtualHost *><br />
  152.         <span class="indent">
  153.           ServerName server1<br />
  154.           AssignUserID user1 group1<br />
  155.         </span>
  156.         </VirtualHost><br />
  157.         <br />
  158.         <VirtualHost *><br />
  159.         <span class="indent">
  160.           ServerName server2<br />
  161.           AssignUserID user2 group2<br />
  162.         </span>
  163.         </VirtualHost>
  164.       </code></p></div>
  165.     
  166. </div>
  167. <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  168. <div class="directive-section"><h2><a name="AssignUserID" id="AssignUserID">AssignUserID</a> <a name="assignuserid" id="assignuserid">Directive</a></h2>
  169. <table class="directive">
  170. <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Tie a virtual host to a user and group ID</td></tr>
  171. <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>AssignUserID <var>user-id</var> <var>group-id</var></code></td></tr>
  172. <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>virtual host</td></tr>
  173. <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
  174. <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>perchild</td></tr>
  175. </table>
  176.     <p>Tie a virtual host to a specific user/group combination. Requests
  177.     addressed to the virtual host where this directive appears will be
  178.     served by a process running with the specified user and group ID.</p>
  179.  
  180.     <p>The user and group ID has to be assigned to a number of children
  181.     in the global server config using the <code class="directive"><a href="#childperuserid">ChildPerUserID</a></code> directive. See the section above for a
  182.     <a href="#user-ids">configuration example</a>.</p>
  183.  
  184. </div>
  185. <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  186. <div class="directive-section"><h2><a name="ChildPerUserID" id="ChildPerUserID">ChildPerUserID</a> <a name="childperuserid" id="childperuserid">Directive</a></h2>
  187. <table class="directive">
  188. <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Specify user ID and group ID for a number of child
  189. processes</td></tr>
  190. <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ChildPerUserID <var>user-id</var> <var>group-id</var>
  191. <var>num-children</var></code></td></tr>
  192. <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
  193. <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
  194. <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>perchild</td></tr>
  195. </table>
  196.     <p>Specify a user ID and group ID for a number of child processes.
  197.     The third argument, <var>num-children</var>, is the number of child
  198.     processes to start with the specified user and group. It does
  199.     <em>not</em> represent a specific child number. In order to use this
  200.     directive, the server must be run initially as <code>root</code>.
  201.     If you start the server as a non-root user, it will fail to change
  202.     to the lesser privileged user.</p>
  203.  
  204.     <p>If the total number of child processes, found by totaling all of the
  205.     third arguments to all <code class="directive">ChildPerUserID</code> directives
  206.     in the config file, is less than <code class="directive"><a href="#numservers">NumServers</a></code>, then all remaining children will inherit the
  207.     <code class="directive"><a href="../mod/mpm_common.html#user">User</a></code> and <code class="directive"><a href="../mod/mpm_common.html#group">Group</a></code> settings from the main server.
  208.     See the section above for a <a href="#user-ids">configuration
  209.     example</a>.</p>
  210.  
  211.     <div class="warning"><h3>Security</h3>
  212.       <p>Don't set <var>user-id</var> (or <var>group-id</var>) to
  213.       <code>root</code> unless you know exactly what you are doing, and
  214.       what the dangers are.</p>
  215.     </div>
  216.  
  217. </div>
  218. <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  219. <div class="directive-section"><h2><a name="MaxThreadsPerChild" id="MaxThreadsPerChild">MaxThreadsPerChild</a> <a name="maxthreadsperchild" id="maxthreadsperchild">Directive</a></h2>
  220. <table class="directive">
  221. <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Maximum number of threads per child process</td></tr>
  222. <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>MaxThreadsPerChild <var>number</var></code></td></tr>
  223. <tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>MaxThreadsPerChild 64</code></td></tr>
  224. <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
  225. <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
  226. <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>perchild</td></tr>
  227. </table>
  228.     <p>This directive sets the maximum number of threads that will be
  229.     created in each child process. To increase this value beyond its
  230.     default, it is necessary to change the value of the <code class="directive"><a href="../mod/mpm_common.html#threadlimit">ThreadLimit</a></code> directive and stop and
  231.     re-start the server.</p>
  232.  
  233. </div>
  234. <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  235. <div class="directive-section"><h2><a name="NumServers" id="NumServers">NumServers</a> <a name="numservers" id="numservers">Directive</a></h2>
  236. <table class="directive">
  237. <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Total number of children alive at the same time</td></tr>
  238. <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>NumServers <var>number</var></code></td></tr>
  239. <tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>NumServers 2</code></td></tr>
  240. <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
  241. <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
  242. <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>perchild</td></tr>
  243. </table>
  244.     <p>The <code class="directive">NumServers</code> directive determines the number
  245.     of children alive at the same time. This number should be large enough to
  246.     handle the requests for the entire site. To increase this value beyond the
  247.     value of <code>8</code>, it is necessary to change the value of the
  248.     <code class="directive"><a href="../mod/mpm_common.html#serverlimit">ServerLimit</a></code> directive and stop
  249.     and re-start the server. See the section above for a <a href="#user-ids">configuration example</a>.</p>
  250.  
  251. </div>
  252. </div>
  253. <div id="footer">
  254. <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p>
  255. <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
  256. </body></html>