Re: mod_ssl not sending Alert upon close ?

2004-02-06 Thread Joe Orton
On Thu, Feb 05, 2004 at 02:03:29PM -0800, Mathihalli, Madhusudan wrote: Okay. here's what I think is happening : (Client = C Server - S) You're right, the alert is never getting sent! C - S : initiates connection C - S : handshake S - C : server sends application data S - C : server

Re: [PATCH] configurable Location block speed up

2004-02-06 Thread gregames
moving to dev@ ... this deserves wider attention IMO Geoffrey Young wrote: one thing I was wondering about was the interaction between your patch an mod_alias. just by following the code without testing, it seems like either mod_alias needs to unset the outside_filesystem flag for things like

Re: cvs commit: httpd-2.0 buildconf

2004-02-06 Thread gregames
[EMAIL PROTECTED] wrote: * buildconf: Clean autoconf cache after running autoconf too. +# Remove autoconf 2.5x's cache directory +rm -rf autom4te*.cache yay! Greg

Re: [PATCH] configurable Location block speed up

2004-02-06 Thread gregames
[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 it is virtual, but the

frustrating build experience *nix/windows

2004-02-06 Thread Aryeh Katz
I'd like to report a frustrating build experience, that is primarily a windows issue, but it highlights a 1.3/2.0 change. In the 1.3 environment I was able to use the --shadow configure option to use the same source tree for multiple os's. This was quite valuable, as one source code change was

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

2004-02-06 Thread gregames
William A. Rowe, Jr. wrote: At 12:17 PM 2/5/2004, Joshua Slive wrote: I do, however, agree that doing a directory-walk on virtual resources is not nice. But my opinion is that virtualness is a property of the resource, and hence should be designated when selecting the resource. That is why I

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

2004-02-06 Thread William A. Rowe, Jr.
At 09:47 AM 2/6/2004, [EMAIL PROTECTED] wrote: William A. Rowe, Jr. wrote: At 12:17 PM 2/5/2004, Joshua Slive wrote: I do, however, agree that doing a directory-walk on virtual resources is not nice. But my opinion is that virtualness is a property of the resource, and hence should be designated

Re: frustrating build experience *nix/windows

2004-02-06 Thread William A. Rowe, Jr.
At 09:44 AM 2/6/2004, Aryeh Katz wrote: In the 1.3 environment I was able to use the --shadow configure option to use the same source tree for multiple os's. This was quite valuable, as one source code change was needed for all platforms. However, the --shadow option is gone in 2.0.

Re: [PATCH] configurable Location block speed up

2004-02-06 Thread Glenn
On Fri, Feb 06, 2004 at 10:37:51AM -0500, [EMAIL PROTECTED] wrote: but Joshua has excellent points about virtualness being a property of the handler. Yes, the server-status handler should know that it is virtual, but the handler hook is too late to skip the directory walk. But the

Patch for query string customization?

2004-02-06 Thread Brett E.
Would the powers that be accept a patch which would define the query string as a macro, possibly specified in configure and with sane defaults of course? Thanks, Brett

Re: frustrating build experience *nix/windows

2004-02-06 Thread Aryeh Katz
William A. Rowe, Jr. wrote: At 09:44 AM 2/6/2004, Aryeh Katz wrote: In the 1.3 environment I was able to use the --shadow configure option to use the same source tree for multiple os's. This was quite valuable, as one source code change was needed for all platforms. However, the --shadow option

Re: [PATCH] configurable Location block speed up

2004-02-06 Thread Ben Laurie
[EMAIL PROTECTED] 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

Re: Patch for query string customization?

2004-02-06 Thread Andr Malo
* Brett E. [EMAIL PROTECTED] wrote: Would the powers that be accept a patch which would define the query string as a macro, possibly specified in configure and with sane defaults of course? Sorry, I don't understand your idea. Can you explain it more? Thanks. nd

Re: frustrating build experience *nix/windows

2004-02-06 Thread William A. Rowe, Jr.
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. Bill At 12:44 PM 2/6/2004, you wrote: William A. Rowe, Jr. wrote:

[PATCH] RE: mod_ssl not sending Alert upon close ?

2004-02-06 Thread Mathihalli, Madhusudan
IOW, the following patch works. Question: Is there any other hook / pool-cleanup thing that I can hook the ssl_filter_io_shutdown() logic into ? -Madhu Index: mod_ssl.c === RCS file:

Re: cvs commit: httpd-2.0 NOTICE LICENSE buildconf

2004-02-06 Thread Justin Erenkrantz
--On Friday, February 6, 2004 9:48 PM + [EMAIL PROTECTED] wrote: nd 2004/02/06 13:48:40 Modified:.LICENSE buildconf Added: .NOTICE Log: begin relicensing httpd-2.1 to Apache License, Version 2.0 Revision ChangesPath 1.10 +12 -56

Re: cvs commit: httpd-2.0 NOTICE LICENSE buildconf

2004-02-06 Thread Andr Malo
* Justin Erenkrantz [EMAIL PROTECTED] wrote: --On Friday, February 6, 2004 9:48 PM + [EMAIL PROTECTED] wrote: nd 2004/02/06 13:48:40 Modified:.LICENSE buildconf Added: .NOTICE Log: begin relicensing httpd-2.1 to Apache License, Version

Re: [PATCH] RE: mod_ssl not sending Alert upon close ?

2004-02-06 Thread Joe Orton
On Fri, Feb 06, 2004 at 01:30:00PM -0800, Mathihalli, Madhusudan wrote: IOW, the following patch works. Question: Is there any other hook / pool-cleanup thing that I can hook the ssl_filter_io_shutdown() logic into ? No, that can't be right either, it would close the connection after each

Re: [PATCH] configurable Location block speed up

2004-02-06 Thread Greg Ames
Glenn wrote: On Fri, Feb 06, 2004 at 10:37:51AM -0500, [EMAIL PROTECTED] wrote: but Joshua has excellent points about virtualness being a property of the handler. Yes, the server-status handler should know that it is virtual, but the handler hook is too late to skip the directory walk. But

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

2004-02-06 Thread Greg Ames
Greg Marr wrote: I'm only changing Location ... Directory is unaffected. Well, that's not entirely true. The Directory is affected indirectly, because it no longer applies. The behavior currently is: it applies to everything it matches. This would change it to: it applies to everything

Re: cvs commit: httpd-2.0 NOTICE LICENSE buildconf

2004-02-06 Thread Justin Erenkrantz
--On Friday, February 6, 2004 10:55 PM +0100 André Malo [EMAIL PROTECTED] wrote: Doh! I'll fix it :-) Thanks, nd Thank *you* for taking this on! ;-) -- justin

Re: Patch for query string customization?

2004-02-06 Thread Brett E.
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 = strchr(r-filename, '?'); to q = strchr(r-filename,