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: [PATCH] configurable Location block speed up

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

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: [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

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

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] 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: [PATCH] configurable Location block speed up

2004-02-05 Thread gregames
Joshua Slive wrote: (without closer looking at the code) I'd suggest rather Location [virtual] /uri-path /Location where the virtual keyword defines that the location is independent from filesystem. Perhaps I'm misunderstanding the issue, but neither of these make sense to me. It is not really

[PATCH] configurable Location block speed up

2004-02-04 Thread gregames
I had some offline feedback for my previous Location speeder-upper which I though had merit. That patch skips the directory walk when it detects a SetHandler directive inside of a Location block. The jist of the criticism was that some user might have a Location block with a URI that overlaps

Re: [PATCH] configurable Location block speed up

2004-02-04 Thread Andr Malo
* [EMAIL PROTECTED] wrote: If there are sites out there that ignore the piece about the content living outside the filesystem, my previous patch which requires no new configuration might create problems. This version adds an OutsideFilesystem directive, only valid in Location, to eliminate

Re: [PATCH] configurable Location block speed up

2004-02-04 Thread Joshua Slive
On Wed, 4 Feb 2004, [ISO-8859-15] André Malo wrote: * [EMAIL PROTECTED] wrote: If there are sites out there that ignore the piece about the content living outside the filesystem, my previous patch which requires no new configuration might create problems. This version adds an

Re: [PATCH] configurable Location block speed up

2004-02-04 Thread Andr Malo
* Joshua Slive [EMAIL PROTECTED] wrote: On Wed, 4 Feb 2004, [ISO-8859-15] André Malo wrote: * [EMAIL PROTECTED] wrote: If there are sites out there that ignore the piece about the content living outside the filesystem, my previous patch which requires no new configuration might