diff options
author | Ryan Bloom <rbb@apache.org> | 2001-01-12 15:32:38 +0100 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2001-01-12 15:32:38 +0100 |
commit | a9093d708e31c6f916ff5f3fabf1e1c1ec8a216b (patch) | |
tree | 841cb13f7e564f25c78b6d4556e6b8ad95f58a28 /STATUS | |
parent | open_postfile(): (diff) | |
download | apache2-a9093d708e31c6f916ff5f3fabf1e1c1ec8a216b.tar.xz apache2-a9093d708e31c6f916ff5f3fabf1e1c1ec8a216b.zip |
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
Diffstat (limited to 'STATUS')
-rw-r--r-- | STATUS | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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: <Pine.LNX.4.21.0101111403150.1557-100000@koj> + * 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. |