From: Colm MacCarthaigh Date: Sun, 28 Aug 2005 19:22:35 +0000 (+0000) Subject: Add graceful-stop to the list of new features. X-Git-Tag: 2.3.0~3050 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e168404bcb873ae5f50ea5ef5f365f0dc657b40;p=apache Add graceful-stop to the list of new features. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@263906 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/new_features_2_2.html.en b/docs/manual/new_features_2_2.html.en index f8f134ec7e..7ebf1b2751 100644 --- a/docs/manual/new_features_2_2.html.en +++ b/docs/manual/new_features_2_2.html.en @@ -52,6 +52,15 @@ has been introduced to cleanup mod_disk_cache setups. +
Graceful stop
+
The prefork and worker MPMs now + allow httpd to be shutdown gracefully via the + graceful-stop + signal. The GracefulShutdownTimeout directive + has been added to specify an optional timeout, after which + httpd will terminate regardless of the status + of any requests being served.
+
Proxying
The new mod_proxy_balancer module provides load balancing services for mod_proxy. diff --git a/docs/manual/new_features_2_2.xml b/docs/manual/new_features_2_2.xml index 75781803b0..7a88617948 100644 --- a/docs/manual/new_features_2_2.xml +++ b/docs/manual/new_features_2_2.xml @@ -48,6 +48,16 @@ has been introduced to cleanup mod_disk_cache setups.
+
Graceful stop
+
The prefork and worker MPMs now + allow httpd to be shutdown gracefully via the + graceful-stop + signal. The GracefulShutdownTimeout directive + has been added to specify an optional timeout, after which + httpd will terminate regardless of the status + of any requests being served.
+
Proxying
The new mod_proxy_balancer module provides load balancing services for mod_proxy.