http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/generators/mod_cgid.c?r1=682475&r2=682389
+1: covener, rpluem
+ * mod_proxy: Remove call to apr_reslist_destroy. With apr-util 1.3.x calling
+ apr_reslist_destroy is not really useful and needed in this case as we are
+ in a cleanup that was registered against the same pool that is used by the
+ reslist.
+ Trunk version of patch:
+ http://svn.apache.org/viewvc?rev=682369&view=rev
+ Backport version for 2.2.x of patch:
+ Trunk version of patch works
+ +1: rpluem,
+
PATCHES/ISSUES THAT ARE STALLED
* beos MPM: Create pmain pool and run modules' child_init hooks when