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