From: Jeff Trawick Date: Fri, 11 Feb 2005 23:28:04 +0000 (+0000) Subject: worker reliability fix; add note on another proposal X-Git-Tag: 2.0.54~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1f5a550666c8378798109b51b6abd77a50d51ab;p=thirdparty%2Fapache%2Fhttpd.git worker reliability fix; add note on another proposal git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@153472 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index f2c780ac8b1..01e6acbb85b 100644 --- a/STATUS +++ b/STATUS @@ -172,10 +172,11 @@ PATCHES TO BACKPORT FROM TRUNK: +1: jjclar, bnicholes, trawick - trawick notes: some folks want feature checks for uses of new APR - functions in httpd 2.0; I dunno how to check for - availability of apr_procattr_addrspace_set() jerenkrantz: I'm confused as to the status of this backport. + trawick: Somebody commits the APR 0.9 patch, then: + do we have to wait for later APR 0.x release before putting + calls to apr_procattr_addrspace_set() into httpd-2.0.x, or + do we go ahead and introduce the prerequisite? *) mod_actions: Regression from 1.3: the file referred to must exist. Solve this by introducing the "virtual" modifier to the Action @@ -246,6 +247,15 @@ PATCHES TO BACKPORT FROM TRUNK: it as-is. For the one or two platforms that don't like which, they can write their own version of the script. + * worker MPM: Fix a problem which could cause httpd processes to + remain active after shutdown. (Reliability issue.) + Unix MPMs: Shut down the server more quickly when child processes are + slow to exit. (Nice-to-have, but code intersects with the + reliability issue) + http://svn.apache.org/viewcvs.cgi?rev=109510&view=rev + http://svn.apache.org/viewcvs.cgi?rev=105195&view=rev + +1: trawick + PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON: *) Remove LDAP toolkit specific code from util_ldap and mod_auth_ldap.