dgaudet 98/05/01 11:42:42
Modified: . STATUS Log: overcast Revision Changes Path 1.346 +7 -0 apache-1.3/STATUS Index: STATUS =================================================================== RCS file: /export/home/cvs/apache-1.3/STATUS,v retrieving revision 1.345 retrieving revision 1.346 diff -u -r1.345 -r1.346 --- STATUS 1998/05/01 13:25:36 1.345 +++ STATUS 1998/05/01 18:42:41 1.346 @@ -110,6 +110,8 @@ * MIME type case sensitivity disparity between 1.2.6 and 1.3b6 (PR #2112) Jim: Is the suggested change in find_title() not sufficient? Or is the fix to remap all mimes to lowercase? + Dean: all mime types are already lowercase everywhere else in the + server * proxy security fixes from 1.2.5 need to be brought forward Jim: What are these? @@ -134,6 +136,11 @@ like a bad lockfile... some I would have no idea. I'll generate a list of what I think are these Abort errors and ask for feedback. + Dean: Yep. It's a serious reliability difference between 1.2 and + 1.3 -- for some errors, such as the bogus group id, 1.2 would + have exited immediately. 1.3 will consume all system resources, + it will spawn 32 children per second, and every one of them will + write a log entry. Besides it's an easy fix. * The DoS issue about symlinks to /dev/zero is still present. A device checker patch had been sent to the list a while ago.