diff options
Diffstat (limited to 'docs/manual/mod/worker.html.en')
-rw-r--r-- | docs/manual/mod/worker.html.en | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/manual/mod/worker.html.en b/docs/manual/mod/worker.html.en index 16f6087a8f..e73b9bed3b 100644 --- a/docs/manual/mod/worker.html.en +++ b/docs/manual/mod/worker.html.en @@ -105,17 +105,17 @@ <code class="directive"><a href="../mod/mpm_common.html#maxrequestworkers">MaxRequestWorkers</a></code> directive. The maximum number of active child processes is determined by the <code class="directive"><a href="../mod/mpm_common.html#maxrequestworkers">MaxRequestWorkers</a></code> - directive divided by the <code class="directive"><a href="../mod/mpm_common.html# threadsperchild"> + directive divided by the <code class="directive"><a href="../mod/mpm_common.html#threadsperchild"> ThreadsPerChild</a></code> directive.</p> <p>Two directives set hard limits on the number of active child processes and the number of server threads in a child process, and can only be changed by fully stopping the server and then - starting it again. <code class="directive"><a href="../mod/mpm_common.html#serverlimit ">ServerLimit + starting it again. <code class="directive"><a href="../mod/mpm_common.html#serverlimit">ServerLimit </a></code> is a hard limit on the number of active child processes, and must be greater than or equal to the <code class="directive"><a href="../mod/mpm_common.html#maxrequestworkers">MaxRequestWorkers</a></code> - directive divided by the <code class="directive"><a href="../mod/mpm_common.html# threadsperchild"> + directive divided by the <code class="directive"><a href="../mod/mpm_common.html#threadsperchild"> ThreadsPerChild</a></code> directive. <code class="directive"><a href="../mod/mpm_common.html#threadlimit">ThreadLimit</a></code> is a hard limit of the number of server threads, and must be greater than @@ -131,10 +131,10 @@ the following:</p> <ul> - <li>set the value of <code class="directive"><a href="../mod/mpm_common.html# maxconnectionsperchild"> + <li>set the value of <code class="directive"><a href="../mod/mpm_common.html#maxconnectionsperchild"> MaxConnectionsPerChild</a></code> to zero</li> - <li>set the value of <code class="directive"><a href="../mod/mpm_common.html# maxsparethreads"> + <li>set the value of <code class="directive"><a href="../mod/mpm_common.html#maxsparethreads"> MaxSpareThreads</a></code> to the same value as <code class="directive"><a href="../mod/mpm_common.html#maxrequestworkers">MaxRequestWorkers</a></code></li> </ul> |