diff options
author | Colm MacCarthaigh <colm@apache.org> | 2005-08-29 12:20:25 +0200 |
---|---|---|
committer | Colm MacCarthaigh <colm@apache.org> | 2005-08-29 12:20:25 +0200 |
commit | 146fd39a5a6583e4f2f4298a04e3b892eb628936 (patch) | |
tree | d27eaa69f7d6d995237bd55c0d53e0fdf5ddab23 /docs/manual/new_features_2_2.xml | |
parent | *how* did I mis-spell that. (diff) | |
download | apache2-146fd39a5a6583e4f2f4298a04e3b892eb628936.tar.xz apache2-146fd39a5a6583e4f2f4298a04e3b892eb628936.zip |
Implement graceful stop in the event MPM. Implementation is identical to
the worker MPM implementation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@264105 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/new_features_2_2.xml')
-rw-r--r-- | docs/manual/new_features_2_2.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/manual/new_features_2_2.xml b/docs/manual/new_features_2_2.xml index 7a88617948..510e66b2de 100644 --- a/docs/manual/new_features_2_2.xml +++ b/docs/manual/new_features_2_2.xml @@ -49,8 +49,9 @@ setups.</dd> <dt>Graceful stop</dt> - <dd>The <module>prefork</module> and <module>worker</module> MPMs now - allow <program>httpd</program> to be shutdown gracefully via the + <dd>The <module>prefork</module>, <module>worker</module> and + <module>event</module> MPMs now allow <program>httpd</program> + to be shutdown gracefully via the <a href="stopping.html#gracefulstop"><code>graceful-stop</code></a> signal. The <directive module="mpm_common">GracefulShutdownTimeout</directive> directive |