From: Ryan Bloom Date: Fri, 12 Jan 2001 14:32:38 +0000 (+0000) Subject: Add a note about the ap_r* problem with regard to buckets X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~207 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9093d708e31c6f916ff5f3fabf1e1c1ec8a216b;p=apache Add a note about the ap_r* problem with regard to buckets git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87672 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 3f91a0f3bd..f579432616 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2001/01/11 06:10:50 $] +Last modified at [$Date: 2001/01/12 14:32:38 $] Release: @@ -86,6 +86,13 @@ RELEASE SHOWSTOPPERS: specifying --with-module on the configure line. RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: + + * Mod_autoindex is still causing too many buckets and too many bucket + brigades to be created. We need to improve the way the old ap_r* + functions interact with buckets. This is being tabled until after + the beta. + See MSG: + * The directives to setup output filters need to be re-visited. These directives aren't consistent with what we already have, and they don't always make good sense.