summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/quickreference.html.en
diff options
context:
space:
mode:
authorYoshiki Hayashi <yoshiki@apache.org>2003-06-16 07:32:00 +0200
committerYoshiki Hayashi <yoshiki@apache.org>2003-06-16 07:32:00 +0200
commite46c3e85243728011d632e2e2afbdafcb82b6350 (patch)
tree9b7af57d8d505d32e80a300570367743064f7d33 /docs/manual/mod/quickreference.html.en
parentFix typo. (diff)
downloadapache2-e46c3e85243728011d632e2e2afbdafcb82b6350.tar.xz
apache2-e46c3e85243728011d632e2e2afbdafcb82b6350.zip
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100262 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/quickreference.html.en')
-rw-r--r--docs/manual/mod/quickreference.html.en2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en
index 4d43d0043d..0d30e7fc75 100644
--- a/docs/manual/mod/quickreference.html.en
+++ b/docs/manual/mod/quickreference.html.en
@@ -415,7 +415,7 @@ to hold without calling <code>free()</code></td></tr>
will handle during its life</td></tr>
<tr><td><a href="beos.html#maxrequestsperthread">MaxRequestsPerThread <var>number</var></a></td><td> 0 </td><td>s</td><td>M</td></tr><tr><td class="descr" colspan="4">Limit on the number of requests that an individual thread
will handle during its life</td></tr>
-<tr class="odd"><td><a href="prefork.html#maxspareservers">MaxSpareServers <var>number</var><br /></a></td><td> 10 </td><td>s</td><td>M</td></tr><tr class="odd"><td class="descr" colspan="4">Maximum number of idle child server processes</td></tr>
+<tr class="odd"><td><a href="prefork.html#maxspareservers">MaxSpareServers <var>number</var></a></td><td> 10 </td><td>s</td><td>M</td></tr><tr class="odd"><td class="descr" colspan="4">Maximum number of idle child server processes</td></tr>
<tr><td><a href="mpm_common.html#maxsparethreads">MaxSpareThreads <var>number</var></a></td><td /><td>s</td><td>M</td></tr><tr><td class="descr" colspan="4">Maximum number of idle threads</td></tr>
<tr class="odd"><td><a href="mpm_netware.html#maxthreads">MaxThreads <var>number</var></a></td><td> 2048 </td><td>s</td><td>M</td></tr><tr class="odd"><td class="descr" colspan="4">Set the maximum number of worker threads</td></tr>
<tr><td><a href="perchild.html#maxthreadsperchild">MaxThreadsPerChild <var>number</var></a></td><td> 64 </td><td>s</td><td>M</td></tr><tr><td class="descr" colspan="4">Maximum number of threads per child process</td></tr>