diff options
| author | Stefan Fritsch <sf@sfritsch.de> | 2012-04-15 19:45:13 +0200 |
|---|---|---|
| committer | Stefan Fritsch <sf@sfritsch.de> | 2012-04-15 19:45:13 +0200 |
| commit | 8f9c15530d0bc387af114619b3ff3f930eb23d3c (patch) | |
| tree | f1d28a9206f9e18ed11c9d2bf302f0fb924b79c0 /docs/manual/mod/mpm_common.html.en | |
| parent | 212cb6c2dcb419aaa6c848406136ec05e98c8632 (diff) | |
| download | apache2-8f9c15530d0bc387af114619b3ff3f930eb23d3c.tar.gz | |
Import httpd-2.4.2.tar.bz2upstream/2.4.2
Diffstat (limited to 'docs/manual/mod/mpm_common.html.en')
| -rw-r--r-- | docs/manual/mod/mpm_common.html.en | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en index 23616649..61e9c752 100644 --- a/docs/manual/mod/mpm_common.html.en +++ b/docs/manual/mod/mpm_common.html.en @@ -292,7 +292,7 @@ to hold without calling <code>free()</code></td></tr> <p>The <code class="directive">MaxMemFree</code> directive sets the maximum number of free Kbytes that every allocator is allowed to hold without calling <code>free()</code>. In threaded MPMs, every - thread has its own allocator. When not set, or when set + thread has its own allocator. When set to zero, the threshold will be set to unlimited.</p> </div> @@ -329,7 +329,7 @@ simultaneously</td></tr> you must also raise <code class="directive"><a href="#serverlimit">ServerLimit</a></code>.</p> <p><code class="directive">MaxRequestWorkers</code> was called - <code class="directive">MaxClients</code> before version 2.3.13. The old name ist still + <code class="directive">MaxClients</code> before version 2.3.13. The old name is still supported.</p> </div> |
