APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2003/12/12 17:20:45 $]
+Last modified at [$Date: 2003/12/14 00:17:41 $]
Release:
* mod_cgid: Restart the cgid daemon if it crashes. PR 19849
modules/generators/mod_cgid.c 1.152
- +1: trawick, gregames, stoddard
- oops, 2 problems to deal with:
- a) patch relies on worker MPM behavior of
- ap_graceful_stop_signalled(), which is to return true if
- MPM is exiting (whether stop or restart or graceful);
- need MPM state query function working in Unix MPMs first
- in order to support this without making the broken
- ap_graceful_stop_signalled() more pervasive
- b) maybe not the fault of this patch, but on Linux the parent
- gets knocked out after a couple of segfaults in cgid
- Update: false alarm... due to confusion about pid in
- sig_coredump(), a message is written to error log saying
- that parent crashed, but it isn't true... bogus message
- seems to be due to a kludge to avoid calling getpid() (to
- support linuxthreads) not working for
- mod_cgid->sig_coredump() when mod_cgid got restarted after
- a crash
+ +1:
+ oops, also needs:
+ . 2.1-dev Unix MPM support to query MPM state
+ . 2.1-dev fix to prevent bogus message about parent crashing when
+ it is "merely" a restarted cgid daemon which crashed
* ab: catch out of memory (reasoning report ID 29)
support/ab.c: r1.125
modules/generators/mod_status.h r1.2
+1: trawick, ianh
- * fix memory leak while handling request body with reverse proxy
- modules/proxy/proxy_http.c r1.173
- (but code has changed slightly since stable branch so patch
- posted to bugzilla is one to use... see PR at
- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24991)
- +1: trawick, stas, ianh, stoddard, minfrin
-
CURRENT RELEASE NOTES:
* Backwards compatibility is expected of future Apache 2.0 releases,