From: Ryan Bloom Date: Wed, 21 Nov 2001 18:19:06 +0000 (+0000) Subject: This was done a while ago. X-Git-Tag: 2.0.29~65 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eb83cd7d4f1b70588660e418fe554bbec1dc0ce6;p=thirdparty%2Fapache%2Fhttpd.git This was done a while ago. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92096 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 18284745335..bb2d75cafcf 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2001/11/20 03:49:50 $] +Last modified at [$Date: 2001/11/21 18:19:06 $] Release: @@ -69,16 +69,6 @@ RELEASE SHOWSTOPPERS: Status: Bill has some code in his tree that accomplishes this, and will commit it Friday after it's tested. - * Usability: Sanitize the MPM config directives. MaxClients in - the threaded MPM is totally misleading now as it has little to - do with limiting the number of clients (it limits the number - of child processes). Bill proposed nomenclature change to - something like "StartWorkers, MaxWorkers, etc." that could - apply to most all the MPMs (with some notable exceptions). - Bill would be happy with changing MaxClients to MaxServers - to make it agree with the operation of the StartServers - directive. - * revamp the input filter syntax to provide for ordering of filters created with the Set{Input|Output}Filter and the Add{Input|Output}Filter directives. At minimum, some sort