]> granicus.if.org Git - apache/commitdiff
oh well.. there goes the logging directive
authorIan Holsman <ianh@apache.org>
Sun, 13 Jan 2002 20:01:00 +0000 (20:01 +0000)
committerIan Holsman <ianh@apache.org>
Sun, 13 Jan 2002 20:01:00 +0000 (20:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92842 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 88ac371becd6bb59ae5c079f1c203be57138e52e..d60f3801b0aa808e3d867f1ad8975716e1e88085 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                             -*-text-*-
-Last modified at [$Date: 2002/01/13 15:56:29 $]
+Last modified at [$Date: 2002/01/13 20:01:00 $]
 
 Release:
 
@@ -100,7 +100,7 @@ RELEASE SHOWSTOPPERS:
       Status: Ian says.. auth_dbm can now handle multiple DBM types,
               is this still an issue?
       Vote: Remove mod_auth_db
-            +1: Justin
+            +1: Justin, Ian
 
     * Convert all instances of the old apr_lock_t type to the new
       types (once they are fully supported in APR).
@@ -116,26 +116,6 @@ RELEASE SHOWSTOPPERS:
       to be able to return an error code.
 
 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
-    * Add a Logging Directive to exclude logging based on mime type.
-        
-        Message-ID: <ELEDJONBOPPAEGANDEEIEENCCAAA.joshua@slive.ca>
-
-        -1: Joshua Silve, WRowe, Lars 
-        +1: Ian (surprise)
-       
-        Lars Says:
-            But is matching on mime-types really a required feature?
-            IMHO most people are happy with the current conditional logging
-            feature, e.g., matching on REQUEST_URI.
-
-            I tend to be -1 on your patch Ian, because the directive is too
-            specific. We either need a more generic one or just stick with
-            the current (or an enhanced) conditional logging functionality. 
-
-        Ian Says:
-            Large Sites/Sites with other heavy CPU loads need a 'cheap'
-            way to exclude 90% of all log lines (eg images)
-            Regex Matching takes ~5-10 times longer than a simple hash get.
 
     * Try to get libtool inter-library dependency code working on AIX.