From e8d4bd18ff9b0bf8bb98b63820e3ad7b3b8cc07d Mon Sep 17 00:00:00 2001 From: Colm MacCarthaigh Date: Mon, 19 Sep 2005 15:51:22 +0000 Subject: [PATCH] Backport graceful-stop to the 2.2.x branch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290189 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index 9b0ee407fb..e284fd6d34 100644 --- a/CHANGES +++ b/CHANGES @@ -23,11 +23,6 @@ Changes with Apache 2.3.0 *) Doxygen fixup [Neale Ranns , Ian Holsman] - *) prefork, worker and event MPMs: Support a graceful-stop procedure: - Server will wait until existing requests are finished or until - "GracefulShutdownTimeout" number of seconds before exiting. - [Colm MacCarthaigh, Ken Coar, Bill Stoddard] - *) Teach mod_ssl to use arbitrary OIDs in an SSLRequire directive, allowing string-valued client certificate attributes to be used for access control, as in: SSLRequire "value" in OID("1.3.6.1.4.1.18060.1") @@ -35,6 +30,11 @@ Changes with Apache 2.3.0 Changes with Apache 2.1.8 + *) prefork, worker and event MPMs: Support a graceful-stop procedure: + Server will wait until existing requests are finished or until + "GracefulShutdownTimeout" number of seconds before exiting. + [Colm MacCarthaigh, Ken Coar, Bill Stoddard] + *) prefork, worker and event MPMs: Prevent children from holding open listening ports upon graceful restart or stop. PR 28167. [Colm MacCarthaigh, Brian Pinkerton ] -- 2.40.0