You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yo...@apache.org on 2002/07/26 10:02:14 UTC

cvs commit: httpd-2.0/docs/manual/mod core.html.en mpm_common.html.ja.jis mpm_common.xml.ja

yoshiki     2002/07/26 01:02:14

  Modified:    docs/manual/mod core.html.en mpm_common.html.ja.jis
                        mpm_common.xml.ja
  Log:
  Update Japanese translations.
  
  Revision  Changes    Path
  1.14      +30 -30    httpd-2.0/docs/manual/mod/core.html.en
  
  Index: core.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/core.html.en,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- core.html.en	22 Jul 2002 17:31:00 -0000	1.13
  +++ core.html.en	26 Jul 2002 08:02:14 -0000	1.14
  @@ -117,41 +117,41 @@
   
         <dd>
   
  -      Allow use of the authorization directives (<a href="mod_auth_dbm.html#authdbmgroupfile" class="directive"><code class="directive">AuthDBMGroupFile</code></a>,
  -      <a href="mod_auth_dbm.html#authdbmuserfile" class="directive"><code class="directive">AuthDBMUserFile</code></a>,
  -      <a href="mod_auth.html#authgroupfile" class="directive"><code class="directive">AuthGroupFile</code></a>,
  +      Allow use of the authorization directives (<a href="../mod/mod_auth_dbm.html#authdbmgroupfile" class="directive"><code class="directive">AuthDBMGroupFile</code></a>,
  +      <a href="../mod/mod_auth_dbm.html#authdbmuserfile" class="directive"><code class="directive">AuthDBMUserFile</code></a>,
  +      <a href="../mod/mod_auth.html#authgroupfile" class="directive"><code class="directive">AuthGroupFile</code></a>,
         <a href="#authname" class="directive"><code class="directive">AuthName</code></a>, 
  -      <a href="#authtype" class="directive"><code class="directive">AuthType</code></a>, <a href="mod_auth.html#authuserfile" class="directive"><code class="directive">AuthUserFile</code></a>, <a href="#require" class="directive"><code class="directive">Require</code></a>, <em>etc.</em>).</dd>
  +      <a href="#authtype" class="directive"><code class="directive">AuthType</code></a>, <a href="../mod/mod_auth.html#authuserfile" class="directive"><code class="directive">AuthUserFile</code></a>, <a href="#require" class="directive"><code class="directive">Require</code></a>, <em>etc.</em>).</dd>
   
         <dt>FileInfo</dt>
   
         <dd>
  -      Allow use of the directives controlling document types (<a href="#defaulttype" class="directive"><code class="directive">DefaultType</code></a>, <a href="#errordocument" class="directive"><code class="directive">ErrorDocument</code></a>, <a href="#forcetype" class="directive"><code class="directive">ForceType</code></a>, <a href="mod_negotiation.html#languagepriority" class="directive"><code class="directive">LanguagePriority</code></a>,
  +      Allow use of the directives controlling document types (<a href="#defaulttype" class="directive"><code class="directive">DefaultType</code></a>, <a href="#errordocument" class="directive"><code class="directive">ErrorDocument</code></a>, <a href="#forcetype" class="directive"><code class="directive">ForceType</code></a>, <a href="../mod/mod_negotiation.html#languagepriority" class="directive"><code class="directive">LanguagePriority</code></a>,
         <a href="#sethandler" class="directive"><code class="directive">SetHandler</code></a>, <a href="#setinputfilter" class="directive"><code class="directive">SetInputFilter</code></a>, <a href="#setoutputfilter" class="directive"><code class="directive">SetOutputFilter</code></a>, and 
  -      <code><a href="mod_mime.html">mod_mime</a></code> Add* and Remove*
  +      <code><a href="../mod/mod_mime.html">mod_mime</a></code> Add* and Remove*
         directives, <em>etc.</em>).</dd>
   
         <dt>Indexes</dt>
   
         <dd>
         Allow use of the directives controlling directory indexing
  -      (<a href="mod_autoindex.html#adddescription" class="directive"><code class="directive">AddDescription</code></a>,
  -      <a href="mod_autoindex.html#addicon" class="directive"><code class="directive">AddIcon</code></a>, <a href="mod_autoindex.html#addiconbyencoding" class="directive"><code class="directive">AddIconByEncoding</code></a>,
  -      <a href="mod_autoindex.html#addiconbytype" class="directive"><code class="directive">AddIconByType</code></a>,
  -      <a href="mod_autoindex.html#defaulticon" class="directive"><code class="directive">DefaultIcon</code></a>, <a href="mod_dir.html#directoryindex" class="directive"><code class="directive">DirectoryIndex</code></a>, <a href="mod_autoindex.html#fancyindexing" class="directive"><code class="directive">FancyIndexing</code></a>, <a href="mod_autoindex.html#headername" class="directive"><code class="directive">HeaderName</code></a>, <a href="mod_autoindex.html#indexignore" class="directive"><code class="directive">IndexIgnore</code></a>, <a href="mod_autoindex.html#indexoptions" class="directive"><code class="directive">IndexOptions</code></a>, <a href="mod_autoindex.html#readmename" class="directive"><code class="directive">ReadmeName</code></a>,
  +      (<a href="../mod/mod_autoindex.html#adddescription" class="directive"><code class="directive">AddDescription</code></a>,
  +      <a href="../mod/mod_autoindex.html#addicon" class="directive"><code class="directive">AddIcon</code></a>, <a href="../mod/mod_autoindex.html#addiconbyencoding" class="directive"><code class="directive">AddIconByEncoding</code></a>,
  +      <a href="../mod/mod_autoindex.html#addiconbytype" class="directive"><code class="directive">AddIconByType</code></a>,
  +      <a href="../mod/mod_autoindex.html#defaulticon" class="directive"><code class="directive">DefaultIcon</code></a>, <a href="../mod/mod_dir.html#directoryindex" class="directive"><code class="directive">DirectoryIndex</code></a>, <a href="../mod/mod_autoindex.html#fancyindexing" class="directive"><code class="directive">FancyIndexing</code></a>, <a href="../mod/mod_autoindex.html#headername" class="directive"><code class="directive">HeaderName</code></a>, <a href="../mod/mod_autoindex.html#indexignore" class="directive"><code class="directive">IndexIgnore</code></a>, <a href="../mod/mod_autoindex.html#indexoptions" class="directive"><code class="directive">IndexOptions</code></a>, <a href="../mod/mod_autoindex.html#readmename" class="directive"><code class="directive">ReadmeName</code></a>,
         <em>etc.</em>).</dd>
   
         <dt>Limit</dt>
   
         <dd>
  -      Allow use of the directives controlling host access (<a href="mod_access.html#allow" class="directive"><code class="directive">Allow</code></a>, <a href="mod_access.html#deny" class="directive"><code class="directive">Deny</code></a> and <a href="mod_access.html#order" class="directive"><code class="directive">Order</code></a>).</dd>
  +      Allow use of the directives controlling host access (<a href="../mod/mod_access.html#allow" class="directive"><code class="directive">Allow</code></a>, <a href="../mod/mod_access.html#deny" class="directive"><code class="directive">Deny</code></a> and <a href="../mod/mod_access.html#order" class="directive"><code class="directive">Order</code></a>).</dd>
   
         <dt>Options</dt>
   
         <dd>
         Allow use of the directives controlling specific directory
         features (<a href="#options" class="directive"><code class="directive">Options</code></a> and
  -      <a href="mod_include.html#xbithack" class="directive"><code class="directive">XBitHack</code></a>).</dd>
  +      <a href="../mod/mod_include.html#xbithack" class="directive"><code class="directive">XBitHack</code></a>).</dd>
       </dl>
   
       <p>Example:</p>
  @@ -165,8 +165,8 @@
       <code class="directive">AuthName</code> takes a single argument; if the
       realm name contains spaces, it must be enclosed in quotation
       marks.  It must be accompanied by <a href="#authtype" class="directive"><code class="directive">AuthType</code></a> and <a href="#require" class="directive"><code class="directive">Require</code></a> directives, and directives such
  -    as <a href="mod_auth.html#authuserfile" class="directive"><code class="directive">AuthUserFile</code></a> and
  -    <a href="mod_auth.html#authgroupfile" class="directive"><code class="directive">AuthGroupFile</code></a> to
  +    as <a href="../mod/mod_auth.html#authuserfile" class="directive"><code class="directive">AuthUserFile</code></a> and
  +    <a href="../mod/mod_auth.html#authgroupfile" class="directive"><code class="directive">AuthGroupFile</code></a> to
       work.</p>
   
      <p>For example:</p>
  @@ -182,8 +182,8 @@
       currently implemented. 
   
        It must be accompanied by <a href="#authname" class="directive"><code class="directive">AuthName</code></a> and <a href="#require" class="directive"><code class="directive">Require</code></a> directives, and directives such
  -     as <a href="mod_auth.html#authuserfile" class="directive"><code class="directive">AuthUserFile</code></a> and
  -     <a href="mod_auth.html#authgroupfile" class="directive"><code class="directive">AuthGroupFile</code></a> to
  +     as <a href="../mod/mod_auth.html#authuserfile" class="directive"><code class="directive">AuthUserFile</code></a> and
  +     <a href="../mod/mod_auth.html#authgroupfile" class="directive"><code class="directive">AuthGroupFile</code></a> to
        work.</p>
   <p><strong>See also </strong></p><ul><li><a href="../howto/auth.html">Authentication, Authorization,
   and Access Control</a></li></ul><hr/><h2><a name="CGIMapExtension">CGIMapExtension</a> <a name="cgimapextension">Directive</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>Description: </strong></td><td>Technique for locating the interpreter for CGI 
  @@ -385,7 +385,7 @@
       memory-mapping if it needs to read the contents of a file during
       delivery.  By default, when the handling of a request requires
       access to the data within a file-- for example, when delivering a
  -    server-parsed file using <code><a href="mod_include.html">mod_include</a></code>-- Apache
  +    server-parsed file using <code><a href="../mod/mod_include.html">mod_include</a></code>-- Apache
       memory-maps the file if the OS supports it.
       </p>
       <p>
  @@ -608,7 +608,7 @@
       address. (In "tcpwrappers" terminology this is called
       <code>PARANOID</code>.)</p>
   
  -    <p>Regardless of the setting, when <code><a href="mod_access.html">mod_access</a></code> is
  +    <p>Regardless of the setting, when <code><a href="../mod/mod_access.html">mod_access</a></code> is
       used for controlling access by hostname, a double reverse lookup
       will be performed.  This is necessary for security. Note that the
       result of this double-reverse isn't generally available unless you
  @@ -708,7 +708,7 @@
       <p>In the former case, the directives between the start and end
       markers are only processed if the module named <em>module
       name</em> is included in Apache -- either compiled in or
  -    dynamically loaded using <a href="mod_so.html#loadmodule" class="directive"><code class="directive">LoadModule</code></a>. The second format
  +    dynamically loaded using <a href="../mod/mod_so.html#loadmodule" class="directive"><code class="directive">LoadModule</code></a>. The second format
       reverses the test, and only processes the directives if <em>module
       name</em> is <strong>not</strong> included.</p>
   
  @@ -1368,8 +1368,8 @@
   
       <p><code class="directive">Require</code> must be accompanied by
       <a href="#authname" class="directive"><code class="directive">AuthName</code></a> and <a href="#authtype" class="directive"><code class="directive">AuthType</code></a> directives, and directives such
  -    as <a href="mod_auth.html#authuserfile" class="directive"><code class="directive">AuthUserFile</code></a>
  -    and <a href="mod_auth.html#authgroupfile" class="directive"><code class="directive">AuthGroupFile</code></a> (to
  +    as <a href="../mod/mod_auth.html#authuserfile" class="directive"><code class="directive">AuthUserFile</code></a>
  +    and <a href="../mod/mod_auth.html#authgroupfile" class="directive"><code class="directive">AuthGroupFile</code></a> (to
       define users and groups) in order to work correctly. Example:</p>
   
   <blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><code>
  @@ -1387,7 +1387,7 @@
       place the <code class="directive">Require</code> statement into a
       <a href="#limit" class="directive"><code class="directive">&lt;Limit&gt;</code></a>
       section.</p>
  -<p><strong>See also </strong></p><ul><li><a href="#satisfy" class="directive"><code class="directive">Satisfy</code></a></li><li><code><a href="mod_access.html">mod_access</a></code></li></ul><hr/><h2><a name="RLimitCPU">RLimitCPU</a> <a name="rlimitcpu">Directive</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>Description: </strong></td><td>Limits the CPU consumption of processes launched
  +<p><strong>See also </strong></p><ul><li><a href="#satisfy" class="directive"><code class="directive">Satisfy</code></a></li><li><code><a href="../mod/mod_access.html">mod_access</a></code></li></ul><hr/><h2><a name="RLimitCPU">RLimitCPU</a> <a name="rlimitcpu">Directive</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>Description: </strong></td><td>Limits the CPU consumption of processes launched
   by Apache children</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">Syntax:</a></td><td>RLimitCPU <em>number</em>|max [<em>number</em>|max]</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">Default:</a></td><td><code>Unset; uses operating system defaults</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">Context:</a></td><td>server config, virtual host</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">Status:</a></td><td>Core</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">Module:</a></td><td>core</td></tr></table></td></tr></table>
       <p>Takes 1 or 2 parameters. The first parameter sets the soft
       resource limit for all processes and the second parameter sets
  @@ -1475,7 +1475,7 @@
       Satisfy any
       </code></td></tr></table></blockquote>
      
  -<p><strong>See also </strong></p><ul><li><a href="mod_access.html#allow" class="directive"><code class="directive">Allow</code></a></li><li><a href="#require" class="directive"><code class="directive">Require</code></a></li></ul><hr/><h2><a name="ScriptInterpreterSource">ScriptInterpreterSource</a> <a name="scriptinterpretersource">Directive</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>Description: </strong></td><td>Technique for locating the interpreter for CGI 
  +<p><strong>See also </strong></p><ul><li><a href="../mod/mod_access.html#allow" class="directive"><code class="directive">Allow</code></a></li><li><a href="#require" class="directive"><code class="directive">Require</code></a></li></ul><hr/><h2><a name="ScriptInterpreterSource">ScriptInterpreterSource</a> <a name="scriptinterpretersource">Directive</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>Description: </strong></td><td>Technique for locating the interpreter for CGI 
   scripts</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">Syntax:</a></td><td>ScriptInterpreterSource registry|script</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">Default:</a></td><td><code>ScriptInterpreterSource script</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">Context:</a></td><td>directory, .htaccess</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Override" class="help">Override:</a></td><td>FileInfo</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">Status:</a></td><td>Core</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">Module:</a></td><td>core</td></tr><tr><td nowrap="nowrap" align="left" valign="top"><a href="directive-dict.html#Compatibility" class="help">Compatibility:</a></td><td>Win32 only</td></tr></table></td></tr></table>
       <p>This directive is used to control how Apache finds the
       interpreter used to run CGI scripts. The default technique is to
  @@ -1537,7 +1537,7 @@
       <p>See the description of the
       <a href="#usecanonicalname" class="directive"><code class="directive">UseCanonicalName</code></a> directive for
       settings which determine whether self-referential URL's (e.g., by the
  -    <code><a href="mod_dir.html">mod_dir</a></code> module) will refer to the
  +    <code><a href="../mod/mod_dir.html">mod_dir</a></code> module) will refer to the
       specified port, or to the port number given in the client's request.
       </p>
   <p><strong>See also </strong></p><ul><li><a href="../dns-caveats.html">DNS Issues</a></li><li><a href="../vhosts/">Apache virtual host
  @@ -1629,13 +1629,13 @@
       &lt;/Location&gt;
   </code></td></tr></table></blockquote>
   
  -<p><strong>See also </strong></p><ul><li><a href="mod_mime.html#addhandler" class="directive"><code class="directive">AddHandler</code></a></li></ul><hr/><h2><a name="SetInputFilter">SetInputFilter</a> <a name="setinputfilter">Directive</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>Description: </strong></td><td>Sets the filters that will process client requests and POST
  +<p><strong>See also </strong></p><ul><li><a href="../mod/mod_mime.html#addhandler" class="directive"><code class="directive">AddHandler</code></a></li></ul><hr/><h2><a name="SetInputFilter">SetInputFilter</a> <a name="setinputfilter">Directive</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>Description: </strong></td><td>Sets the filters that will process client requests and POST
   input</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">Syntax:</a></td><td>SetInputFilter <em>filter</em>[<em>;filter</em>...]</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">Context:</a></td><td>server config, virtual host, directory, .htaccess</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Override" class="help">Override:</a></td><td>FileInfo</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">Status:</a></td><td>Core</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">Module:</a></td><td>core</td></tr></table></td></tr></table>
       <p>The <code class="directive">SetInputFilter</code> directive sets the
       filter or filters which will process client requests and POST
       input when they are received by the server. This is in addition to
       any filters defined elsewhere, including the
  -    <a href="mod_mime.html#addinputfilter" class="directive"><code class="directive">AddInputFilter</code></a>
  +    <a href="../mod/mod_mime.html#addinputfilter" class="directive"><code class="directive">AddInputFilter</code></a>
       directive.</p>
   
       <p>If more than one filter is specified, they must be separated
  @@ -1647,7 +1647,7 @@
       which will process responses from the server before they are
       sent to the client. This is in addition to any filters defined
       elsewhere, including the
  -    <a href="mod_mime.html#addoutputfilter" class="directive"><code class="directive">AddOutputFilter</code></a>
  +    <a href="../mod/mod_mime.html#addoutputfilter" class="directive"><code class="directive">AddOutputFilter</code></a>
       directive.</p>
   
       <p>For example, the following configuration will process all files
  @@ -1730,7 +1730,7 @@
       they want as a hostname. But if the CGI is only using
       <code>SERVER_NAME</code> to construct self-referential URLs
       then it should be just fine.</p>
  -<p><strong>See also </strong></p><ul><li><a href="#servername" class="directive"><code class="directive">ServerName</code></a></li><li><a href="mpm_common.html#listen" class="directive"><code class="directive">Listen</code></a></li></ul><hr/><h2><a name="VirtualHost">&lt;VirtualHost&gt;</a> <a name="virtualhost">Directive</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>Description: </strong></td><td>Contains directives that apply only to a specific
  +<p><strong>See also </strong></p><ul><li><a href="#servername" class="directive"><code class="directive">ServerName</code></a></li><li><a href="../mod/mpm_common.html#listen" class="directive"><code class="directive">Listen</code></a></li></ul><hr/><h2><a name="VirtualHost">&lt;VirtualHost&gt;</a> <a name="virtualhost">Directive</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>Description: </strong></td><td>Contains directives that apply only to a specific
   hostname or IP address</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">Syntax:</a></td><td>&lt;VirtualHost
       <em>addr</em>[:<em>port</em>] [<em>addr</em>[:<em>port</em>]]
       ...&gt; ... &lt;/VirtualHost&gt;</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">Context:</a></td><td>server config</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">Status:</a></td><td>Core</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">Module:</a></td><td>core</td></tr></table></td></tr></table>
  @@ -1803,7 +1803,7 @@
   
       <p>You can specify a <code>:port</code> to change the port that is
       matched. If unspecified then it defaults to the same port as the
  -    most recent <a href="mpm_common.html#listen" class="directive"><code class="directive">Listen</code></a>
  +    most recent <a href="../mod/mpm_common.html#listen" class="directive"><code class="directive">Listen</code></a>
       statement of the main server. You may also specify <code>:*</code>
       to match all ports on that address. (This is recommended when used
       with <code>_default_</code>.)</p>
  @@ -1815,7 +1815,7 @@
   
       <p><strong>NOTE</strong>: The use of <code class="directive">&lt;VirtualHost&gt;</code> does <strong>not</strong>
       affect what addresses Apache listens on.  You may need to ensure
  -    that Apache is listening on the correct addresses using <a href="mpm_common.html#listen" class="directive"><code class="directive">Listen</code></a>.</p>
  +    that Apache is listening on the correct addresses using <a href="../mod/mpm_common.html#listen" class="directive"><code class="directive">Listen</code></a>.</p>
   <p><strong>See also </strong></p><ul><li><a href="../vhosts/">Apache Virtual Host documentation</a></li><li><a href="../dns-caveats.html">Warnings about DNS and
       Apache</a></li><li><a href="../bind.html">Setting
       which addresses and ports Apache uses</a></li><li><a href="../sections.html">How
  
  
  
  1.2       +44 -44    httpd-2.0/docs/manual/mod/mpm_common.html.ja.jis
  
  Index: mpm_common.html.ja.jis
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mpm_common.html.ja.jis,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mpm_common.html.ja.jis	11 Jul 2002 07:16:41 -0000	1.1
  +++ mpm_common.html.ja.jis	26 Jul 2002 08:02:14 -0000	1.2
  @@ -4,15 +4,15 @@
             XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
           --><title>mpm_common- Apache HTTP Server</title><link href="../style/manual.css" type="text/css" rel="stylesheet"/></head><body><blockquote><div align="center"><img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]"/><h3>Apache HTTP Server Version 2.0</h3></div><h1 align="center">Apache $B%b%8%e!<%k(B mpm_common</h1><table cellspacing="1" cellpadding="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap" valign="top"><span class="help">$B@bL@(B:</span></td><td>$BFs$D0J>e$N%^%k%A%W%m%;%C%7%s%0%b%8%e(B$B!<%k(B (MPM)
   $B$G<BAu$5$l$F$$$k%G%#%l%/%F%#%V$N%3%l%/%7%g%s(B</td></tr><tr><td nowrap="nowrap"><a href="module-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr></table></td></tr></table><h2>$B%G%#%l%/%F%#%V(B</h2><ul><li><a href="#coredumpdirectory">CoreDumpDirectory</a></li><li><a href="#group">Group</a></li><li><a href="#listen">Listen</a></li><li><a href="#listenbacklog">ListenBackLog</a></li><li><a href="#lockfile">LockFile</a></li><li><a href="#maxclients">MaxClients</a></li><li><a href="#maxrequestsperchild">MaxRequestsPerChild</a></li><li><a href="#maxsparethreads">MaxSpareThreads</a></li><li><a href="#maxthreadsperchild">MaxThreadsPerChild</a></li><li><a href="#minsparethreads">MinSpareThreads</a></li><li><a href="#numservers">NumServers</a></li><li><a href="#pidfile">PidFile</a></li><li><a href="#scoreboardfile">ScoreBoardFile</a></li><li><a href="#sendbuffersize">SendBufferSize</a></li><li><a href="#serverlimit">ServerLimit</a></li><li><a href="#startservers">StartServers</a></li><li><a href="#startthreads">StartThreads</a></li><li><a href="#threadlimit">ThreadLimit</a></li><li><a href="#threadsperchild">ThreadsPerChild</a></li><li><a href="#user">User</a></li></ul><hr/><h2><a name="CoreDumpDirectory">CoreDumpDirectory</a> <a name="coredumpdirectory">$B%G%#%l%/%F%#%V(B</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>$B@bL@(B: </strong></td><td>Apache $B$,(B$B%3%"%@%s%W$9$kA0$K0\F0$r;n$_$k%G%#%l%/%H%j(B
  -</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>CoreDumpDirectory <em>directory</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">$B%G%U%)%k%H(B:</a></td><td><code>$B%G%U%)%k%H$N@_Dj$O@bL@J8$rFI$s$G$/$@$5$$(B</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="worker.html">worker</a></code>, <code><a href="perchild.html">perchild</a></code>, <code><a href="prefork.html">prefork</a></code>, <code><a href="mpm_winnt.html">mpm_winnt</a></code></td></tr></table></td></tr></table>
  +</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>CoreDumpDirectory <em>directory</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">$B%G%U%)%k%H(B:</a></td><td><code>$B%G%U%)%k%H$N@_Dj$O@bL@J8$rFI$s$G$/$@$5$$(B</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="../mod/worker.html">worker</a></code>, <code><a href="../mod/perchild.html">perchild</a></code>, <code><a href="../mod/prefork.html">prefork</a></code>, <code><a href="../mod/mpm_winnt.html">mpm_winnt</a></code></td></tr></table></td></tr></table>
   
       <p>Apache $B$,%3%"%@%s%W$9$kA0$K0\F0$r;n$_$k%G%#%l%/%H%j$r@)8f$7$^$9!#(B
  -    $B%G%U%)%k%HCM$O(B <a href="core.html#serverroot" class="directive"><code class="directive">ServerRoot</code></a>
  +    $B%G%U%)%k%HCM$O(B <a href="../mod/core.html#serverroot" class="directive"><code class="directive">ServerRoot</code></a>
       $B%G%#%l%/%H%j$G$9$,!"$3$N%G%#%l%/%H%j$O%5!<%P$N<B9T$5$l$F$$$k%f!<%68"8B$G(B
       $B=q$-9~$_2DG=$G$"$k$Y$-$G$O$J$$$N$G!"DL>o$O%3%"%@%s%W$O=q$-9~$^$l$^$;$s!#(B
       $B%G%P%C%0$N$?$a$K%3%"%@%s%W$,I,MW$G$"$l$P(B$B!"(B
       $B$3$N%G%#%l%/%F%#%V$r;H$C$FB>$N0LCV$K%3%"%@%s%W$r=q$-=P$9$h$&$K$G$-$^$9!#(B</p>
  -<hr/><h2><a name="Group">Group</a> <a name="group">$B%G%#%l%/%F%#%V(B</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>$B@bL@(B: </strong></td><td>$B%j%/%(%9%H$K1~Ez$9$k:]$K=jB0$9$k%0%k!<%W(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>Group <em>unix-group</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">$B%G%U%)%k%H(B:</a></td><td><code>Group #-1</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B, $B%P!<%A%c%k%[%9%H(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="worker.html">worker</a></code>, <code><a href="perchild.html">perchild</a></code>, <code><a href="prefork.html">prefork</a></code></td></tr></table></td></tr></table>
  +<hr/><h2><a name="Group">Group</a> <a name="group">$B%G%#%l%/%F%#%V(B</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>$B@bL@(B: </strong></td><td>$B%j%/%(%9%H$K1~Ez$9$k:]$K=jB0$9$k%0%k!<%W(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>Group <em>unix-group</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">$B%G%U%)%k%H(B:</a></td><td><code>Group #-1</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B, $B%P!<%A%c%k%[%9%H(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="../mod/worker.html">worker</a></code>, <code><a href="../mod/perchild.html">perchild</a></code>, <code><a href="../mod/prefork.html">prefork</a></code></td></tr></table></td></tr></table>
       <p><code class="directive">Group</code> $B%G%#%l%/%F%#%V$G!"(B
       $B%j%/%(%9%H$K1~Ez$9$k:]$K=jB0$7$F$*$/%0%k!<%W$r@_Dj$7$^$9!#(B
       $B$3$N%G%#%l%/%F%#%V$r;HMQ$9$k$?$a$K$O!"%9%?%s%I%"%m%s7?$N(B
  @@ -39,12 +39,12 @@
       <p>$BFC5-;v9`(B: $B$3$N%G%#%l%/%F%#%V$r(B &lt;VirtualHost&gt;
       $B$G;HMQ$9$k$3$H$O%5%]!<%H$5$l$J$/$J$j(B$B$^$7$?!#(BApache 2.0 $B$G(B
       <a href="../suexec.html">suEXEC $B%i%C%Q!<(B</a>$B$r<B8=$7$?$$>l9g$O!"(B
  -    <a href="mod_suexec.html#suexecusergroup" class="directive"><code class="directive">SuexecUserGroup</code></a>
  +    <a href="../mod/mod_suexec.html#suexecusergroup" class="directive"><code class="directive">SuexecUserGroup</code></a>
       $B$r;HMQ$7$F$/$@$5$$!#(B
       $B%;%-%e%j%F%#(B: $B%;%-%e%j%F%#>e$NCm0UE@$K4X$7$F$O!"(B
       <a href="#user" class="directive"><code class="directive">User</code></a>
       $B$r$4Mw2<$5$$!#(B</p>
  -<hr/><h2><a name="Listen">Listen</a> <a name="listen">$B%G%#%l%/%F%#%V(B</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>$B@bL@(B: </strong></td><td>$B%5!<%P$,(B listen $B$9$k(BIP $B%"%I%l%9$H%]!<%HHV9f(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>Listen [<em>IP-address</em>:]<em>portnumber</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="worker.html">worker</a></code>, <code><a href="perchild.html">perchild</a></code>, <code><a href="prefork.html">prefork</a></code>, <code><a href="mpm_winnt.html">mpm_winnt</a></code></td></tr></table></td></tr></table>
  +<hr/><h2><a name="Listen">Listen</a> <a name="listen">$B%G%#%l%/%F%#%V(B</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>$B@bL@(B: </strong></td><td>$B%5!<%P$,(B listen $B$9$k(BIP $B%"%I%l%9$H%]!<%HHV9f(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>Listen [<em>IP-address</em>:]<em>portnumber</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="../mod/worker.html">worker</a></code>, <code><a href="../mod/perchild.html">perchild</a></code>, <code><a href="../mod/prefork.html">prefork</a></code>, <code><a href="../mod/mpm_winnt.html">mpm_winnt</a></code></td></tr></table></td></tr></table>
       <p><code class="directive">Listen</code> $B%G%#%l%/%F%#%V$O(B Apache
       $B$,FCDj$N(B IP $B%"%I%l%9$d%]!<%HHV9f$@$1$r(B listen $B$9$k$h$&$K;XDj$7$^$9!#(B
       $B%G%U%)%k%H$G$OA4$F$N(B IP $B%$%s%?!<%U%'!<%9$N%j%/%(%9%H$K1~Ez$7$^$9!#(B
  @@ -52,7 +52,7 @@
       $B$b$7@_Dj%U%!%$%k$K$J$1$l$P!"%5!<%P$O5/F0$K<:GT$7$^$9!#(B
       $B$3$l$O0JA0$N%P!<%8%g%s$N(B Apache $B$+$iJQ99$N$"$C$?ItJ,$G$9!#(B</p>
   
  -    <p>Listen $B%G%#%l%/%F(B$B%#%V$G$O!"FCDj$N%]!<%H$"$k$$$O(B
  +    <p>Listen $B%G%#%l%/%F%#(B$B%V$G$O!"FCDj$N%]!<%H$"$k$$$O(B
       $B%"%I%l%9$H%]!<%H$NAH$_9g$o$;$+$iF~$C$F$/$k%j%/%(%9%H$KBP$7$F(B
       $B1~Ez$9$k$h$&$K;XDj$7$^$9!#(B
       $B$b$7%]!<%HHV9f$@$1$,;XDj$5$l$?>l9g$O!"%5!<%P$OA4%$%s%?!<%U%'!<%9$N(B
  @@ -84,7 +84,7 @@
      Listen [fe80::a00:20ff:fea7:ccea]:80
   </code></td></tr></table></blockquote>
   <p><strong>$B;2>H(B </strong></p><ul><li><a href="../dns-caveats.html">DNS $B$NLdBj(B</a></li><li><a href="../bind.html">Apache
  -    $B$,;HMQ$9$k%"%I%l%9$H%]!<%H$N@_Dj(B</a></li></ul><hr/><h2><a name="ListenBackLog">ListenBackLog</a> <a name="listenbacklog">$B%G%#%l%/%F%#%V(B</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>$B@bL@(B: </strong></td><td>$BJ]N1>uBV$N%3%M%/%7%g%s$N%-%e!<$N:GBgD9(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>ListenBacklog <em>backlog</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">$B%G%U%)%k%H(B:</a></td><td><code>ListenBacklog 511</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="worker.html">worker</a></code>, <code><a href="perchild.html">perchild</a></code>, <code><a href="prefork.html">prefork</a></code>, <code><a href="mpm_winnt.html">mpm_winnt</a></code></td></tr></table></td></tr></table>
  +    $B$,;HMQ$9$k%"%I%l%9$H%]!<%H$N@_Dj(B</a></li></ul><hr/><h2><a name="ListenBackLog">ListenBackLog</a> <a name="listenbacklog">$B%G%#%l%/%F%#%V(B</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>$B@bL@(B: </strong></td><td>$BJ]N1>uBV$N%3%M%/%7%g%s$N%-%e!<$N:GBgD9(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>ListenBacklog <em>backlog</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">$B%G%U%)%k%H(B:</a></td><td><code>ListenBacklog 511</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="../mod/worker.html">worker</a></code>, <code><a href="../mod/perchild.html">perchild</a></code>, <code><a href="../mod/prefork.html">prefork</a></code>, <code><a href="../mod/mpm_winnt.html">mpm_winnt</a></code></td></tr></table></td></tr></table>
       <p>$BJ]N1>uBV$N%3%M%/%7%g%s$N%-%e!<$N:GBgD9$G$9!#(B
       $B0lHLE*$K$OD4@0$9$kI,MW$O$"$j$^$;$s$7!"D4@0$OK>$^$7$/$"$j$^$;$s!#(B
       $B$7$+$7!"(BTCP SYN $B%U%i%C%I%"%?%C%/$N>u672<$K$*$+$l$k>l9g$K!"(B
  @@ -97,7 +97,7 @@
       $B%P%C%/%m%0$H$7$F;XDj$5$l$F$$$kCM$A$g$&$I$^$G;H$C$F$$$k$o$1$G$O$J$/!"(B
       $B@_Dj$5$l$F$$$kCM$K4p$E$$$F(B ($BDL>o$O@_DjCM$h$j$bBg$-$JCM$r(B)
       $B;H$C$F$$$k$3$H$KCm0U$7$F$/$@$5$$!#(B</p>
  -<hr/><h2><a name="LockFile">LockFile</a> <a name="lockfile">$B%G%#%l%/%F%#%V(B</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>$B@bL@(B: </strong></td><td>$B<uIU$rD>Ns2=$9$k$?$a$N%m%C%/%U%!%$%k$N0LCV(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>LockFile <em>filename</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">$B%G%U%)%k%H(B:</a></td><td><code>LockFile logs/accept.lock</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="worker.html">worker</a></code>, <code><a href="perchild.html">perchild</a></code>, <code><a href="prefork.html">prefork</a></code></td></tr></table></td></tr></table>
  +<hr/><h2><a name="LockFile">LockFile</a> <a name="lockfile">$B%G%#%l%/%F%#%V(B</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>$B@bL@(B: </strong></td><td>$B<uIU$rD>Ns2=$9$k$?$a$N%m%C%/%U%!%$%k$N0LCV(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>LockFile <em>filename</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">$B%G%U%)%k%H(B:</a></td><td><code>LockFile logs/accept.lock</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="../mod/worker.html">worker</a></code>, <code><a href="../mod/perchild.html">perchild</a></code>, <code><a href="../mod/prefork.html">prefork</a></code></td></tr></table></td></tr></table>
       <p>USE_FCNTL_SERIALIZED_ACCEPT $B$^$?$O(B USE_FLOCK_SERIALIZED_ACCEPT
       $B$N$$$:$l$+$r;H$C$F(B Apache $B$r%3%s%Q%$%k$7$?:]$K;HMQ$9$k$3$H$K$J$k!"(B
       $B%m%C%/%U%!%$%k$N%Q%9$r(B <code class="directive">LockFile</code>
  @@ -116,14 +116,14 @@
       $BC/$G$b%5!<%S%95qH]%"%?%C%/$r0z$-5/$3$9$3$H$,$G$-$k$+$i$G$9!#(B</p>
   <hr/><h2><a name="MaxClients">MaxClients</a> <a name="maxclients">$B%G%#%l%/%F%#%V(B</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>$B@bL@(B: </strong></td><td>$B%j%/%(%9%H$K1~Ez$9$k$?$a$K:n@.$5$l$k(B
   $B;R%W%m%;%9$N:GBg8D?t(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>MaxClients <em>number</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">$B%G%U%)%k%H(B:</a></td><td><code>MaxClients
  -    8 ($B%9%l%C%I$,$"$k>l9g(B) MaxClients 256</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="worker.html">worker</a></code>, <code><a href="prefork.html">prefork</a></code></td></tr></table></td></tr></table>
  +    8 ($B%9%l%C%I$,$"$k>l9g(B) MaxClients 256</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="../mod/worker.html">worker</a></code>, <code><a href="../mod/prefork.html">prefork</a></code></td></tr></table></td></tr></table>
       <p><code class="directive">MaxClients</code> $B%G%#%l%/%F%#%V$O!"(B
       $B%j%/%(%9%H$K1~Ez$9$k$?$a$K:n@.$5$l$k!";R%W%m%;%9$N@)8B?t$r@_Dj$7$^$9!#(B
       $B%9%l%C%I=hM}IT:NMQ$G%5!<%P$r%S%k%I$7$?>l9g$O!"(B
       $B$3$N?t;z0J>e$N%/%i%$%"%s%H$KF1;~$K1~Ez$9$k$3$H$O$G$-$^$;$s!#(B
       prefork MPM $B$G(B 256 $B%/%i%$%"%s%H$r1[$($k@_Dj$K$9$k$N$J$i$P!"(B
       <a href="#serverlimit" class="directive"><code class="directive">ServerLimit</code></a>
  -    $B%G%#%l%/%F%#%V$r;HMQ$7$J(B$B$1$l$P$J$j$^$;$s!#(B
  +    $B%G%#%l%/%F%#%V$r;HMQ$7$J$1(B$B$l$P$J$j$^$;$s!#(B
       worker MPM $B$G(B 1024 $B%/%i%$%"%s%H$r1[$($k@_Dj$K$9$k$N$J$i$P!"(B
       <a href="#serverlimit" class="directive"><code class="directive">ServerLimit</code></a>
       $B%G%#%l%/%F%#%V$H(B
  @@ -140,7 +140,7 @@
       $B1~Ez2DG=$JF1;~%j%/%(%9%H?t$N:GBg?t$O!"$3$N%G%#%l%/%F%#%V$NCM$r(B
       <a href="#threadsperchild" class="directive"><code class="directive">ThreadsPerChild</code></a>
       $BG\$7$FF@$i$l$^$9!#(B</p>
  -<hr/><h2><a name="MaxRequestsPerChild">MaxRequestsPerChild</a> <a name="maxrequestsperchild">$B%G%#%l%/%F%#%V(B</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>$B@bL@(B: </strong></td><td>$B8D!9$N;R%5!<%P$,2TF/Cf$K07$&%j%/%(%9%H?t$N>e8B(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>MaxRequestsPerChild <em>number</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">$B%G%U%)%k%H(B:</a></td><td><code>MaxRequestsPerChild 10000</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="worker.html">worker</a></code>, <code><a href="perchild.html">perchild</a></code>, <code><a href="prefork.html">prefork</a></code>, <code><a href="mpm_winnt.html">mpm_winnt</a></code></td></tr></table></td></tr></table>
  +<hr/><h2><a name="MaxRequestsPerChild">MaxRequestsPerChild</a> <a name="maxrequestsperchild">$B%G%#%l%/%F%#%V(B</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>$B@bL@(B: </strong></td><td>$B8D!9$N;R%5!<%P$,2TF/Cf$K07$&%j%/%(%9%H?t$N>e8B(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>MaxRequestsPerChild <em>number</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">$B%G%U%)%k%H(B:</a></td><td><code>MaxRequestsPerChild 10000</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="../mod/worker.html">worker</a></code>, <code><a href="../mod/perchild.html">perchild</a></code>, <code><a href="../mod/prefork.html">prefork</a></code>, <code><a href="../mod/mpm_winnt.html">mpm_winnt</a></code></td></tr></table></td></tr></table>
       <p><code class="directive">MaxRequestsPerChild</code> $B%G%#%l%/%F%#%V$O!"(B
       $B8D!9$N;R%5!<%P%W%m%;%9$,07$&$3$H$N$G$-$k%j%/%(%9%H$N@)8B?t$r(B
       $B@_Dj$7$^$9!#(B<code class="directive">MaxRequestsPerChild</code>
  @@ -163,28 +163,28 @@
       $B0l$DL\$N%j%/%(%9%H$@$1$,$3$N@)8B$K3:Ev$7$^$9!#(B
       $B<B8zE*$K$O!"0l$D$N;R%W%m%;%9$"$?$j$N(B<em>$B%3%M%/%7%g%s(B</em>$B?t$r(B
       $B@)8B$9$k$h$&$K5sF0$,JQ2=$7$^$9!#(B</p>
  -<hr/><h2><a name="MaxSpareThreads">MaxSpareThreads</a> <a name="maxsparethreads">$B%G%#%l%/%F%#%V(B</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>$B@bL@(B: </strong></td><td>$B%"%$%I%k%9%l%C%I$N:GBg?t(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>MaxSpareThreads <em>number</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="mpm_netware.html">mpm_netware</a></code>, <code><a href="perchild.html">perchild</a></code>, <code><a href="worker.html">worker</a></code></td></tr></table></td></tr></table>
  +<hr/><h2><a name="MaxSpareThreads">MaxSpareThreads</a> <a name="maxsparethreads">$B%G%#%l%/%F%#%V(B</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>$B@bL@(B: </strong></td><td>$B%"%$%I%k%9%l%C%I$N:GBg?t(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>MaxSpareThreads <em>number</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="../mod/mpm_netware.html">mpm_netware</a></code>, <code><a href="../mod/perchild.html">perchild</a></code>, <code><a href="../mod/worker.html">worker</a></code></td></tr></table></td></tr></table>
       <p>$B%"%$%I%k$J%9%l%C%I$N:GBg?t$G$9!#0[$J$k(B MPM $B$G$O$=$l$>$l!"(B
       $B$3$N%G%#%l%/%F%#%V$O0[$J$k<h$j07$o$lJ}$r$5$l$^$9!#(B</p>
   
  -    <p><code><a href="perchild.html">perchild</a></code> $B$G$O!"(B
  +    <p><code><a href="../mod/perchild.html">perchild</a></code> $B$G$O!"(B
       $B%G%U%)%k%H$O(B <code>MaxSpareThreads 10</code> $B$G$9!#(B
       $B$3$N(B MPM $B$O%"%$%I%k%9%l%C%I?t$r!"$=$l$>$l$N;R%W%m%;%9$4$H$K4F;k$7$^$9!#(B
       $B;R%W%m%;%9$K%"%$%I%k%9%l%C%I$,B?$9$.$k>l9g$O!"(B
       $B%5!<%P$O$=$N;R%W%m%;%9$K4^$^$l$k%9%l%C%I$r=*N;$7;O$a$^$9!#(B</p>
   
  -    <p><code><a href="worker.html">worker</a></code> $B$G$O!"(B
  +    <p><code><a href="../mod/worker.html">worker</a></code> $B$G$O!"(B
       $B%G%U%)%k%H$O(B <code>MaxSpareThreads 500</code> $B$G$9!#(B
       $B$3$N(B MPM $B$O%"%$%I%k%9%l%C%I?t$r%5!<%PA4BN$G4F;k$7$^$9!#(B
       $B%5!<%P$G%"%$%I%k%9%l%C%I?t$,B?$9$.$k>l9g$O!"(B
       $B$3$N?t;z$h$j$b>/$J$$?t$K$J$k$^$G;R%W%m%;%9$r=*N;$7$^$9!#(B</p>
   
  -    <p><code><a href="mpm_netware.html">mpm_netware</a></code> $B$G$O!"(B
  +    <p><code><a href="../mod/mpm_netware.html">mpm_netware</a></code> $B$G$O!"(B
       $B%G%U%)%k%H$O(B <code>MaxSpareThreads 100</code> $B$G$9!#(B
       $B$3$N(B MPM $B$O%7%s%0%k%W%m%;%9$G<B9T$5$l$^$9$N$G!"(B
       $B%9%Z%"%9%l%C%I?t$b%5!<%PA4BN$G4*Dj$7$^$9!#(B</p>
   
  -<p><strong>$B;2>H(B </strong></p><ul><li><a href="#minsparethreads" class="directive"><code class="directive">MinSpareThreads</code></a></li><li><a href="#startservers" class="directive"><code class="directive">StartServers</code></a></li></ul><hr/><h2><a name="MaxThreadsPerChild">MaxThreadsPerChild</a> <a name="maxthreadsperchild">$B%G%#%l%/%F%#%V(B</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>$B@bL@(B: </strong></td><td>$B;R%W%m%;%9Kh$N%9%l%C%I?t$N:GBg?t(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>MaxThreadsPerChild <em>number</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">$B%G%U%)%k%H(B:</a></td><td><code>MaxThreadsPerChild 64</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="worker.html">worker</a></code>, <code><a href="perchild.html">perchild</a></code></td></tr></table></td></tr></table>
  +<p><strong>$B;2>H(B </strong></p><ul><li><a href="#minsparethreads" class="directive"><code class="directive">MinSpareThreads</code></a></li><li><a href="#startservers" class="directive"><code class="directive">StartServers</code></a></li></ul><hr/><h2><a name="MaxThreadsPerChild">MaxThreadsPerChild</a> <a name="maxthreadsperchild">$B%G%#%l%/%F%#%V(B</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>$B@bL@(B: </strong></td><td>$B;R%W%m%;%9Kh$N%9%l%C%I?t$N:GBg?t(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>MaxThreadsPerChild <em>number</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">$B%G%U%)%k%H(B:</a></td><td><code>MaxThreadsPerChild 64</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="../mod/worker.html">worker</a></code>, <code><a href="../mod/perchild.html">perchild</a></code></td></tr></table></td></tr></table>
       <p>$B;R%W%m%;%9Kh$K4^$^$l$k%9%l%C%I?t$N:GBgCM$G$9!#(B
       $B;R%W%m%;%9Kh$K%9%l%C%I?tJQ2=$9$k(B MPM $B$G$O!"(B
       $B$3$N%G%#%l%/%F%#%V$O!";R%W%m%;%9Fb$K@8@.$5$l$k%9%l%C%I?t$N(B
  @@ -192,48 +192,48 @@
       $B%3%s%Q%$%k;~$KDj5A$5$l$?(B <code>HARD_THREAD_LIMIT</code>
       $B$rJQ99$7$F!"%5!<%P$r:F%3%s%Q%$%k$9$kI,MW$,$"$j$^$9!#(B</p>
   <hr/><h2><a name="MinSpareThreads">MinSpareThreads</a> <a name="minsparethreads">$B%G%#%l%/%F%#%V(B</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>$B@bL@(B: </strong></td><td>$B%j%/%(%9%H$K1~Ez$9$k$3$H$N$G$-$k(B
  -$B%"%$%I%k%9%l%C%I?t$N:G>.?t(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>MinSpareServers <em>number</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="mpm_netware.html">mpm_netware</a></code>, <code><a href="perchild.html">perchild</a></code>, <code><a href="worker.html">worker</a></code></td></tr></table></td></tr></table>
  +$B%"%$%I%k%9%l%C%I?t$N:G>.?t(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>MinSpareServers <em>number</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="../mod/mpm_netware.html">mpm_netware</a></code>, <code><a href="../mod/perchild.html">perchild</a></code>, <code><a href="../mod/worker.html">worker</a></code></td></tr></table></td></tr></table>
       <p>$B%j%/%(%9%H$K1~Ez$9$k%9%l%C%I?t$N:G>.CM$G$9!#(B
       $B0[$J$k(B MPM $B$G$O$=$l$>$l!"(B
       $B$3$N%G%#%l%/%F%#%V$O0[$J$k<h$j07$o$lJ}$r$7$^$9!#(B</p>
   
  -    <p><code><a href="perchild.html">perchild</a></code> $B$G$O!"(B
  +    <p><code><a href="../mod/perchild.html">perchild</a></code> $B$G$O!"(B
       $B%G%U%)%k%H$O(B <code>MinSpareThreads 5</code> $B$G!"(B
       $B%"%$%I%k%9%l%C%I?t$r;R%W%m%;%9Kh$K4F;k$7$^$9!#(B
       $B$b$7;R%W%m%;%9$K==J,$J?t$N%9%l%C%I$,$J$1$l$P!"(B
       $B%5!<%P$O$=$N;R%W%m%;%9$K?7$7$$%9%l%C%I$r:n$j;O$a$^$9!#(B</p>
   
  -    <p><code><a href="worker.html">worker</a></code> $B$G$O!"(B
  +    <p><code><a href="../mod/worker.html">worker</a></code> $B$G$O!"(B
       $B%G%U%)%k%H$O(B <code>MinSpareThreads 250</code> $B$G!"(B
       $B%"%$%I%k%9%l%C%I?t$r%5!<%PA4BN$G4F;k$7$^$9!#(B
       $B$b$7%5!<%P$K==J,$J?t$N%"%$%I%k%9%l%C%I$,$J$1$l$P!"(B
       $B%"%$%I%k%9%l%C%I?t$,$3$N?t$h$j$bBg$-$/$J$k$^$G(B
       $B?7$7$$;R%W%m%;%9$,@8@.$5$l$^$9!#(B</p>
   
  -    <p><code><a href="mpm_netware.html">mpm_netware</a></code> $B$G$O!"(B
  +    <p><code><a href="../mod/mpm_netware.html">mpm_netware</a></code> $B$G$O!"(B
       $B%G%U%)%k%H$O(B <code>MinSpareThreads 10</code> $B$G!"(B
       $B%7%s%0%k%W%m%;%9(B MPM $B$G$9$N$G!"%5!<%PA4BN$G4IM}$5$l$^$9!#(B</p>
   
  -<p><strong>$B;2>H(B </strong></p><ul><li><a href="#maxsparethreads" class="directive"><code class="directive">MaxSpareThreads</code></a></li><li><a href="#startservers" class="directive"><code class="directive">StartServers</code></a></li></ul><hr/><h2><a name="NumServers">NumServers</a> <a name="numservers">$B%G%#%l%/%F%#%V(B</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>$B@bL@(B: </strong></td><td>$BF1;~$K5/F0$7$F$$$k;R%W%m%;%9$NAm?t(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>NumServers <em>number</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">$B%G%U%)%k%H(B:</a></td><td><code>NumServers 2</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="perchild.html">perchild</a></code></td></tr></table></td></tr></table>
  +<p><strong>$B;2>H(B </strong></p><ul><li><a href="#maxsparethreads" class="directive"><code class="directive">MaxSpareThreads</code></a></li><li><a href="#startservers" class="directive"><code class="directive">StartServers</code></a></li></ul><hr/><h2><a name="NumServers">NumServers</a> <a name="numservers">$B%G%#%l%/%F%#%V(B</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>$B@bL@(B: </strong></td><td>$BF1;~$K5/F0$7$F$$$k;R%W%m%;%9$NAm?t(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>NumServers <em>number</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">$B%G%U%)%k%H(B:</a></td><td><code>NumServers 2</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="../mod/perchild.html">perchild</a></code></td></tr></table></td></tr></table>
       <p>$BF1;~$K5/F0$7$F$$$k;R%W%m%;%9$N?t$G$9!#(B
       $B$3$N%G%#%l%/%F%#%V$r;HMQ$9$k(B MPM $B$OF0E*$K?7$7$$;R%W%m%;%9$r(B
       $B@8@.$9$k$3$H$O9T$o$J$$$N$G!"%5%$%HA4BN$KMh$k%j%/%(%9%HA4$F$r(B
       $B==J,07$($kDxEY$KBg$-$J?t$K@_Dj$7$F$*$/I,MW$,$"$j$^$9!#(B</p>
   <hr/><h2><a name="PidFile">PidFile</a> <a name="pidfile">$B%G%#%l%/%F%#%V(B</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>$B@bL@(B: </strong></td><td>$B%G!<%b%s$N%W%m%;%9(B ID
  -$B$r%5!<%P$,5-O?$9$k$?$a$N%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>PidFile <em>filename</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">$B%G%U%)%k%H(B:</a></td><td><code>PidFile logs/httpd.pid</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="worker.html">worker</a></code>, <code><a href="perchilde.html">perchilde</a></code>, <code><a href="prefork.html">prefork</a></code>, <code><a href="mpm_winnt.html">mpm_winnt</a></code></td></tr></table></td></tr></table>
  +$B$r%5!<%P$,5-O?$9$k$?$a$N%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>PidFile <em>filename</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">$B%G%U%)%k%H(B:</a></td><td><code>PidFile logs/httpd.pid</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="../mod/worker.html">worker</a></code>, <code><a href="../mod/perchild.html">perchild</a></code>, <code><a href="../mod/prefork.html">prefork</a></code>, <code><a href="../mod/mpm_winnt.html">mpm_winnt</a></code></td></tr></table></td></tr></table>
       <p><code class="directive">PidFile</code> $B%G%#%l%/%F%#%V$G!"(B
       $B%G!<%b%s$N%W%m%;%9(B ID $B$r%5!<%P$,5-O?$9$k%U%!%$%k$r@_Dj$7$^$9!#(B
       $B$b$7%U%!%$%kL>$,%9%i%C%7%e(B (/) $B$G;O$^$i$J$$>l9g$O!"(B
  -    <a href="core.html#serverroot" class="directive"><code class="directive">ServerRoot</code></a>
  +    <a href="../mod/core.html#serverroot" class="directive"><code class="directive">ServerRoot</code></a>
       $B$+$i$NAjBPE*$J$b$N$H$7$F07$o$l$^$9!#(B</p>
   
       <blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><p align="center"><strong>$BNc(B</strong></p><code>
       PidFile /var/run/apache.pid
       </code></td></tr></table></blockquote>
   
  -    <p>$B%5!<%P$,(B <a href="core.html#errorlog" class="directive"><code class="directive">ErrorLog</code></a>
  +    <p>$B%5!<%P$,(B <a href="../mod/core.html#errorlog" class="directive"><code class="directive">ErrorLog</code></a>
       $B$d(B TransferLog $B$rJD$8$F3+$-D>$7$?$j!"@_Dj%U%!%$%k$r(B
  -    $B:FFI9~$7$?$j$5$;$k$?$a$K!"%5!<%P$K%7%0%J(B$B%k$rAw$k$3$H$,$G$-$k$H(B
  +    $B:FFI9~$7$?$j$5$;$k$?$a$K!"%5!<%P$K%7%0%J%k(B$B$rAw$k$3$H$,$G$-$k$H(B
       $BJXMx$J$3$H$,$"$j$^$9!#(B
       $B$3$l$O(B SIGHUP (kill -1) $B%7%0%J%k$r(B PidFile
       $B$K=q$+$l$F$$$k%W%m%;%9(B ID $B$KAw$k$3$H$G$G$-$^$9!#(B</p>
  @@ -242,7 +242,7 @@
       <a href="../misc/security_tips.html#serverroot">$B%;%-%e%j%F%#(B</a>
       $B$HA4$/F1$8Cm0UE@$,$"$j$^$9!#(B</p>
   <hr/><h2><a name="ScoreBoardFile">ScoreBoardFile</a> <a name="scoreboardfile">$B%G%#%l%/%F%#%V(B</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>$B@bL@(B: </strong></td><td>$B;R%W%m%;%9$HO"7H$9$k$?$a$N%G!<%?$rJ]B8$9$k(B
  -$B%U%!%$%k$N0LCV(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>ScoreBoardFile <em>file-path</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">$B%G%U%)%k%H(B:</a></td><td><code>ScoreBoardFile logs/apache_status</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="worker.html">worker</a></code>, <code><a href="perchild.html">perchild</a></code>, <code><a href="prefork.html">prefork</a></code></td></tr></table></td></tr></table>
  +$B%U%!%$%k$N0LCV(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>ScoreBoardFile <em>file-path</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">$B%G%U%)%k%H(B:</a></td><td><code>ScoreBoardFile logs/apache_status</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="../mod/worker.html">worker</a></code>, <code><a href="../mod/perchild.html">perchild</a></code>, <code><a href="../mod/prefork.html">prefork</a></code></td></tr></table></td></tr></table>
       <p>Apache $B$O?F%W%m%;%9$H;R%W%m%;%94V$NDL?.$K%9%3%"%\!<%I$rMQ$$$^$9!#(B
       $B$3$NDL?.5!G=$K%U%!%$%k$rI,MW$H$9$k%"!<%-%F%/%A%c$b$"$j$^$9!#(B
       $B%U%!%$%k$,;XDj$5$l$F$$$J$1$l$P!"(BApache $B$O$^$:%a%b%j>e(B
  @@ -263,18 +263,18 @@
       $B$7$+$7!"%m%0%U%!%$%k$N@_CV0LCV$d(B
       <a href="../misc/security_tips.html">$B%;%-%e%j%F%#(B</a>
       $B$HF1MM$NCm0UE@$,$"$k$N$G!"Cm0U$7$F$/$@$5$$!#(B</p>
  -<p><strong>$B;2>H(B </strong></p><ul><li><a href="../stopping.html">Apache $B$NDd;_$H:F5/F0(B</a></li></ul><hr/><h2><a name="SendBufferSize">SendBufferSize</a> <a name="sendbuffersize">$B%G%#%l%/%F%#%V(B</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>$B@bL@(B: </strong></td><td>TCP $B%P%C%U%!%5%$%:(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>SendBufferSize <em>bytes</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="worker.html">worker</a></code>, <code><a href="perchild.html">perchild</a></code>, <code><a href="prefork.html">prefork</a></code>, <code><a href="mpm_winnt.html">mpm_winnt</a></code></td></tr></table></td></tr></table>
  +<p><strong>$B;2>H(B </strong></p><ul><li><a href="../stopping.html">Apache $B$NDd;_$H:F5/F0(B</a></li></ul><hr/><h2><a name="SendBufferSize">SendBufferSize</a> <a name="sendbuffersize">$B%G%#%l%/%F%#%V(B</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>$B@bL@(B: </strong></td><td>TCP $B%P%C%U%!%5%$%:(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>SendBufferSize <em>bytes</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="../mod/worker.html">worker</a></code>, <code><a href="../mod/perchild.html">perchild</a></code>, <code><a href="../mod/prefork.html">prefork</a></code>, <code><a href="../mod/mpm_winnt.html">mpm_winnt</a></code></td></tr></table></td></tr></table>
       <p>$B%5!<%P$O(B TCP $B%P%C%U%!%5%$%:$r;XDj$5$l$?%P%$%H?t$K@_Dj$7$^$9!#(B
       $B9bB.$G9b%l%$%F%s%7$J4D6-$G(B
       (<em>$BNc(B</em> 100ms $BDxEY!"BgN&2#CG9bB.DL?.O)$J$I(B)
       $B8E$$0lHLE*$J(B OS $B$N%G%U%)%k%HCM$rA}$d$9$N$KHs>o$KJXMx$G$9!#(B</p>
  -<hr/><h2><a name="ServerLimit">ServerLimit</a> <a name="serverlimit">$B%G%#%l%/%F%#%V(B</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>$B@bL@(B: </strong></td><td>$B@_Dj2DG=$J%5!<%P%W%m%;%9?t$N>e8B(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>ServerLimit <em>number</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">$B%G%U%)%k%H(B:</a></td><td><code>ServerLimit 256 (prefork), ServerLimit 16 (worker)</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="worker.html">worker</a></code>, <code><a href="prefork.html">prefork</a></code></td></tr></table></td></tr></table>
  -    <p><code><a href="prefork.html">prefork</a></code> MPM $B$N>l9g$O!"$3$N%G%#%l%/%F%#%V$O(B
  +<hr/><h2><a name="ServerLimit">ServerLimit</a> <a name="serverlimit">$B%G%#%l%/%F%#%V(B</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>$B@bL@(B: </strong></td><td>$B@_Dj2DG=$J%5!<%P%W%m%;%9?t$N>e8B(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>ServerLimit <em>number</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">$B%G%U%)%k%H(B:</a></td><td><code>ServerLimit 256 (prefork), ServerLimit 16 (worker)</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="../mod/worker.html">worker</a></code>, <code><a href="../mod/prefork.html">prefork</a></code></td></tr></table></td></tr></table>
  +    <p><code><a href="../mod/prefork.html">prefork</a></code> MPM $B$N>l9g$O!"$3$N%G%#%l%/%F%#%V$O(B
       Apache $B%W%m%;%92TF/Cf$K$*$1$k(B
       <a href="#maxclients" class="directive"><code class="directive">MaxClients</code></a>
       $B$K@_Dj2DG=$J>e8BCM$r@_Dj$9$k$3$H$K$J$j$^$9(B
       ($BLuCm(B: prefork $B$N>l9g$OF1;~%/%i%$%"%s%H?t(B = $B%5!<%P%W%m%;%9?t$J$N$G(B) $B!#(B
  -    <code><a href="worker.html">worker</a></code> MPM $B$N>l9g$K$O!"$3$N%G%#%l%/%F%#%V$O(B
  +    <code><a href="../mod/worker.html">worker</a></code> MPM $B$N>l9g$K$O!"$3$N%G%#%l%/%F%#%V$O(B
       <a href="#threadlimit" class="directive"><code class="directive">ThreadLimit</code></a>
       $B%G%#%l%/%F%#%V$HAH$_9g$o$;$F!"(B
       Apache $B%W%m%;%92TF/Cf$K$*$1$k(B
  @@ -282,7 +282,7 @@
       $B$K@_Dj2DG=$J>e8BCM$r@_Dj$9$k$3$H$K$J$j$^$9!#(B
       $B:F5/F0Cf$K$3$N%G%#%l%/%F%#%V$rJQ99$7$F$bL5;k$5$l$^$9$,!"(B
       <a href="#maxclients" class="directive"><code class="directive">MaxClients</code></a>
  -    $B$O:F5/F0Cf$K=$@5$9$k$3$H$,$G$-$^$9(B$B!#(B</p>
  +    $B$O:F5/F0Cf$K=$@5$9$k$3$H$,$G$-$^$9!#(B</p>
   
       <p>$B$3$N%G%#%l%/%F%#%V$r;HMQ$9$k:]$OFC$KCm0U$7$F$/$@$5$$!#(B
       <code class="directive">ServerLimit</code> $B$,I,MW0J>e$KBg$-$JCM$K(B
  @@ -292,13 +292,13 @@
       $B$,%7%9%F%`$N07$($kHO0O$r1[$($?@_DjCM$K$J$C$F$$$k$H!"(B
       Apache $B$O5/F0$7$J$$$+!"5/F0$7$F$bIT0BDj$K$J$k$G$7$g$&!#(B</p>
   
  -    <p><code><a href="prefork.html">prefork</a></code> MPM $B$G$O!"(B
  +    <p><code><a href="../mod/prefork.html">prefork</a></code> MPM $B$G$O!"(B
       <a href="#maxclients" class="directive"><code class="directive">MaxClients</code></a>
       $B$r(B 256 $B$h$j$bBg$-$JCM$K@_Dj$9$kI,MW$,$"$k;~$K$@$1;HMQ$7$F$/$@$5$$!#(B
       $B4uK>$N(B <a href="#maxclients" class="directive"><code class="directive">MaxClients</code></a>
       $B?t$H$/$i$Y$F!"I,MW0J>e$KBg$-$JCM$r;XDj$9$k$3$H$OHr$1$F$/$@$5$$!#(B</p>
   
  -    <p><code><a href="worker.html">worker</a></code> MPM $B$G$O!"(B
  +    <p><code><a href="../mod/worker.html">worker</a></code> MPM $B$G$O!"(B
       <a href="#maxclients" class="directive"><code class="directive">MaxClients</code></a> $B$H(B
       <a href="#threadsperchild" class="directive"><code class="directive">ThreadsPerChild</code></a>
       $B$N@_Dj$G(B 16 $B%5!<%P%W%m%;%90J>eI,MW$K$J$k>l9g$K$N$_;HMQ$7$F$/$@$5$$!#(B
  @@ -307,27 +307,27 @@
       <a href="#threadsperchild" class="directive"><code class="directive">ThreadsPerChild</code></a>
       $B$H$/$i$Y$F!"I,MW$H$J$k%5!<%P%W%m%;%9?t0J>e$KBg$-$JCM$r(B
       $B@_Dj$9$k$3$H$OHr$1$F$/$@$5$$!#(B</p>
  -<hr/><h2><a name="StartServers">StartServers</a> <a name="startservers">$B%G%#%l%/%F%#%V(B</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>$B@bL@(B: </strong></td><td>$B5/F0;~$K@8@.$5$l$k;R%5!<%P%W%m%;%9$N?t(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>StartServers <em>number</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">$B%G%U%)%k%H(B:</a></td><td><code>StartServers 5</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="worker.html">worker</a></code></td></tr></table></td></tr></table>
  +<hr/><h2><a name="StartServers">StartServers</a> <a name="startservers">$B%G%#%l%/%F%#%V(B</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>$B@bL@(B: </strong></td><td>$B5/F0;~$K@8@.$5$l$k;R%5!<%P%W%m%;%9$N?t(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>StartServers <em>number</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">$B%G%U%)%k%H(B:</a></td><td><code>StartServers 5</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="../mod/worker.html">worker</a></code></td></tr></table></td></tr></table>
       <p><code class="directive">StartServers</code> $B%G%#%l%/%F%#%V$O!"(B
       $B5/F0;~$K@8@.$5$l$k;R%5!<%P%W%m%;%9$N?t$r@_Dj$7$^$9!#(B
       $B%W%m%;%9?t$OIi2Y$K1~$8$FF0E*$K@)8f$5$l$^$9$N$G!"(B
       $BDL>o$O$3$NCM$rD4@0$9$kM}M3$O$"$^$j$J$$$G$7$g$&!#(B</p>
  -<p><strong>$B;2>H(B </strong></p><ul><li><a href="#minsparethreads" class="directive"><code class="directive">MinSpareThreads</code></a></li><li><a href="#maxsparethreads" class="directive"><code class="directive">MaxSpareThreads</code></a></li></ul><hr/><h2><a name="StartThreads">StartThreads</a> <a name="startthreads">$B%G%#%l%/%F%#%V(B</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>$B@bL@(B: </strong></td><td>$B5/F0;~$K@8@.$5$l$k%9%l%C%I$N?t(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>StartThreads <em>number</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="mpm_netware.html">mpm_netware</a></code>, <code><a href="perchild.html">perchild</a></code></td></tr></table></td></tr></table>
  +<p><strong>$B;2>H(B </strong></p><ul><li><a href="#minsparethreads" class="directive"><code class="directive">MinSpareThreads</code></a></li><li><a href="#maxsparethreads" class="directive"><code class="directive">MaxSpareThreads</code></a></li></ul><hr/><h2><a name="StartThreads">StartThreads</a> <a name="startthreads">$B%G%#%l%/%F%#%V(B</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>$B@bL@(B: </strong></td><td>$B5/F0;~$K@8@.$5$l$k%9%l%C%I$N?t(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>StartThreads <em>number</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="../mod/mpm_netware.html">mpm_netware</a></code>, <code><a href="../mod/perchild.html">perchild</a></code></td></tr></table></td></tr></table>
       <p>$B5/F0;~$K@8@.$5$l$k%9%l%C%I$N?t$G$9!#(B
       $B%9%l%C%I?t$OIi2Y$K1~$8$FF0E*$K@)8f$5$l$^$9$N$G!"(B
       $BDL>o$O$3$NCM$rD4@0$9$kM}M3$O$"$^$j$J$$$G$7$g$&!#(B</p>
   
  -    <p><code><a href="perchild.html">perchild</a></code> $B$G$N%G%U%)%k%H$O(B
  +    <p><code><a href="../mod/perchild.html">perchild</a></code> $B$G$N%G%U%)%k%H$O(B
       <code>StartThreads 5</code> $B$G!"$3$N%G%#%l%/%F%#%V$O5/F0;~$K(B
       $B%W%m%;%9Kh$N%9%l%C%I?t$rDI@W$7$^$9!#(B</p>
   
  -    <p><code><a href="mpm_netware.html">mpm_netware</a></code> $B$G$N%G%U%)%k%H$O(B
  +    <p><code><a href="../mod/mpm_netware.html">mpm_netware</a></code> $B$G$N%G%U%)%k%H$O(B
       <code>StartThreads 50</code> $B$G!"(B
       $B$3$N>l9g%W%m%;%9$O0l$D$7$+$J$$$N$G!"(B
       $B5/F0;~$K%j%/%(%9%H$K1~Ez$9$k%9%l%C%I$NAm?t$H$J$j$^$9!#(B</p>
   
   <hr/><h2><a name="ThreadLimit">ThreadLimit</a> <a name="threadlimit">$B%G%#%l%/%F%#%V(B</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>$B@bL@(B: </strong></td><td>$B@_Dj2DG=$J;R%W%m%;%9Kh$N%9%l%C%I?t$N>e8B$r(B
  -$B@_Dj$7$^$9(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>ThreadLimit <em>number</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">$B%G%U%)%k%H(B:</a></td><td><code>ThreadLimit 64</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="worker.html">worker</a></code></td></tr></table></td></tr></table>
  +$B@_Dj$7$^$9(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>ThreadLimit <em>number</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">$B%G%U%)%k%H(B:</a></td><td><code>ThreadLimit 64</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="../mod/worker.html">worker</a></code></td></tr></table></td></tr></table>
       <p>$B$3$N%G%#%l%/%F%#%V$O(B
       Apache $B%W%m%;%92TF/Cf$K$*$1$k(B
       <a href="#threadsperchild" class="directive"><code class="directive">ThreadsPerChild</code></a>
  @@ -353,18 +353,18 @@
       $B$3$N%G%#%l%/%F%#%V$NCM$O!"4uK>$N(B
       <a href="#threadsperchild" class="directive"><code class="directive">ThreadsPerChild</code></a>
       $B$h$j$bBg$-$JCM$K@_Dj$7$J$$$G$/$@$5$$!#(B</p>
  -<hr/><h2><a name="ThreadsPerChild">ThreadsPerChild</a> <a name="threadsperchild">$B%G%#%l%/%F%#%V(B</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>$B@bL@(B: </strong></td><td>$B;R%W%m%;%9$=$l$>$l$K@8@.$5$l$k%9%l%C%I?t(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>ThreadsPerChild <em>number</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">$B%G%U%)%k%H(B:</a></td><td><code>ThreadsPerChild 50</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="worker.html">worker</a></code>, <code><a href="mpm_winnt.html">mpm_winnt</a></code></td></tr></table></td></tr></table>
  +<hr/><h2><a name="ThreadsPerChild">ThreadsPerChild</a> <a name="threadsperchild">$B%G%#%l%/%F%#%V(B</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>$B@bL@(B: </strong></td><td>$B;R%W%m%;%9$=$l$>$l$K@8@.$5$l$k%9%l%C%I?t(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>ThreadsPerChild <em>number</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">$B%G%U%)%k%H(B:</a></td><td><code>ThreadsPerChild 50</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="../mod/worker.html">worker</a></code>, <code><a href="../mod/mpm_winnt.html">mpm_winnt</a></code></td></tr></table></td></tr></table>
       <p>$B$3$N%G%#%l%/%F%#%V$O!"$=$l$>$l$N;R%W%m%;%9$G@8@.$5$l$k(B
       $B%9%l%C%I?t$r@_Dj$7$^$9!#(B
       $B;R%W%m%;%9$O3+;O;~$K$3$l$i$N%9%l%C%I$r@8@.$7$F!"(B
  -    $B$=$N8e$O@8@.$7$^$;$s!#(B<code><a href="mpm_winnt.html">mpm_winnt</a></code> $B$N$h$&$J!"(B
  +    $B$=$N8e$O@8@.$7$^$;$s!#(B<code><a href="../mod/mpm_winnt.html">mpm_winnt</a></code> $B$N$h$&$J!"(B
       $B;R%W%m%;%9$,0l$D$7$+$J$$$h$&$J(B MPM $B$rMxMQ$7$F$$$k$N$G$"$l$P!"(B
       $B$3$NCM$O%5!<%P$NIi2YA4BN$r==J,<h$j07$($kDxEY$K!"(B
  -    $BBg$-$/$J$1$l$P$J$j$^$;$s!#(B<code><a href="worker.html">worker</a></code> $B$N$h$&$J!"(B
  +    $BBg$-$/$J$1$l$P$J$j$^$;$s!#(B<code><a href="../mod/worker.html">worker</a></code> $B$N$h$&$J!"(B
       $B;R%W%m%;%9$,J#?t$"$k$h$&$J(B MPM $B$rMxMQ$7$F$$$k$N$G$"$l$P!"(B
       $B%5!<%P$NDL>oIi2Y$r==J,07$($kDxEY$K!"(B
       $B%9%l%C%IAm?t$,B?$/$J$1$l$P$J$j$^$;$s!#(B</p>
  -<hr/><h2><a name="User">User</a> <a name="user">$B%G%#%l%/%F%#%V(B</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>$B@bL@(B: </strong></td><td>$B%j%/%(%9%H$K1~Ez$9$k:]$KMQ$$$k%f!<%6(B ID</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>User <em>unix-userid</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">$B%G%U%)%k%H(B:</a></td><td><code>User #-1</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B, $B%P!<%A%c%k%[%9%H(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="worker.html">worker</a></code>, <code><a href="perchild.html">perchild</a></code>, <code><a href="prefork.html">prefork</a></code></td></tr></table></td></tr></table>
  +<hr/><h2><a name="User">User</a> <a name="user">$B%G%#%l%/%F%#%V(B</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>$B@bL@(B: </strong></td><td>$B%j%/%(%9%H$K1~Ez$9$k:]$KMQ$$$k%f!<%6(B ID</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">$B9=J8(B:</a></td><td>User <em>unix-userid</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">$B%G%U%)%k%H(B:</a></td><td><code>User #-1</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">$B%3%s%F%-%9%H(B:</a></td><td>$B%5!<%P@_Dj%U%!%$%k(B, $B%P!<%A%c%k%[%9%H(B</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">$B%9%F!<%?%9(B:</a></td><td>MPM</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">$B%b%8%e!<%k(B:</a></td><td><code><a href="../mod/worker.html">worker</a></code>, <code><a href="../mod/perchild.html">perchild</a></code>, <code><a href="../mod/prefork.html">prefork</a></code></td></tr></table></td></tr></table>
       <p><code class="directive">User</code> $B%G%#%l%/%F%#%V$O(B
       $B%5!<%P$,%j%/%(%9%H$K1~Ez$9$k:]$KMQ$$$k%f!<%6(B ID $B$r@_Dj$7$^$9!#(B
       $B$3$N%G%#%l%/%F%#%V$r;HMQ$9$k$?$a$K$O!"%9%?%s%I%"%m%s7?$N(B
  @@ -399,10 +399,10 @@
       $B8"8B$G<B9...@5>o$G$9!#(B</p>
   
       <p>$BFC5-;v9`(B: $B$3$N%G%#%l%/%F%#%V$r(B
  -    <a href="core.html#virtualhost" class="directive"><code class="directive">&lt;VirtualHost&gt;</code></a>
  +    <a href="../mod/core.html#virtualhost" class="directive"><code class="directive">&lt;VirtualHost&gt;</code></a>
       $B$G;HMQ$9$k$3$H$O%5%]!<%H$5$l$J$/$J$j$^$7$?!#(B
       <a href="mod_suexec.html">suexec</a> $B8~$1$K%5!<%P$r@_Dj$9$k$N$G$"$l$P!"(B
  -    <a href="mod_suexec.html#suexecusergroup" class="directive"><code class="directive">SuexecUserGroup</code></a>
  +    <a href="../mod/mod_suexec.html#suexecusergroup" class="directive"><code class="directive">SuexecUserGroup</code></a>
       $B$r;HMQ$7$F$/$@$5$$!#(B</p>
   
   <blockquote><table><tr><td bgcolor="#e0e5f5"><p align="center"><strong>$B%;%-%e%j%F%#(B</strong></p>
  
  
  
  1.2       +2 -2      httpd-2.0/docs/manual/mod/mpm_common.xml.ja
  
  Index: mpm_common.xml.ja
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mpm_common.xml.ja,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mpm_common.xml.ja	11 Jul 2002 07:15:59 -0000	1.1
  +++ mpm_common.xml.ja	26 Jul 2002 08:02:14 -0000	1.2
  @@ -2,7 +2,7 @@
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
   <modulesynopsis>
  -<!-- English revision: 1.14 -->
  +<!-- English revision: 1.15 -->
   
   <name>mpm_common</name>
   <description>$BFs$D0J>e$N%^%k%A%W%m%;%C%7%s%0%b%8%e!<%k(B (MPM)
  @@ -84,7 +84,7 @@
   <syntax>PidFile <em>filename</em></syntax>
   <default>PidFile logs/httpd.pid</default>
   <contextlist><context>$B%5!<%P@_Dj%U%!%$%k(B</context></contextlist>
  -<modulelist><module>worker</module><module>perchilde</module>
  +<modulelist><module>worker</module><module>perchild</module>
   <module>prefork</module><module>mpm_winnt</module>
   </modulelist>