Re: [RELEASE CANDIDATE] Apache-Test-1.27 RC2

2005-10-15 Thread Philip M. Gollucci
Philip M. Gollucci wrote: A release candidate for Apache-Test 1.27 is now available. http://people.apache.org/~pgollucci/at/Apache-Test-1.27-RC2.tar.gz +1 FreeBSD 7.0-current perl 5.8.7 w/o ithreads httpd 2.0.55 apr not threaded Again, I've got a +1 from Randy. Two more and I'll release

mod_mbox stable index urls

2005-10-15 Thread Joshua Slive
One of the best features of mod_mbox is the stable URLs it provides for messages. But the recent upgrade broke all the index urls (date/thread/author) as well as other special urls (raw) for no apparent reason. I've added some Redirects to catch these, but please try keep these stable in the

Re: svn commit: r321449 - in /httpd/mod_mbox/trunk/module-2.0: mod_mbox_file.c mod_mbox_index.c

2005-10-15 Thread André Malo
* [EMAIL PROTECTED] wrote: - if (r-header_only) - status = OK; + if (r-header_only) { + return OK; +} Actually I think, any code that checks for header_only is wrong. The core will take care of it. Not treating HEAD requests special ensures, that the RFC

Re: mod_mbox stable index urls

2005-10-15 Thread Paul Querna
Joshua Slive wrote: One of the best features of mod_mbox is the stable URLs it provides for messages. But the recent upgrade broke all the index urls (date/thread/author) as well as other special urls (raw) for no apparent reason. I've added some Redirects to catch these, but please try keep

Re: svn commit: r321449 - in /httpd/mod_mbox/trunk/module-2.0: mod_mbox_file.c mod_mbox_index.c

2005-10-15 Thread Paul Querna
André Malo wrote: * [EMAIL PROTECTED] wrote: - if (r-header_only) - status = OK; + if (r-header_only) { + return OK; +} Actually I think, any code that checks for header_only is wrong. The core will take care of it. Not treating HEAD requests special

Re: svn commit: r321449 - in /httpd/mod_mbox/trunk/module-2.0: mod_mbox_file.c mod_mbox_index.c

2005-10-15 Thread Justin Erenkrantz
On Sat, Oct 15, 2005 at 12:08:15PM -0700, Paul Querna wrote: Except when we get a HEAD request, r-path_info is filled with bogus data, which causes mod_mbox to crash way deep inside itself. Why isn't r-path_info filled out correctly? If the request's path_info itself is bogus, that should be

Re: svn commit: r321449 - in /httpd/mod_mbox/trunk/module-2.0: mod_mbox_file.c mod_mbox_index.c

2005-10-15 Thread Paul Querna
Justin Erenkrantz wrote: On Sat, Oct 15, 2005 at 12:08:15PM -0700, Paul Querna wrote: Except when we get a HEAD request, r-path_info is filled with bogus data, which causes mod_mbox to crash way deep inside itself. Why isn't r-path_info filled out correctly? If the request's path_info itself

[PATCH] remove block on OPTIONS from mod_cgi

2005-10-15 Thread Roy T . Fielding
I objected to this code when it was first added (13 Aug 1996) as part of Alexei's huge HTTP/1.1 patch and for some unknown reason I forgot to remove it. http://mail-archives.apache.org/mod_mbox/httpd-dev/199608.mbox/ [EMAIL PROTECTED] It has been featured in multiple PRs since then for both

Re: [PATCH] remove block on OPTIONS from mod_cgi

2005-10-15 Thread André Malo
* Roy T. Fielding wrote: On Oct 15, 2005, at 12:54 PM, André Malo wrote: I'm wondering, how many scripts this will break. Perhaps we should provide an option? It can't break a script. It could expose a broken script, That's what I meant ;) but then those scripts are already exposed

Mod_authn_dbd and NetWare

2005-10-15 Thread NormW
Greetings All, The attached bits build the mod_authn_dbd.c module for NetWare. Norm # # Make sure all needed macro's are defined # # # Get the 'head' of the build environment if necessary. This includes default # targets and paths to tools # ifndef EnvironmentDefined include

mod_mbox last-modified headers

2005-10-15 Thread Joshua Slive
mod_mbox used to send Last-Modified HTTP response headers, at least on the messages. (I can't remember if they were sent on indexes.) This seems to have disappeared. (Sorry for just dumping problem reports here without looking at the code...) Joshua.

Re: [PATCH] remove block on OPTIONS from mod_cgi

2005-10-15 Thread William A. Rowe, Jr.
Roy T.Fielding wrote: It has been featured in multiple PRs since then for both GNATS (4490) and Bugzilla (PR 15242). Are there any objections to removing it now, both here and in mod_cgid? It is currently preventing folks from implementing new services (WEBDAV and Atom, among others) via CGI.

make test error on OS X 10.3.9

2005-10-15 Thread Boysenberry Payne
Can anyone help me correct this error; should I make install regardless? waiting 60 seconds for server to start: .Syntax error on line 156 of /Users/boysie/src/libapreq2-2.07/module/t/conf/httpd.conf: Cannot load /Users/boysie/src/libapreq2-2.07/module/apache2/.libs/mod_apreq2.so into

Re: mod_mbox last-modified headers

2005-10-15 Thread Paul Querna
Joshua Slive wrote: mod_mbox used to send Last-Modified HTTP response headers, at least on the messages. (I can't remember if they were sent on indexes.) This seems to have disappeared. (Sorry for just dumping problem reports here without looking at the code...) Joshua. The Index:

Re: mod_mbox last-modified headers

2005-10-15 Thread Joshua Slive
Paul Querna wrote: Joshua Slive wrote: mod_mbox used to send Last-Modified HTTP response headers, at least on the messages. (I can't remember if they were sent on indexes.) This seems to have disappeared. (Sorry for just dumping problem reports here without looking at the code...) It