Return-Path: owner-new-httpd Received: by taz.hyperreal.com (8.6.12/8.6.5) id SAA14717; Thu, 24 Aug 1995 18:50:06 -0700 Received: from life.ai.mit.edu by taz.hyperreal.com (8.6.12/8.6.5) with SMTP id SAA14711; Thu, 24 Aug 1995 18:50:03 -0700 Received: from volterra (volterra.ai.mit.edu) by life.ai.mit.edu (4.1/AI-4.10) for new-httpd@mail.apache.org id AA07881; Thu, 24 Aug 95 21:49:59 EDT From: rst@ai.mit.edu (Robert S. Thau) Received: by volterra (4.1/AI-4.10) id AA10665; Thu, 24 Aug 95 21:49:57 EDT Date: Thu, 24 Aug 95 21:49:57 EDT Message-Id: <9508250149.AA10665@volterra> To: new-httpd@mail.apache.org Subject: Patches on hyperreal... Sender: owner-new-httpd@apache.org Precedence: bulk Reply-To: new-httpd@apache.org I just put six patches in the httpd/patches/for_Apache_0.8.11 directory on hyperreal; I believe these are everything I've seen since Monday which is *not* a self-described extension. All of them apply cleanly against 0.8.11 in the version I put up (well, at least when I try it), and all have descriptions of the intended purpose of the patch at or near the top of the file, even if I had to write them myself. As to voting schedule --- we'll probably have enough for another round by the end of the weekend (i.e., enough for things to get unworkable if we go too much longer than that); my current thoughts are to have all patches in by Sunday evening, Monday for discussion, and a Tuesday/Wednesday vote. I hope this will be workable for everybody. As to the patches themselves, these patches are: patch11.bsdi-rfc931 --- rfc931 code compiles cleanly on some BSDI releases [Randy Terbush] patch11.dyn-load --- Properly configure dynamically loaded modules (second, corrected version) [R. W. Shufflebotham] patch11.htaccess-first --- Lets .htaccess override in access control, etc. [David Robinson] patch11.include-opt --- properly honor Options Includes (or more accurately, properly honor turning it off). [David Robinson] patch11.include-text --- Make IncludesNoExec work properly, by being willing to include at least text/*. [Roy Fielding] patch11.rfc931 --- After a request which had ident data is processed, don't give the same name on future requests, which do not. [David Robinson] Randy had already uploaded bsdi-rfc931 (so for that, I guess I just added the description ;-); he also uploaded the patch from James Cloos which adds the "point" directive to mod_imap. I guess this is a borderline case --- the imagemap module doesn't support a directive which the imagemap script, which it is meant to replace does; is fixing this removing a bug or adding a feature? The former is tempting. (I added a description here too, just in case the purpose wasn't blindingly obvious from reading the code). This is, at least for the moment: patch11.imap_point --- add "point" directive to imagemap module [James Cloos] For the heck of it, I've verified that it too applies cleanly against 0.8.11, and that a server with *all* of these patches at least compiles (though I haven't tried doing much with it yet). As Brian points out, anyone who wants a more formal database of patches is free to create one, and convince the rest of the group to use it... if not, I may have a go at building that mailbot I was talking about earlier sometime in the next few weeks, but it's not on my front burner. rst