diff options
author | Rainer Jung <rjung@apache.org> | 2019-01-22 10:53:04 +0100 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2019-01-22 10:53:04 +0100 |
commit | 5464a1ae693bf0fa7a850df511ffcfc99903e71e (patch) | |
tree | 82e233a59c25cd1b3268c651ac2c3bed058b8fee /docs/manual/mod/prefork.html.ja.utf8 | |
parent | Copy the "Note about /" note from the Location (diff) | |
download | apache2-5464a1ae693bf0fa7a850df511ffcfc99903e71e.tar.xz apache2-5464a1ae693bf0fa7a850df511ffcfc99903e71e.zip |
Xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851794 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/prefork.html.ja.utf8')
-rw-r--r-- | docs/manual/mod/prefork.html.ja.utf8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/mod/prefork.html.ja.utf8 b/docs/manual/mod/prefork.html.ja.utf8 index 891cfe861c..7c8adf0e11 100644 --- a/docs/manual/mod/prefork.html.ja.utf8 +++ b/docs/manual/mod/prefork.html.ja.utf8 @@ -90,7 +90,7 @@ <li><a href="#comments_section">コメント</a></li></ul></div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="how-it-works" id="how-it-works">動作方法</a><a title="Permanent link" href="#how-it-works" class="permalink">¶</a></h2> +<h2><a name="how-it-works" id="how-it-works">動作方法</a> <a title="Permanent link" href="#how-it-works" class="permalink">¶</a></h2> <p>一つのコントロールプロセスが、 コネクションに対して listen して、しかるべき時に応答する 子プロセスを起動します。Apache は常に幾つかの<dfn>スペア</dfn> @@ -134,7 +134,7 @@ どの程度の頻度でサーバがプロセスをリサイクルするかを制御します。</p> </div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> -<div class="directive-section"><h2><a name="MaxSpareServers" id="MaxSpareServers">MaxSpareServers</a> <a name="maxspareservers" id="maxspareservers">ディレクティブ</a><a title="Permanent link" href="#maxspareservers" class="permalink">¶</a></h2> +<div class="directive-section"><h2><a name="MaxSpareServers" id="MaxSpareServers">MaxSpareServers</a> <a name="maxspareservers" id="maxspareservers">ディレクティブ</a> <a title="Permanent link" href="#maxspareservers" class="permalink">¶</a></h2> <table class="directive"> <tr><th><a href="directive-dict.html#Description">説明:</a></th><td>アイドルな子サーバプロセスの最大個数</td></tr> <tr><th><a href="directive-dict.html#Syntax">構文:</a></th><td><code>MaxSpareServers <var>number</var></code></td></tr> @@ -162,7 +162,7 @@ </ul> </div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> -<div class="directive-section"><h2><a name="MinSpareServers" id="MinSpareServers">MinSpareServers</a> <a name="minspareservers" id="minspareservers">ディレクティブ</a><a title="Permanent link" href="#minspareservers" class="permalink">¶</a></h2> +<div class="directive-section"><h2><a name="MinSpareServers" id="MinSpareServers">MinSpareServers</a> <a name="minspareservers" id="minspareservers">ディレクティブ</a> <a title="Permanent link" href="#minspareservers" class="permalink">¶</a></h2> <table class="directive"> <tr><th><a href="directive-dict.html#Description">説明:</a></th><td>アイドルな子サーバプロセスの最小個数</td></tr> <tr><th><a href="directive-dict.html#Syntax">構文:</a></th><td><code>MinSpareServers <var>number</var></code></td></tr> |