From: Greg Ames Date: Fri, 17 Oct 2008 21:40:06 +0000 (+0000) Subject: vote & promote. X-Git-Tag: 2.2.11~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5679ca54cf281bd490da807f9f743ed45e7bd79;p=thirdparty%2Fapache%2Fhttpd.git vote & promote. this is clearly an improvement. but I am partial to the Event version which eliminates unneeded condition signalling. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@705764 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 87802dfa1ff..252b74d8dc3 100644 --- a/STATUS +++ b/STATUS @@ -85,6 +85,16 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + * Worker MPM: Crosscheck that idle workers are still available before using + them and thus preventing an overflow of the worker queue which causes + a SegFault. + PR: 45605 + Trunk version of patch: + http://svn.apache.org/viewvc?rev=702867&view=rev + Backport version for 2.2.x of patch: + Trunk version of patch works + +1: rpluem, jim, gregames + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -107,16 +117,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: -1: rpluem: jorton found some problems with the trunk version and they should be fixed / discussed in trunk before we backport. - * Worker MPM: Crosscheck that idle workers are still available before using - them and thus preventing an overflow of the worker queue which causes - a SegFault. - PR: 45605 - Trunk version of patch: - http://svn.apache.org/viewvc?rev=702867&view=rev - Backport version for 2.2.x of patch: - Trunk version of patch works - +1: rpluem, jim - * mod_rewrite: Export and install the mod_rewrite.h header to ensure the optional rewrite_mapfunc_t and ap_register_rewrite_mapfunc functions are available to third party modules.