From 65b7400981c6924879fdd62c3c5030ebc61d47cf Mon Sep 17 00:00:00 2001 From: brian Date: Thu, 21 May 1998 04:07:17 +0000 Subject: [PATCH] PR: 2099 Don't commit suicide. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81336 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index cf5ebd2ebc..1133b1029b 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -1675,7 +1675,11 @@ Setting MaxRequestsPerChild to a non-zero limit has two beneficial effects: memory leakage;
  • by giving processes a finite lifetime, it helps reduce the number of processes when the server load reduces. -


    + + +

    This directive has no effect on Win32. + +


    MaxSpareServers directive

    -- 2.50.1