summaryrefslogtreecommitdiff
path: root/docs/manual/server-wide.html
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2000-11-04 02:37:21 +0000
committerJoshua Slive <slive@apache.org>2000-11-04 02:37:21 +0000
commite54e1b6712ce78c4697127d8ba949e6eab9bfa0d (patch)
treefd880d27522c6af03f2b2680ec222f7989777e25 /docs/manual/server-wide.html
parent231c702237d4241dc588c95fcded506fd18a6513 (diff)
downloadhttpd-e54e1b6712ce78c4697127d8ba949e6eab9bfa0d.tar.gz
Minor content and spelling fixes to two recently added docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86831 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/server-wide.html')
-rw-r--r--docs/manual/server-wide.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/manual/server-wide.html b/docs/manual/server-wide.html
index 4636e49ab0..0adc2ab440 100644
--- a/docs/manual/server-wide.html
+++ b/docs/manual/server-wide.html
@@ -15,7 +15,7 @@
<!--#include virtual="header.html" -->
<h1 align="center">Server-Wide Configuration</h1>
-<p>This document explains some of the directives provided by
+<p>This document explains some of the directives provided by the
<a href="mod/core.html">core</A> server which are used to configure
the basic operations of the server.</p>
@@ -118,7 +118,9 @@ these directives from their default values. Sites which need to serve
more than 256 simultaneous requests may need to increase
<code>MaxClients</code>, while sites with limited memory may need to
decrease <code>MaxClients</code> to keep the server from thrashing
-(swapping memory to disk and back).</p>
+(swapping memory to disk and back). More information about tuning
+process creation is provided in the <a
+href="misc/perf-tuning.html">performance hints</a> documentation.</p>
<p>While the parent process is usually started as root under Unix
in order to bind to port 80, the child processes are launched
@@ -197,7 +199,7 @@ configure how Apache handles persistent connections.</p>
<a href="mod/core.html#threadstacksize">ThreadStackSize</a><br>
</td></tr></table>
-<p>The <code>Limit</code>* directives are used to place limits
+<p>The <code>LimitRequest</code>* directives are used to place limits
on the amount of resources Apache will use in reading requests
from clients. By limiting these values, some kinds of denial
of service attacks can be mitigated.</p>
@@ -208,7 +210,7 @@ the Apache children. In particular, this will control
resources used by CGI scripts and SSI exec commands.</p>
<p>The <code>ThreadStackSize</code> directive is used only
-on Netware to control the stock size.</p>
+on Netware to control the stack size.</p>
<!--#include virtual="footer.html" -->
</BODY>