diff options
author | Colm MacCarthaigh <colm@apache.org> | 2005-08-28 21:22:35 +0200 |
---|---|---|
committer | Colm MacCarthaigh <colm@apache.org> | 2005-08-28 21:22:35 +0200 |
commit | 3e168404bcb873ae5f50ea5ef5f365f0dc657b40 (patch) | |
tree | dd327af64bf8605efa50ed4ea20675ab16b25b8f /docs/manual/new_features_2_2.html.en | |
parent | Update transformations to reflect the graceful-stop XML documentation. (diff) | |
download | apache2-3e168404bcb873ae5f50ea5ef5f365f0dc657b40.tar.xz apache2-3e168404bcb873ae5f50ea5ef5f365f0dc657b40.zip |
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
Diffstat (limited to 'docs/manual/new_features_2_2.html.en')
-rw-r--r-- | docs/manual/new_features_2_2.html.en | 9 |
1 files changed, 9 insertions, 0 deletions
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 <code class="module"><a href="./mod/mod_disk_cache.html">mod_disk_cache</a></code> setups.</dd> + <dt>Graceful stop</dt> + <dd>The <code class="module"><a href="./mod/prefork.html">prefork</a></code> and <code class="module"><a href="./mod/worker.html">worker</a></code> MPMs now + allow <code class="program"><a href="./programs/httpd.html">httpd</a></code> to be shutdown gracefully via the + <a href="stopping.html#gracefulstop"><code>graceful-stop</code></a> + signal. The <code class="directive"><a href="./mod/mpm_common.html#gracefulshutdowntimeout">GracefulShutdownTimeout</a></code> directive + has been added to specify an optional timeout, after which + <code class="program"><a href="./programs/httpd.html">httpd</a></code> will terminate regardless of the status + of any requests being served.</dd> + <dt>Proxying</dt> <dd>The new <code class="module"><a href="./mod/mod_proxy_balancer.html">mod_proxy_balancer</a></code> module provides load balancing services for <code class="module"><a href="./mod/mod_proxy.html">mod_proxy</a></code>. |