From: Stefan Fritsch Date: Wed, 14 Jul 2010 20:15:41 +0000 (+0000) Subject: Add some open issues X-Git-Tag: 2.3.7~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edbed095175d744fe752124ef89d6935a02d053b;p=thirdparty%2Fapache%2Fhttpd.git Add some open issues git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@964171 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index ecb33923fb1..5b8ca3aa728 100644 --- a/STATUS +++ b/STATUS @@ -62,6 +62,10 @@ RELEASE SHOWSTOPPERS: - MPM simple - mod_serf + * 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). + FOR BETA: * Modules without documentation need to be moved to experimental or be @@ -130,6 +134,16 @@ CURRENT VOTES: RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: + * Allow to log module name in error log format. + + * Add mod_allow_method or some other (usable) functionality to replace + Limit/LimitExcept. + + * Sort out modules selections for most/all/reallyall. Maybe rename + all -> most, reallyall -> all, and remove the old 'most'. + + * Add mod_define. + * Patches submitted to the bug database: http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Apache+httpd-2&keywords=PatchAvailable