Changes with Apache 2.3.0
[Remove entries to the current 2.0 and 2.2 section below, when backported]
- *) prefork: Support a graceful-stop procedure. Server will wait until
- existing requests are finished or until "GracefulShutdownTimeout"
- before exiting. [Colm MacCarthaigh, Ken Coar]
+ *) prefork and worker 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]
*) mod_cgid: Append .PID to the script socket filename and remove the
script socket on exit. [Colm MacCarthaigh]
- *) prefork and worker MPM's: Prevent children from holding open listening
- ports upon graceful restart. PR28167.
+ *) prefork and worker MPMs: Prevent children from holding open listening
+ ports upon graceful restart or stop. PR28167.
[Colm MacCarthaigh, Brian Pinkerton <bp thinkpink.com>]
*) Linux 2.0: remove support for threaded MPM's due to linuxthreads use