ALv2 boilerplate notice typo (was: Re: cvs commit: httpd-test/flood *.c)

2004-02-09 Thread Jacek Prucia
On Sun, 8 Feb 2004 23:05:01 -0800 Roy T. Fielding [EMAIL PROTECTED] wrote: +/* Copyright 2001-2004 Apache Software Foundation The name of the corporation is The Apache Software Foundation. It needs to be written with the The. Doh! I just did quick copy'n'paste from one of httpd-2.0 files

Re: Apache::TestTrace: changing non-coloured tracing prefices

2004-02-09 Thread Stas Bekman
Geoffrey Young wrote: So it'll look like: [warning] setting ulimit to allow core files ulimit -c unlimited; /home/stas/perl/5.8.1-ithread-nouseshrplib/bin/perl5.8.1 t/TEST -trace=debug [debug] isolated httpd_info VERSION = Apache/2.0.49-dev [...] [crit] generating conf/httpd.conf that's really a

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRun.pm TestSSLCA.pm

2004-02-09 Thread Stas Bekman
[EMAIL PROTECTED] wrote: stas2004/02/09 10:07:49 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm TestSSLCA.pm Log: more t/ related fixes $self-{reconfigure} = $opts{configure} || (grep { $opts{$_}-[0] } qw(preamble postamble)) ||

ALv2 boilerplate notice typo (was: Re: cvs commit: httpd-test/flood *.c)

2004-02-09 Thread Jacek Prucia
On Sun, 8 Feb 2004 23:05:01 -0800 Roy T. Fielding [EMAIL PROTECTED] wrote: +/* Copyright 2001-2004 Apache Software Foundation The name of the corporation is The Apache Software Foundation. It needs to be written with the The. Doh! I just did quick copy'n'paste from one of httpd-2.0 files

Ref584861 Hercules support

2004-02-09 Thread hercules . de
Thank you for consulting our Technical Support Service. The E-mail address you are trying to reach has been changed. Please use the link below for any Technical support request. http://ts.Hercules.com/ Please note that a short registration is required before accessing the email form. Thank

Re: frustrating build experience *nix/windows

2004-02-09 Thread Aryeh Katz
William A. Rowe, Jr. wrote: If I grok what you are asking it would be nice if win32, too, would support VPATH builds with a --srcdir like argument - and throw it's generated files in another directory tree. Did I get the point? This seems doable. That would be perfect. Do I need to

Re: FileSystem v.s. Other Resources [was configurable Location?]

2004-02-09 Thread Brian Akins
William A. Rowe, Jr. wrote: At 04:34 PM 2/6/2004, [EMAIL PROTECTED] wrote: /* this info-handler won't deal with the filename * so null the filename to ensure no file is served. */ r-filename = ; \ What if you have something like: Location /dynamic-stuff SetHandler

Re: FileSystem v.s. Other Resources [was configurable Location?]

2004-02-09 Thread Joshua Slive
On Mon, 9 Feb 2004, Brian Akins wrote: Location /dynamic-stuff SetHandler virtual-dynamic-handler /Location Alias /normal/stuff/dyn /dynamic-stuff How would all this affect this situation? IE, we would still need to know that /normal/stuff/dyn/1/2/test.html became

Re: FileSystem v.s. Other Resources [was configurable Location?]

2004-02-09 Thread William A. Rowe, Jr.
You hit the nail on the head - Alias (and mod_rewrite) cause us the greatest grief in fixing this set of issues. *IF* they all are parsed in the translate name phase we are fine, since map_to_storage is run after translate_name is done. If they are not handled up front we have problems (some

Re: frustrating build experience *nix/windows

2004-02-09 Thread William A. Rowe, Jr.
At 07:43 AM 2/9/2004, you wrote: William A. Rowe, Jr. wrote: If I grok what you are asking it would be nice if win32, too, would support VPATH builds with a --srcdir like argument - and throw it's generated files in another directory tree. Did I get the point? This seems doable. That

Re: FileSystem v.s. Other Resources [was configurable Location?]

2004-02-09 Thread Andr Malo
* William A. Rowe, Jr. [EMAIL PROTECTED] wrote: You hit the nail on the head - Alias (and mod_rewrite) cause us the greatest grief in fixing this set of issues. *IF* they all are parsed in the translate name phase we are fine, since map_to_storage is run after translate_name is done. If

Re: FileSystem v.s. Other Resources [was configurable Location?]

2004-02-09 Thread gregames
William A. Rowe, Jr. wrote: At 04:34 PM 2/6/2004, [EMAIL PROTECTED] wrote: Joshua Slive wrote: And perhaps I'm going way off in left field here, but why should this be user-configurable at all? Shouldn't the (for example) server-status handler know itself that it is a virtual handler, and

Re: FileSystem v.s. Other Resources [was configurable Location?]

2004-02-09 Thread William A. Rowe, Jr.
At 01:37 PM 2/9/2004, André Malo wrote: * William A. Rowe, Jr. [EMAIL PROTECTED] wrote: You hit the nail on the head - Alias (and mod_rewrite) cause us the greatest grief in fixing this set of issues. *IF* they all are parsed in the translate name phase we are fine, since map_to_storage is

Re: FileSystem v.s. Other Resources [was configurable Location?]

2004-02-09 Thread Andr Malo
* William A. Rowe, Jr. [EMAIL PROTECTED] wrote: The only issue in mod_rewrite could be the Type/Handler forcing which occurs also in fixup, where is the right place for such things (to force something). Don't they result in internal redirects? In that case there is nothing wrong when the

Re: [PATCH] configurable Location block speed up

2004-02-09 Thread gregames
Ben Laurie wrote: [EMAIL PROTECTED] wrote: or Joshua's virtual keyword on Location , which I like better the more I think about it. ooops... s/Joshua/André/ but Joshua has excellent points about virtualness being a property of the handler. Yes, the server-status handler should know that

Re: [PATCH] configurable Location block speed up

2004-02-09 Thread William A. Rowe, Jr.
At 03:08 PM 2/9/2004, [EMAIL PROTECTED] wrote: Ben Laurie wrote: [EMAIL PROTECTED] wrote: or Joshua's virtual keyword on Location , which I like better the more I think about it. ooops... s/Joshua/André/ but Joshua has excellent points about virtualness being a property of the handler. Yes,

Re: FileSystem v.s. Other Resources [was configurable Location?]

2004-02-09 Thread William A. Rowe, Jr.
At 02:11 PM 2/9/2004, [EMAIL PROTECTED] wrote: William A. Rowe, Jr. wrote: At 04:34 PM 2/6/2004, [EMAIL PROTECTED] wrote: Joshua Slive wrote: And perhaps I'm going way off in left field here, but why should this be user-configurable at all? Shouldn't the (for example) server-status handler know

Re: Patch for query string customization?

2004-02-09 Thread Brett E.
André Malo wrote: * Brett E. [EMAIL PROTECTED] wrote: Sorry for the confusion. I meant is it possible to use a #define macro for the query string delimiter. Ie, everywhere we use '?' in the code, use say QUERY_STRING_DELIM. For example: modules/mappers/mod_rewrite.c: q =

Re: Patch for query string customization?

2004-02-09 Thread Joshua Slive
On Mon, 9 Feb 2004, Brett E. wrote: We recommend that HTTP server implementors, and in particular, CGI implementors support the use of ; in place of to save authors the trouble of escaping characters in this manner. So maybe we should conform to the spec and support both styles. Huh?

Re: FileSystem v.s. Other Resources [was configurable Location?]

2004-02-09 Thread gregames
William A. Rowe, Jr. wrote: At 02:11 PM 2/9/2004, [EMAIL PROTECTED] wrote: William A. Rowe, Jr. wrote: Modules can do that today with some very trivial code... I think I see a problem. No doubt it could be made to work with a simple tweak. SetHandler in the location container sets the handler

Re: Patch for query string customization?

2004-02-09 Thread Brett E.
Joshua Slive wrote: On Mon, 9 Feb 2004, Brett E. wrote: We recommend that HTTP server implementors, and in particular, CGI implementors support the use of ; in place of to save authors the trouble of escaping characters in this manner. So maybe we should conform to the spec and support both