Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 70093 invoked by uid 500); 17 Aug 2001 13:08:31 -0000 Mailing-List: contact new-httpd-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list new-httpd@apache.org Received: (qmail 70082 invoked from network); 17 Aug 2001 13:08:30 -0000 Message-ID: <002e01c1271d$be5634a0$c6431b09@sashimi> From: "Bill Stoddard" To: References: <20010815030933.55215.qmail@icarus.apache.org> <3B7AE7CD.130F72E9@remulak.net> <20010815173827.J1163@waka.ebuilt.net> <3B7CA28B.A78BD4B@remulak.net> Subject: Re: cvs commit: httpd-2.0/modules/http mod_mime.c Date: Fri, 17 Aug 2001 09:08:43 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Status: O X-Status: X-Keywords: X-UID: 713 > "Roy T. Fielding" wrote: > > > > > On daedalus, that ends up driving mod_mime_magic for many files every > > > single time a browser accesses a distribution directory. This generates > > > tons of overhead, including gunzip'ing at least part of every .gz file > > > in the directory. I suppose we should try to shake out bugs in m_m_m, > > > but we can do that without constantly driving it to choose the autoindex > > > icons. > > > > WTF are we running mod_mime_magic on daedalus? > > beats me...I just work here. > > Bill Stoddard wrote: > > > > Errr.... mod_mime_magic? We should never be going through mmm on daedalus. > > I don't know why you say that, unless you mean that for best performance > we should never be going thru it. We found a bug in m_m_m earlier this > year, on daedalus. Well, yes. And we know what daedalus is serving and should be able to configure in such a way as to avoid the need for m_m_m. I suppose there is value in using a non-optimally configured apache.org as a test bed has some merit though :-) Bill