From: Ryan Bloom Date: Wed, 21 Nov 2001 18:19:06 +0000 (+0000) Subject: This was done a while ago. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5419b0ec1eb403c261a968a35c4283d8396d09d4;p=apache 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 1828474533..bb2d75cafc 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