From 03501ae1352f229161a68d5a61c297396bbd7826 Mon Sep 17 00:00:00 2001
From: Mike Rumph
Date: Thu, 30 Jan 2020 18:44:30 +0000
Subject: Fix some grammar errors in the docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873372 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mpm_common.xml | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
(limited to 'docs/manual/mod/mpm_common.xml')
diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml
index 6f755233f6..c845d67072 100644
--- a/docs/manual/mod/mpm_common.xml
+++ b/docs/manual/mod/mpm_common.xml
@@ -149,7 +149,7 @@ of the daemon
The PidFile directive sets the file to
which the server records the process id of the daemon. If the
- filename is not absolute then it is assumed to be relative to the
+ filename is not absolute, then it is assumed to be relative to the
DefaultRuntimeDir.
Example
@@ -348,8 +348,8 @@ in *BSDs.
The maximum length of the queue of pending connections.
- Generally no tuning is needed or desired, however on some
- systems it is desirable to increase this when under a TCP SYN
+ Generally no tuning is needed or desired; however, on some
+ systems, it is desirable to increase this when under a TCP SYN
flood attack. See the backlog parameter to the
listen(2)
system call.
@@ -388,9 +388,9 @@ simultaneously
ServerLimit.
For threaded and hybrid servers (e.g. event
- or worker) MaxRequestWorkers restricts
+ or worker), MaxRequestWorkers restricts
the total number of threads that will be available to serve clients.
- For hybrid MPMs the default value is 16
(16 (ServerLimit) multiplied by the value of
25
(ThreadsPerChild). Therefore, to increase
0
, then the process will never expire.
Setting MaxConnectionsPerChild to a
- non-zero value limits the amount of memory that process can consume
+ non-zero value limits the amount of memory that a process can consume
by (accidental) memory leakage.
@@ -470,7 +470,7 @@ will handle during its life
For worker and event, the default is
MaxSpareThreads 250
. These MPMs deal with idle threads
on a server-wide basis. If there are too many idle threads in the
- server then child processes are killed until the number of idle
+ server, then child processes are killed until the number of idle
threads is less than this number. Additional processes/threads
might be created if ListenCoresBucketsRatio
is enabled.
@@ -520,7 +520,7 @@ spikes
worker and event use a default of
MinSpareThreads 75
and deal with idle threads on a server-wide
- basis. If there aren't enough idle threads in the server then child
+ basis. If there aren't enough idle threads in the server, then child
processes are created until the number of idle threads is greater
than number. Additional processes/threads
might be created if ListenCoresBucketsRatio
@@ -528,7 +528,7 @@ spikes
mpm_netware uses a default of
MinSpareThreads 10
and, since it is a single-process
- MPM, tracks this on a server-wide bases.
+ MPM, tracks this on a server-wide basis.
mpmt_os2 works
similar to mpm_netware. For
@@ -572,7 +572,7 @@ the child processes
File-based shared memory is useful for third-party applications
that require direct access to the scoreboard.
- If you use a ScoreBoardFile then
+
If you use a ScoreBoardFile, then
you may see improved speed by placing it on a RAM disk. But be
careful that you heed the same warnings about log file placement
and security.
@@ -870,7 +870,7 @@ client connections
will be achievable if ThreadStackSize is
set to a value lower than the operating system default. This type
of adjustment should only be made in a test environment which allows
- the full set of web server processing can be exercised, as there
+ the full set of web server processing to be exercised, as there
may be infrequent requests which require more stack to process.
The minimum required stack size strongly depends on the modules
used, but any change in the web server configuration can invalidate
@@ -917,7 +917,7 @@ to the httpd process.
Some third-party firwewall software components may inject errors
into accept() processing, using return codes not specified by the
- operating system
+ operating system.
--
cgit v1.2.3