Trunk version of patch works
+1: rpluem, trawick
+ * mod_ldap: Remove pconf usage on request processing threads, create a
+ subpool of the per-vhost LDAP pool instead of copying a reference to it.
+ http://svn.apache.org/viewvc?view=rev&revision=591488
+ +1: covener
+
+ * mod_ldap: Don't return references into shared memory to the caller,
+ as these may expire at any time because callers don't hold
+ a cache lock
+ http://svn.apache.org/viewvc?view=rev&revision=591499
+ http://svn.apache.org/viewvc?view=rev&revision=593919
+ +1: covener
+
+ * mod_ldap: Axe a cleanup that has never run because it's tied to pconf
+ in the child, clarify the @tip in the cleanup function.
+ http://svn.apache.org/viewvc?view=rev&revision=592764
+ http://svn.apache.org/viewvc?view=rev&revision=593283
+ +1: covener
+
PATCHES/ISSUES THAT ARE STALLED
* beos MPM: Create pmain pool and run modules' child_init hooks when