From: Stefan Fritsch Date: Sun, 18 Jul 2010 14:57:13 +0000 (+0000) Subject: note some work in progress X-Git-Tag: 2.3.7~85 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8b6072b4e9362ad378714231e5df44809216d8ea;p=thirdparty%2Fapache%2Fhttpd.git note some work in progress git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@965241 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 866985de7d1..4ca2679afb7 100644 --- a/STATUS +++ b/STATUS @@ -66,6 +66,7 @@ RELEASE SHOWSTOPPERS: * Error log format should be configurable. The current format is too verbose: The prefix length ranges from 70 chars (server-scope, level <= info) to 120 chars (conn-scope, level >= debug). + (sf is working on this). FOR BETA: @@ -136,7 +137,8 @@ CURRENT VOTES: RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: * Allow to log module name in error log format. - + (sf is working on this) + * Add mod_allow_method or some other (usable) functionality to replace Limit/LimitExcept.