From: André Malo worker
and event
MPMs, this directive in combination with ThreadLimit
sets
the maximum configured value for MaxRequestWorkers
for the lifetime of the
- Apache httpd process. Any attempts to change this directive during a
- restart will be ignored, but MaxRequestWorkers
can be modified during
- a restart.
event
MPM, this directive
+ also defines how many old server processes may keep running and finish processing
+ open connections.
+ Any attempts to change this directive during a restart will be ignored, but
+ MaxRequestWorkers
can be modified
+ during a restart.
Special care must be taken when using this directive. If
ServerLimit
is set to a value much higher
@@ -621,13 +624,18 @@ Apache HTTP Server
Do not set the value of this directive any higher than what you
might want to set MaxRequestWorkers
to.
With With With There is a hard limit of worker
and event
, use this
- directive only if your MaxRequestWorkers
+
worker
, use this directive only if your
+ MaxRequestWorkers
and ThreadsPerChild
settings require more than 16 server processes (default). Do not set
the value of this directive any higher than the number of server
processes required by what you may want for MaxRequestWorkers
and ThreadsPerChild
.event
, increase this directive if the process
+ number defined by your MaxRequestWorkers
and ThreadsPerChild
settings, plus the
+ number of gracefully shutting down processes, is more than 16 server
+ processes (default).Note
ServerLimit 20000
compiled
into the server (for the prefork
MPM 200000). This is
diff --git a/docs/manual/mod/mpm_common.html.fr b/docs/manual/mod/mpm_common.html.fr
index a76103e2c4..74e1c7f619 100644
--- a/docs/manual/mod/mpm_common.html.fr
+++ b/docs/manual/mod/mpm_common.html.fr
@@ -32,6 +32,8 @@
ja |
tr
diff --git a/docs/manual/mod/mpm_common.html.tr.utf8 b/docs/manual/mod/mpm_common.html.tr.utf8
index 4ce352d5c5..bb7a4444c9 100644
--- a/docs/manual/mod/mpm_common.html.tr.utf8
+++ b/docs/manual/mod/mpm_common.html.tr.utf8
@@ -32,6 +32,7 @@
ja |
tr Description: Une série de directives implémentées par plusieurs
modules multi-processus (MPM) Statut: MPM
Açıklama: | Birden fazla Ãok Süreçlilik Modülü (MPM) tarafından gerçeklenmiÅ yönergeler bütünü. |
---|---|
Durum: | MPM |