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 / F278391_mpm_common.xml < prev    next >
Extensible Markup Language  |  2004-04-17  |  40KB  |  907 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
  3. <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  4. <!-- $Revision: 1.21.2.10 $ -->
  5.  
  6. <!--
  7.  Copyright 2002-2004 The Apache Software Foundation
  8.  
  9.  Licensed under the Apache License, Version 2.0 (the "License");
  10.  you may not use this file except in compliance with the License.
  11.  You may obtain a copy of the License at
  12.  
  13.      http://www.apache.org/licenses/LICENSE-2.0
  14.  
  15.  Unless required by applicable law or agreed to in writing, software
  16.  distributed under the License is distributed on an "AS IS" BASIS,
  17.  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  18.  See the License for the specific language governing permissions and
  19.  limitations under the License.
  20. -->
  21.  
  22. <modulesynopsis metafile="mpm_common.xml.meta">
  23.  
  24. <name>mpm_common</name>
  25. <description>A collection of directives that are implemented by
  26. more than one multi-processing module (MPM)</description>
  27. <status>MPM</status>
  28.  
  29. <directivesynopsis>
  30. <name>AcceptMutex</name>
  31. <description>Method that Apache uses to serialize multiple children
  32. accepting requests on network sockets</description>
  33. <syntax>AcceptMutex Default|<var>method</var></syntax>
  34. <default>AcceptMutex Default</default>
  35. <contextlist><context>server config</context></contextlist>
  36. <modulelist><module>leader</module><module>perchild</module>
  37. <module>prefork</module><module>threadpool</module><module>worker</module>
  38. </modulelist>
  39.  
  40. <usage>
  41.     <p>The <directive>AcceptMutex</directive> directives sets the
  42.     method that Apache uses to serialize multiple children accepting
  43.     requests on network sockets. Prior to Apache 2.0, the method was
  44.     selectable only at compile time. The optimal method to use is
  45.     highly architecture and platform dependent. For further details,
  46.     see the <a href="../misc/perf-tuning.html">performance tuning</a>
  47.     documentation.</p>
  48.  
  49.     <p>If this directive is set to <code>Default</code>, then the
  50.     compile-time selected default will be used. Other possible
  51.     methods are listed below. Note that not all methods are
  52.     available on all platforms. If a method is specified which is
  53.     not available, a message will be written to the error log
  54.     listing the available methods.</p>
  55.  
  56.     <dl>
  57.       <dt><code>flock</code></dt>
  58.       <dd>uses the <code>flock(2)</code> system call to lock the
  59.       file defined by the <directive module="mpm_common"
  60.       >LockFile</directive> directive.</dd>
  61.  
  62.       <dt><code>fcntl</code></dt>
  63.       <dd>uses the <code>fcntl(2)</code> system call to lock the
  64.       file defined by the <directive module="mpm_common"
  65.       >LockFile</directive> directive.</dd>
  66.  
  67.       <dt><code>posixsem</code></dt>
  68.       <dd>uses POSIX compatible semaphores to implement the mutex.</dd>
  69.  
  70.       <dt><code>pthread</code></dt>
  71.       <dd>uses POSIX mutexes as implemented by the POSIX Threads
  72.       (PThreads) specification.</dd>
  73.  
  74.       <dt><code>sysvsem</code></dt>
  75.       <dd>uses SySV-style semaphores to implement the mutex.</dd>
  76.     </dl>
  77.  
  78.     <p>If you want to find out the compile time chosen default
  79.     for your system, you may set your <directive module="core"
  80.     >LogLevel</directive> to <code>debug</code>. Then the default <directive
  81.     >AcceptMutex</directive> will be written into the <directive
  82.     module="core">ErrorLog</directive>.</p>
  83. </usage>
  84. </directivesynopsis>
  85.  
  86. <directivesynopsis>
  87. <name>BS2000Account</name>
  88. <description>Define the non-privileged account on BS2000
  89. machines</description>
  90. <syntax>BS2000Account <var>account</var></syntax>
  91. <contextlist><context>server config</context></contextlist>
  92. <modulelist><module>perchild</module><module>prefork</module></modulelist>
  93. <compatibility>Only available for BS2000 machines</compatibility>
  94.  
  95. <usage>
  96.     <p>The <directive>BS2000Account</directive> directive is available for
  97.     BS2000 hosts only. It must be used to define the account number for
  98.     the non-privileged apache server user (which was configured using the
  99.     <directive module="mpm_common">User</directive> directive). This is
  100.     required by the BS2000 POSIX subsystem (to change the underlying BS2000
  101.     task environment by performing a sub-LOGON) to prevent CGI scripts
  102.     from accessing resources of the privileged account which started the
  103.     server, usually <code>SYSROOT</code>.</p>
  104.  
  105.     <note><title>Note</title>
  106.       <p>Only one <code>BS2000Account</code> directive can be used.</p>
  107.     </note>
  108. </usage>
  109. <seealso><a href="../platform/ebcdic.html">Apache EBCDIC port</a></seealso>
  110. </directivesynopsis>
  111.  
  112. <directivesynopsis>
  113. <name>CoreDumpDirectory</name>
  114. <description>Directory where Apache attempts to
  115. switch before dumping core</description>
  116. <syntax>CoreDumpDirectory <var>directory</var></syntax>
  117. <default>See usage for the default setting</default>
  118. <contextlist><context>server config</context></contextlist>
  119. <modulelist><module>beos</module><module>leader</module>
  120. <module>mpm_winnt</module><module>perchild</module><module>prefork</module>
  121. <module>threadpool</module><module>worker</module></modulelist>
  122.  
  123. <usage>
  124.     <p>This controls the directory to which Apache attempts to
  125.     switch before dumping core. The default is in the
  126.     <directive module="core">ServerRoot</directive> directory, however
  127.     since this should not be writable by the user the server runs
  128.     as, core dumps won't normally get written. If you want a core
  129.     dump for debugging, you can use this directive to place it in a
  130.     different location.</p>
  131.  
  132.     <note><title>Core Dumps on Linux</title>
  133.       <p>If Apache starts as root and switches to another user, the
  134.       Linux kernel <em>disables</em> core dumps even if the directory is
  135.       writable for the process. Apache (2.0.46 and later) reenables core dumps
  136.       on Linux 2.4 and beyond, but only if you explicitly configure a <directive
  137.       >CoreDumpDirectory</directive>.</p>
  138.     </note>
  139. </usage>
  140. </directivesynopsis>
  141.  
  142. <directivesynopsis>
  143. <name>EnableExceptionHook</name>
  144. <description>Enables a hook that runs exception handlers
  145. after a crash</description>
  146. <syntax>EnableExceptionHook On|Off</syntax>
  147. <default>EnableExceptionHook Off</default>
  148. <contextlist><context>server config</context></contextlist>
  149. <modulelist><module>leader</module><module>perchild</module>
  150. <module>prefork</module><module>threadpool</module>
  151. <module>worker</module></modulelist>
  152. <compatibility>Available in version 2.0.49 and later</compatibility>
  153.  
  154. <usage>
  155.     <p>For safety reasons this directive is only available if the server was
  156.     configured with the <code>--enable-exception-hook</code> option. It
  157.     enables a hook that allows external modules to plug in and do something
  158.     after a child crashed.</p>
  159.     
  160.     <p>There are already two modules, <code>mod_whatkilledus</code> and
  161.     <code>mod_backtrace</code> that make use of this hook. Please have a
  162.     look at Jeff Trawick's <a
  163.     href="http://www.apache.org/~trawick/exception_hook.html"
  164.     >EnableExceptionHook site</a> for more information about these.</p>
  165. </usage>
  166. </directivesynopsis>
  167.  
  168. <directivesynopsis>
  169. <name>Group</name>
  170. <description>Group under which the server will answer
  171. requests</description>
  172. <syntax>Group <var>unix-group</var></syntax>
  173. <default>Group #-1</default>
  174. <contextlist><context>server config</context></contextlist>
  175. <modulelist><module>beos</module><module>leader</module>
  176. <module>mpmt_os2</module><module>perchild</module><module>prefork</module>
  177. <module>threadpool</module><module>worker</module></modulelist>
  178. <compatibility>Only valid in global server config since Apache
  179. 2.0</compatibility>
  180.  
  181. <usage>
  182.     <p>The <directive>Group</directive> directive sets the group under
  183.     which the server will answer requests. In order to use this
  184.     directive, the server must be run initially as <code>root</code>. If
  185.     you start the server as a non-root user, it will fail to change to the
  186.     specified group, and will instead continue to run as the group of the
  187.     original user. <var>Unix-group</var> is one of:</p>
  188.  
  189.     <dl>
  190.       <dt>A group name</dt>
  191.       <dd>Refers to the given group by name.</dd>
  192.  
  193.       <dt><code>#</code> followed by a group number.</dt>
  194.       <dd>Refers to a group by its number.</dd>
  195.     </dl>
  196.  
  197.     <example><title>Example</title>
  198.       Group www-group
  199.     </example>
  200.  
  201.     <p>It is recommended that you set up a new group specifically for
  202.     running the server. Some admins use user <code>nobody</code>,
  203.     but this is not always possible or desirable.</p>
  204.  
  205.     <note type="warning"><title>Security</title>
  206.       <p>Don't set <directive>Group</directive> (or <directive
  207.       module="mpm_common">User</directive>) to <code>root</code> unless
  208.       you know exactly what you are doing, and what the dangers are.</p>
  209.     </note>
  210.  
  211.     <p>Special note: Use of this directive in <directive module="core"
  212.     type="section">VirtualHost</directive> is no longer supported. To
  213.     configure your server for <a href="mod_suexec.html">suexec</a> use
  214.     <directive module="mod_suexec">SuexecUserGroup</directive>.</p>
  215.  
  216.     <note><title>Note</title>
  217.       <p>Although the <directive>Group</directive> directive is present
  218.       in the <module>beos</module> and <module>mpmt_os2</module> MPMs,
  219.       it is actually a no-op there and only exists for compatibility
  220.       reasons.</p>
  221.     </note>
  222. </usage>
  223. </directivesynopsis>
  224.  
  225. <directivesynopsis>
  226. <name>PidFile</name>
  227. <description>File where the server records the process ID
  228. of the daemon</description>
  229. <syntax>PidFile <var>filename</var></syntax>
  230. <default>PidFile logs/httpd.pid</default>
  231. <contextlist><context>server config</context></contextlist>
  232. <modulelist><module>beos</module><module>leader</module>
  233. <module>mpm_winnt</module><module>mpmt_os2</module>
  234. <module>perchild</module><module>prefork</module>
  235. <module>threadpool</module><module>worker</module></modulelist>
  236.  
  237. <usage>
  238.     <p>The <directive>PidFile</directive> directive sets the file to
  239.     which the server records the process id of the daemon. If the
  240.     filename is not absolute then it is assumed to be relative to the
  241.     <directive module="core">ServerRoot</directive>.</p>
  242.  
  243.     <example><title>Example</title>
  244.       PidFile /var/run/apache.pid
  245.     </example>
  246.  
  247.     <p>It is often useful to be able to send the server a signal,
  248.     so that it closes and then re-opens its <directive
  249.     module="core">ErrorLog</directive> and <directive
  250.     module="mod_log_config">TransferLog</directive>, and
  251.     re-reads its configuration files. This is done by sending a
  252.     SIGHUP (kill -1) signal to the process id listed in the
  253.     <directive>PidFile</directive>.</p>
  254.  
  255.     <p>The <directive>PidFile</directive> is subject to the same
  256.     warnings about log file placement and <a
  257.     href="../misc/security_tips.html#serverroot">security</a>.</p>
  258.  
  259.     <note><title>Note</title>
  260.       <p>As of Apache 2 it is recommended to use only the <a
  261.       href="../programs/apachectl.html">apachectl</a> script for
  262.       (re-)starting or stopping the server.</p>
  263.     </note>
  264. </usage>
  265. </directivesynopsis>
  266.  
  267. <directivesynopsis>
  268. <name>Listen</name>
  269. <description>IP addresses and ports that the server
  270. listens to</description>
  271. <syntax>Listen [<var>IP-address</var>:]<var>portnumber</var></syntax>
  272. <contextlist><context>server config</context></contextlist>
  273. <modulelist><module>beos</module><module>leader</module>
  274. <module>mpm_netware</module><module>mpm_winnt</module>
  275. <module>mpmt_os2</module><module>perchild</module>
  276. <module>prefork</module><module>threadpool</module><module>worker</module>
  277. </modulelist>
  278. <compatibility>Required directive since Apache 2.0</compatibility>
  279.  
  280. <usage>
  281.     <p>The <directive>Listen</directive> directive instructs Apache to
  282.     listen to only specific IP addresses or ports; by default it
  283.     responds to requests on all IP interfaces. <directive>Listen</directive>
  284.     is now a required directive. If it is not in the config file, the
  285.     server will fail to start. This is a change from previous versions
  286.     of Apache.</p>
  287.  
  288.     <p>The <directive>Listen</directive> directive tells the server to
  289.     accept incoming requests on the specified port or address-and-port
  290.     combination. If only a port number is specified, the server listens to
  291.     the given port on all interfaces. If an IP address is given as well
  292.     as a port, the server will listen on the given port and
  293.     interface.</p>
  294.  
  295.     <p>Multiple <directive>Listen</directive> directives may be used to
  296.     specify a number of addresses and ports to listen to. The server will
  297.     respond to requests from any of the listed addresses and ports.</p>
  298.  
  299.     <p>For example, to make the server accept connections on both
  300.     port 80 and port 8000, use:</p>
  301.  
  302.     <example>
  303.       Listen 80<br />
  304.       Listen 8000
  305.     </example>
  306.  
  307.     <p>To make the server accept connections on two specified
  308.     interfaces and port numbers, use </p>
  309.  
  310.     <example>
  311.       Listen 192.170.2.1:80<br />
  312.       Listen 192.170.2.5:8000
  313.     </example>
  314.  
  315.     <p>IPv6 addresses must be surrounded in square brackets, as in the
  316.     following example:</p>
  317.  
  318.     <example>
  319.       Listen [fe80::a00:20ff:fea7:ccea]:80
  320.     </example>
  321. </usage>
  322. <seealso><a href="../dns-caveats.html">DNS Issues</a></seealso>
  323. <seealso><a href="../bind.html">Setting which addresses and ports Apache
  324. uses</a></seealso>
  325. </directivesynopsis>
  326.  
  327. <directivesynopsis>
  328. <name>ListenBackLog</name>
  329. <description>Maximum length of the queue of pending connections</description>
  330. <syntax>ListenBacklog <var>backlog</var></syntax>
  331. <default>ListenBacklog 511</default>
  332. <contextlist><context>server config</context></contextlist>
  333. <modulelist><module>beos</module><module>leader</module>
  334. <module>mpm_netware</module><module>mpm_winnt</module>
  335. <module>mpmt_os2</module><module>perchild</module><module>prefork</module>
  336. <module>threadpool</module><module>worker</module></modulelist>
  337.  
  338. <usage>
  339.     <p>The maximum length of the queue of pending connections.
  340.     Generally no tuning is needed or desired, however on some
  341.     systems it is desirable to increase this when under a TCP SYN
  342.     flood attack. See the backlog parameter to the
  343.     <code>listen(2)</code> system call.</p>
  344.  
  345.     <p>This will often be limited to a smaller number by the
  346.     operating system. This varies from OS to OS. Also note that
  347.     many OSes do not use exactly what is specified as the backlog,
  348.     but use a number based on (but normally larger than) what is
  349.     set.</p>
  350. </usage>
  351. </directivesynopsis>
  352.  
  353. <directivesynopsis>
  354. <name>LockFile</name>
  355. <description>Location of the accept serialization lock file</description>
  356. <syntax>LockFile <var>filename</var></syntax>
  357. <default>LockFile logs/accept.lock</default>
  358. <contextlist><context>server config</context></contextlist>
  359. <modulelist><module>leader</module><module>perchild</module>
  360. <module>prefork</module><module>threadpool</module><module>worker</module>
  361. </modulelist>
  362.  
  363. <usage>
  364.     <p>The <directive>LockFile</directive> directive sets the path to
  365.     the lockfile used when Apache is used with an <directive
  366.     module="mpm_common">AcceptMutex</directive> value of either
  367.     <code>fcntl</code> or <code>flock</code>. This directive should
  368.     normally be left at its default value. The main reason for changing
  369.     it is if the <code>logs</code> directory is NFS mounted, since
  370.     <strong>the lockfile must be stored on a local disk</strong>. The PID
  371.     of the main server process is automatically appended to the
  372.     filename.</p>
  373.  
  374.     <note type="warning"><title>Security</title>
  375.       <p>It is best to <em>avoid</em> putting this file in a world writable
  376.       directory such as <code>/var/tmp</code> because someone could create
  377.       a denial of service attack and prevent the server from starting by
  378.       creating a lockfile with the same name as the one the server will try
  379.       to create.</p>
  380.     </note>
  381. </usage>
  382. <seealso><directive module="mpm_common">AcceptMutex</directive></seealso>
  383. </directivesynopsis>
  384.  
  385. <directivesynopsis>
  386. <name>MaxClients</name>
  387. <description>Maximum number of child processes that will be created
  388. to serve requests</description>
  389. <syntax>MaxClients <var>number</var></syntax>
  390. <default>See usage for details</default>
  391. <contextlist><context>server config</context></contextlist>
  392. <modulelist><module>beos</module><module>leader</module>
  393. <module>prefork</module><module>threadpool</module><module>worker</module>
  394. </modulelist>
  395.  
  396. <usage>
  397.     <p>The <directive>MaxClients</directive> directive sets the limit
  398.     on the number of simultaneous requests that will be served.  Any
  399.     connection attempts over the <directive>MaxClients</directive>
  400.     limit will normally be queued, up to a number based on the
  401.     <directive module="mpm_common">ListenBacklog</directive>
  402.     directive. Once a child process is freed at the end of a different
  403.     request, the connection will then be serviced.</p>
  404.  
  405.     <p>For non-threaded servers (<em>i.e.</em>, <module>prefork</module>),
  406.     <directive>MaxClients</directive> translates into the maximum
  407.     number of child processes that will be launched to serve requests.
  408.     The default value is <code>256</code>; to increase it, you must also raise
  409.     <directive module="mpm_common">ServerLimit</directive>.</p>
  410.  
  411.     <p>For threaded and hybrid servers (<em>e.g.</em> <module>beos</module>
  412.     or <module>worker</module>) <directive>MaxClients</directive> restricts
  413.     the total number of threads that will be available to serve clients.
  414.     The default value for <module>beos</module> is <code>50</code>. For
  415.     hybrid MPMs the default value is <code>16</code> (<directive
  416.     module="mpm_common">ServerLimit</directive>) multiplied by the value of
  417.     <code>25</code> (<directive module="mpm_common"
  418.     >ThreadsPerChild</directive>). Therefore, to increase <directive
  419.     >MaxClients</directive> to a value that requires more than 16 processes,
  420.     you must also raise <directive module="mpm_common"
  421.     >ServerLimit</directive>.</p>
  422. </usage>
  423. </directivesynopsis>
  424.  
  425. <directivesynopsis>
  426. <name>MaxMemFree</name>
  427. <description>Maximum amount of memory that the main allocator is allowed
  428. to hold without calling <code>free()</code></description>
  429. <syntax>MaxMemFree <var>KBytes</var></syntax>
  430. <default>MaxMemFree 0</default>
  431. <contextlist><context>server config</context></contextlist>
  432. <modulelist><module>beos</module><module>leader</module>
  433. <module>mpm_netware</module><module>prefork</module>
  434. <module>threadpool</module><module>worker</module><module>mpm_winnt</module></modulelist>
  435.  
  436. <usage>
  437.     <p>The <directive>MaxMemFree</directive> directive sets the
  438.     maximum number of free Kbytes that the main allocator is allowed
  439.     to hold without calling <code>free()</code>. When not set, or when set
  440.     to zero, the threshold will be set to unlimited.</p>
  441. </usage>
  442. </directivesynopsis>
  443.  
  444. <directivesynopsis>
  445. <name>MaxRequestsPerChild</name>
  446. <description>Limit on the number of requests that an individual child server
  447. will handle during its life</description>
  448. <syntax>MaxRequestsPerChild <var>number</var></syntax>
  449. <default>MaxRequestsPerChild 10000</default>
  450. <contextlist><context>server config</context></contextlist>
  451. <modulelist><module>leader</module><module>mpm_netware</module>
  452. <module>mpm_winnt</module><module>mpmt_os2</module>
  453. <module>perchild</module><module>prefork</module>
  454. <module>threadpool</module><module>worker</module></modulelist>
  455.  
  456. <usage>
  457.     <p>The <directive>MaxRequestsPerChild</directive> directive sets
  458.     the limit on the number of requests that an individual child
  459.     server process will handle. After
  460.     <directive>MaxRequestsPerChild</directive> requests, the child
  461.     process will die. If <directive>MaxRequestsPerChild</directive> is
  462.     <code>0</code>, then the process will never expire.</p>
  463.  
  464.     <note><title>Different default values</title>
  465.       <p>The default value for <module>mpm_netware</module> and
  466.       <module>mpm_winnt</module> is <code>0</code>.</p>
  467.     </note>
  468.  
  469.     <p>Setting <directive>MaxRequestsPerChild</directive> to a
  470.     non-zero limit has two beneficial effects:</p>
  471.  
  472.     <ul>
  473.       <li>it limits the amount of memory that process can consume
  474.       by (accidental) memory leakage;</li>
  475.  
  476.       <li>by giving processes a finite lifetime, it helps reduce
  477.       the number of processes when the server load reduces.</li>
  478.     </ul>
  479.  
  480.     <note><title>Note</title>
  481.       <p>For <directive module="core">KeepAlive</directive> requests, only
  482.       the first request is counted towards this limit. In effect, it
  483.       changes the behavior to limit the number of <em>connections</em> per
  484.       child.</p>
  485.     </note>
  486. </usage>
  487. </directivesynopsis>
  488.  
  489. <directivesynopsis>
  490. <name>MaxSpareThreads</name>
  491. <description>Maximum number of idle threads</description>
  492. <syntax>MaxSpareThreads <var>number</var></syntax>
  493. <default>See usage for details</default>
  494. <contextlist><context>server config</context></contextlist>
  495. <modulelist><module>beos</module><module>leader</module>
  496. <module>mpm_netware</module><module>mpmt_os2</module>
  497. <module>perchild</module><module>threadpool</module><module>worker</module>
  498. </modulelist>
  499.  
  500. <usage>
  501.     <p>Maximum number of idle threads. Different MPMs deal with this
  502.     directive differently.</p>
  503.  
  504.     <p>For <module>perchild</module> the default is
  505.     <code>MaxSpareThreads 10</code>. This MPM monitors the number of
  506.     idle threads on a per-child basis. If there are too many idle
  507.     threads in that child, the server will begin to kill threads
  508.     within that child.</p>
  509.  
  510.     <p>For <module>worker</module>, <module>leader</module> and <module
  511.     >threadpool</module> the default is <code>MaxSpareThreads 250</code>.
  512.     These MPMs deal with idle threads on a server-wide basis. If there
  513.     are too many idle threads in the server then child processes are
  514.     killed until the number of idle threads is less than this number.</p>
  515.  
  516.     <p>For <module>mpm_netware</module> the default is
  517.     <code>MaxSpareThreads 100</code>. Since this MPM runs a
  518.     single-process, the spare thread count is also server-wide.</p>
  519.  
  520.     <p><module>beos</module> and <module>mpmt_os2</module> work
  521.     similar to <module>mpm_netware</module>. The default for
  522.     <module>beos</module> is <code>MaxSpareThreads 50</code>. For
  523.     <module>mpmt_os2</module> the default value is <code>10</code>.</p>
  524.  
  525.     <note><title>Restrictions</title>
  526.       <p>The range of the <directive>MaxSpareThreads</directive> value
  527.       is restricted. Apache will correct the given value automatically
  528.       according to the following rules:</p>
  529.       <ul>
  530.         <li><module>perchild</module> requires <directive
  531.         >MaxSpareThreads</directive> to be less or equal than <directive
  532.         module="mpm_common">ThreadLimit</directive>.</li>
  533.  
  534.         <li><module>mpm_netware</module> wants the value to be greater than
  535.         <directive module="mpm_common">MinSpareThreads</directive>.</li>
  536.  
  537.         <li>For <module>leader</module>, <module>threadpool</module> and
  538.         <module>worker</module> the value must be greater or equal than
  539.         the sum of <directive module="mpm_common">MinSpareThreads</directive>
  540.         and <directive module="mpm_common">ThreadsPerChild</directive>.</li>
  541.       </ul>
  542.     </note>
  543. </usage>
  544. <seealso><directive module="mpm_common">MinSpareThreads</directive></seealso>
  545. <seealso><directive module="mpm_common">StartServers</directive></seealso>
  546. </directivesynopsis>
  547.  
  548. <directivesynopsis>
  549. <name>MinSpareThreads</name>
  550. <description>Minimum number of idle threads available to handle request
  551. spikes</description>
  552. <syntax>MinSpareThreads <var>number</var></syntax>
  553. <default>See usage for details</default>
  554. <contextlist><context>server config</context></contextlist>
  555. <modulelist><module>beos</module><module>leader</module>
  556. <module>mpm_netware</module><module>mpmt_os2</module>
  557. <module>perchild</module><module>threadpool</module><module>worker</module>
  558. </modulelist>
  559.  
  560. <usage>
  561.     <p>Minimum number of idle threads to handle request spikes.
  562.     Different MPMs deal with this directive
  563.     differently.</p>
  564.  
  565.     <p><module>perchild</module> uses a default of
  566.     <code>MinSpareThreads 5</code> and monitors the number of idle
  567.     threads on a per-child basis. If there aren't enough idle threads
  568.     in that child, the server will begin to create new threads within
  569.     that child. Thus, if you set <directive module="perchild"
  570.     >NumServers</directive> to <code>10</code> and a <directive
  571.     >MinSpareThreads</directive> value of <code>5</code>, you'll have
  572.     at least 50 idle threads on your system.</p>
  573.  
  574.     <p><module>worker</module>, <module>leader</module> and
  575.     <module>threadpool</module> use a default of <code>MinSpareThreads
  576.     75</code> and deal with idle threads on a server-wide basis. If
  577.     there aren't enough idle threads in the server then child
  578.     processes are created until the number of idle threads is greater
  579.     than number.</p>
  580.  
  581.     <p><module>mpm_netware</module> uses a default of
  582.     <code>MinSpareThreads 10</code> and, since it is a single-process
  583.     MPM, tracks this on a server-wide bases.</p>
  584.  
  585.     <p><module>beos</module> and <module>mpmt_os2</module> work
  586.     similar to <module>mpm_netware</module>. The default for
  587.     <module>beos</module> is <code>MinSpareThreads 1</code>. For
  588.     <module>mpmt_os2</module> the default value is <code>5</code>.</p>
  589. </usage>
  590. <seealso><directive module="mpm_common">MaxSpareThreads</directive></seealso>
  591. <seealso><directive module="mpm_common">StartServers</directive></seealso>
  592. </directivesynopsis>
  593.  
  594. <directivesynopsis>
  595. <name>ScoreBoardFile</name>
  596. <description>Location of the file used to store coordination data for
  597. the child processes</description>
  598. <syntax>ScoreBoardFile <var>file-path</var></syntax>
  599. <default>ScoreBoardFile logs/apache_status</default>
  600. <contextlist><context>server config</context></contextlist>
  601. <modulelist><module>beos</module><module>leader</module>
  602. <module>mpm_winnt</module><module>perchild</module><module>prefork</module>
  603. <module>threadpool</module><module>worker</module></modulelist>
  604.  
  605. <usage>
  606.     <p>Apache uses a scoreboard to communicate between its parent
  607.     and child processes.  Some architectures require a file to facilitate
  608.     this communication. If the file is left unspecified, Apache first
  609.     attempts to create the scoreboard entirely in memory (using anonymous
  610.     shared memory) and, failing that, will attempt to create the file on
  611.     disk (using file-based shared memory). Specifying this directive causes
  612.     Apache to always create the file on the disk.</p>
  613.  
  614.     <example><title>Example</title>
  615.       ScoreBoardFile /var/run/apache_status
  616.     </example>
  617.  
  618.     <p>File-based shared memory is useful for third-party applications
  619.     that require direct access to the scoreboard.</p>
  620.  
  621.     <p>If you use a <directive>ScoreBoardFile</directive> then
  622.     you may see improved speed by placing it on a RAM disk. But be
  623.     careful that you heed the same warnings about log file placement
  624.     and <a href="../misc/security_tips.html">security</a>.</p>
  625. </usage>
  626. <seealso><a href="../stopping.html">Stopping and Restarting
  627. Apache</a></seealso>
  628. </directivesynopsis>
  629.  
  630. <directivesynopsis>
  631. <name>SendBufferSize</name>
  632. <description>TCP buffer size</description>
  633. <syntax>SendBufferSize <var>bytes</var></syntax>
  634. <default>SendBufferSize 0</default>
  635. <contextlist><context>server config</context></contextlist>
  636. <modulelist><module>beos</module><module>leader</module>
  637. <module>mpm_netware</module><module>mpm_winnt</module>
  638. <module>mpmt_os2</module><module>perchild</module><module>prefork</module>
  639. <module>threadpool</module><module>worker</module></modulelist>
  640.  
  641. <usage>
  642.     <p>The server will set the TCP buffer size to the number of bytes
  643.     specified. Very useful to increase past standard OS defaults on
  644.     high speed high latency (<em>i.e.</em>, 100ms or so, such as
  645.     transcontinental fast pipes).</p>
  646.  
  647.     <p>If set to the value of <code>0</code>, the server will use the
  648.     OS deault.</p>
  649. </usage>
  650. </directivesynopsis>
  651.  
  652. <directivesynopsis>
  653. <name>ServerLimit</name>
  654. <description>Upper limit on configurable number of processes</description>
  655. <syntax>ServerLimit <var>number</var></syntax>
  656. <default>See usage for details</default>
  657. <contextlist><context>server config</context></contextlist>
  658. <modulelist><module>leader</module><module>perchild</module>
  659. <module>prefork</module><module>threadpool</module><module>worker</module>
  660. </modulelist>
  661.  
  662. <usage>
  663.     <p>For the <module>prefork</module> MPM, this directive sets the
  664.     maximum configured value for <directive
  665.     module="mpm_common">MaxClients</directive> for the lifetime of the
  666.     Apache process.  For the <module>worker</module> MPM, this directive
  667.     in combination with <directive
  668.     module="mpm_common">ThreadLimit</directive> sets
  669.     the maximum configured value for <directive
  670.     module="mpm_common">MaxClients</directive> for the lifetime of the
  671.     Apache process.  Any attempts to change this directive during a
  672.     restart will be ignored, but <directive
  673.     module="mpm_common">MaxClients</directive> can be modified during
  674.     a restart.</p>
  675.  
  676.     <p>Special care must be taken when using this directive.  If
  677.     <directive>ServerLimit</directive> is set to a value much higher
  678.     than necessary, extra, unused shared memory will be allocated.  If
  679.     both <directive>ServerLimit</directive> and <directive
  680.     module="mpm_common">MaxClients</directive> are set to values
  681.     higher than the system can handle, Apache may not start or the
  682.     system may become unstable.</p>
  683.  
  684.     <p>With the <module>prefork</module> MPM, use this directive only
  685.     if you need to set <directive
  686.     module="mpm_common">MaxClients</directive> higher than 256 (default).
  687.     Do not set the value of this directive any higher than what you
  688.     might want to set <directive
  689.     module="mpm_common">MaxClients</directive> to.</p>
  690.  
  691.     <p>With <module>worker</module>, <module>leader</module> and
  692.     <module>threadpool</module> use this directive only
  693.     if your <directive module="mpm_common">MaxClients</directive> and
  694.     <directive module="mpm_common">ThreadsPerChild</directive>
  695.     settings require more than 16 server processes (default). Do not set
  696.     the value of this directive any higher than the number of server
  697.     processes required by what you may want for <directive
  698.     module="mpm_common">MaxClients </directive> and <directive
  699.     module="mpm_common">ThreadsPerChild</directive>.</p>
  700.  
  701.     <p>With the <module>perchild</module> MPM, use this directive only
  702.     if you need to set <directive
  703.     module="perchild">NumServers</directive> higher than 8 (default).</p>
  704.  
  705.     <note><title>Note</title>
  706.       <p>There is a hard limit of <code>ServerLimit 20000</code> compiled
  707.       into the server. This is intended to avoid nasty effects caused by
  708.       typos.</p>
  709.     </note>
  710. </usage>
  711. <seealso><a href="../stopping.html">Stopping and Restarting Apache</a></seealso>
  712. </directivesynopsis>
  713.  
  714. <directivesynopsis>
  715. <name>StartServers</name>
  716. <description>Number of child server processes created at startup</description>
  717. <syntax>StartServers <var>number</var></syntax>
  718. <default>See usage for details</default>
  719. <contextlist><context>server config</context></contextlist>
  720. <modulelist><module>leader</module><module>mpmt_os2</module>
  721. <module>prefork</module><module>threadpool</module><module>worker</module>
  722. </modulelist>
  723.  
  724. <usage>
  725.     <p>The <directive>StartServers</directive> directive sets the
  726.     number of child server processes created on startup. As the number
  727.     of processes is dynamically controlled depending on the load,
  728.     there is usually little reason to adjust this parameter.</p>
  729.  
  730.     <p>The default value differs from MPM to MPM. For
  731.     <module>leader</module>, <module>threadpool</module> and
  732.     <module>worker</module> the default is <code>StartServers 3</code>.
  733.     For <module>prefork</module> defaults to <code>5</code> and for
  734.     <module>mpmt_os2</module> to <code>2</code>.</p>
  735. </usage>
  736. </directivesynopsis>
  737.  
  738. <directivesynopsis>
  739. <name>StartThreads</name>
  740. <description>Number of threads created on startup</description>
  741. <syntax>StartThreads <var>number</var></syntax>
  742. <default>See usage for details</default>
  743. <contextlist><context>server config</context></contextlist>
  744. <modulelist><module>beos</module><module>mpm_netware</module>
  745. <module>perchild</module></modulelist>
  746.  
  747. <usage>
  748.     <p>Number of threads created on startup. As the
  749.     number of threads is dynamically controlled depending on the
  750.     load, there is usually little reason to adjust this
  751.     parameter.</p>
  752.  
  753.     <p>For <module>perchild</module> the default is <code>StartThreads
  754.     5</code> and this directive tracks the number of threads per
  755.     process at startup.</p>
  756.  
  757.     <p>For <module>mpm_netware</module> the default is
  758.     <code>StartThreads 50</code> and, since there is only a single
  759.     process, this is the total number of threads created at startup to
  760.     serve requests.</p>
  761.  
  762.     <p>For <module>beos</module> the default is <code>StartThreads
  763.     10</code>. It also reflects the total number of threads created
  764.     at startup to serve requests.</p>
  765. </usage>
  766. </directivesynopsis>
  767.  
  768. <directivesynopsis>
  769. <name>ThreadLimit</name>
  770. <description>Sets the upper limit on the configurable number of threads
  771. per child process</description>
  772. <syntax>ThreadLimit <var>number</var></syntax>
  773. <default>See usage for details</default>
  774. <contextlist><context>server config</context></contextlist>
  775. <modulelist><module>leader</module><module>mpm_winnt</module>
  776. <module>perchild</module><module>threadpool</module><module>worker</module>
  777. </modulelist>
  778. <compatibility>Available for <module>mpm_winnt</module> in Apache 2.0.41
  779. and later</compatibility>
  780.  
  781. <usage>
  782.     <p>This directive sets the maximum configured value for <directive
  783.     module="mpm_common">ThreadsPerChild</directive> for the lifetime
  784.     of the Apache process.  Any attempts to change this directive
  785.     during a restart will be ignored, but <directive
  786.     module="mpm_common">ThreadsPerChild</directive> can be modified
  787.     during a restart up to the value of this directive.</p>
  788.  
  789.     <p>Special care must be taken when using this directive.  If
  790.     <directive>ThreadLimit</directive> is set to a value much higher
  791.     than <directive module="mpm_common">ThreadsPerChild</directive>,
  792.     extra unused shared memory will be allocated.  If both
  793.     <directive>ThreadLimit</directive> and <directive
  794.     module="mpm_common">ThreadsPerChild</directive> are set to values
  795.     higher than the system can handle, Apache may not start or the
  796.     system may become unstable. Do not set the value of this directive
  797.     any higher than your greatest predicted setting of <directive
  798.     module="mpm_common">ThreadsPerChild</directive> for the
  799.     current run of Apache.</p>
  800.  
  801.     <p>The default value for <directive>ThreadLimit</directive> is
  802.     <code>1920</code> when used with <module>mpm_winnt</module> and
  803.     <code>64</code> when used with the others.</p>
  804.  
  805.     <note><title>Note</title>
  806.       <p>There is a hard limit of <code>ThreadLimit 20000</code> (or
  807.       <code>ThreadLimit 15000</code> with <module>mpm_winnt</module>)
  808.       compiled into the server. This is intended to avoid nasty effects
  809.       caused by typos.</p>
  810.     </note>
  811. </usage>
  812. </directivesynopsis>
  813.  
  814. <directivesynopsis>
  815. <name>ThreadsPerChild</name>
  816. <description>Number of threads created by each child process</description>
  817. <syntax>ThreadsPerChild <var>number</var></syntax>
  818. <default>See usage for details</default>
  819. <contextlist><context>server config</context></contextlist>
  820. <modulelist><module>leader</module><module>mpm_winnt</module>
  821. <module>threadpool</module><module>worker</module></modulelist>
  822.  
  823. <usage>
  824.     <p>This directive sets the number of threads created by each
  825.     child process. The child creates these threads at startup and
  826.     never creates more. If using an MPM like <module>mpm_winnt</module>,
  827.     where there is only one child process, this number should be high
  828.     enough to handle the entire load of the server. If using an MPM
  829.     like <module>worker</module>, where there are multiple child processes,
  830.     the <em>total</em> number of threads should be high enough to handle
  831.     the common load on the server.</p>
  832.  
  833.     <p>The default value for <directive>ThreadsPerChild</directive> is
  834.     <code>64</code> when used with <module>mpm_winnt</module> and
  835.     <code>25</code> when used with the others.</p>
  836. </usage>
  837. </directivesynopsis>
  838.  
  839. <directivesynopsis>
  840. <name>User</name>
  841. <description>The userid under which the server will answer
  842. requests</description>
  843. <syntax>User <var>unix-userid</var></syntax>
  844. <default>User #-1</default>
  845. <contextlist><context>server config</context></contextlist>
  846. <modulelist><module>leader</module><module>perchild</module>
  847. <module>prefork</module><module>threadpool</module><module>worker</module>
  848. </modulelist>
  849. <compatibility>Only valid in global server config since Apache
  850. 2.0</compatibility>
  851.  
  852. <usage>
  853.     <p>The <directive>User</directive> directive sets the user ID as
  854.     which the server will answer requests. In order to use this
  855.     directive, the server must be run initially as <code>root</code>.
  856.     If you start the server as a non-root user, it will fail to change
  857.     to the lesser privileged user, and will instead continue to run as
  858.     that original user. If you do start the server as <code>root</code>,
  859.     then it is normal for the parent process to remain running as root.
  860.     <var>Unix-userid</var> is one of:</p>
  861.  
  862.     <dl>
  863.       <dt>A username</dt>
  864.       <dd>Refers to the given user by name.</dd>
  865.  
  866.       <dt># followed by a user number.</dt>
  867.       <dd>Refers to a user by its number.</dd>
  868.     </dl>
  869.  
  870.     <p>The user should have no privileges that result in it being
  871.     able to access files that are not intended to be visible to the
  872.     outside world, and similarly, the user should not be able to
  873.     execute code that is not meant for HTTP requests. It is
  874.     recommended that you set up a new user and group specifically for
  875.     running the server. Some admins use user <code>nobody</code>, but
  876.     this is not always desirable, since the <code>nobody</code> user
  877.     can have other uses on the system.</p>
  878.  
  879.     <note type="warning"><title>Security</title>
  880.       <p>Don't set <directive>User</directive> (or <directive
  881.       module="mpm_common">Group</directive>) to <code>root</code> unless
  882.       you know exactly what you are doing, and what the dangers are.</p>
  883.     </note>
  884.  
  885.     <p>With the <module>perchild</module> MPM, which is intended to
  886.     server virtual hosts run under different user IDs, the
  887.     <directive>User</directive> directive defines the user ID for the
  888.     main server and the fallback for <directive type="section"
  889.     module="core">VirtualHost</directive> sections without an
  890.     <directive module="perchild">AssignUserID</directive> directive.</p>
  891.  
  892.     <p>Special note: Use of this directive in <directive module="core"
  893.     type="section">VirtualHost</directive> is no longer supported. To
  894.     configure your server for <a href="../suexec.html">suexec</a> use
  895.     <directive module="mod_suexec">SuexecUserGroup</directive>.</p>
  896.  
  897.     <note><title>Note</title>
  898.       <p>Although the <directive>User</directive> directive is present
  899.       in the <module>beos</module> and <module>mpmt_os2</module> MPMs,
  900.       it is actually a no-op there and only exists for compatibility
  901.       reasons.</p>
  902.     </note>
  903. </usage>
  904. </directivesynopsis>
  905.  
  906. </modulesynopsis>
  907.