... Essentially, yes. We already have a double-digit number of content filters in one application, and that's growing. ... I'm currently running something...
Nick Kew
nick@...
Aug 1, 2004 7:24 am
49710
Hi, Here is the patch that enables building proxy_http from HEAD. Since the proxy_module is declared as extern using AP_MODULE_DECLARE_DATA that expands to...
Mladen Turk
mturk@...
Aug 1, 2004 8:31 am
49711
While at OSCON last week, Madhu and I had a chat about mod_cache - and how Zeus is beating httpd 2.x all over the place because they cache and we still don't...
Justin Erenkrantz
justin@...
Aug 1, 2004 8:54 am
49712
... Having an overhead of regexp's by default in our filter code would seem to be a severe bottleneck. I'd rather avoid that or push it on those few specific ...
Justin Erenkrantz
justin@...
Aug 1, 2004 9:18 am
49713
--On Friday, July 16, 2004 11:29 PM -0400 Bill Stoddard <bill@...> ... Yah, when I went through mod_cache tonight, I tossed that same code, too. I ...
Justin Erenkrantz
justin@...
Aug 1, 2004 9:24 am
49714
Oops... gone trough different email, so reposting. Hi, Not a very 'critical' patch, but enables building mod_proxy on 2.0-HEAD (if someone finds that usefull)....
Mladen Turk
mturk@...
Aug 1, 2004 9:26 am
49715
--On Tuesday, July 13, 2004 11:21 AM -0500 "William A. Rowe, Jr." ... Agreed. ... I don't see how a skip feature would work in a push model API like our output...
Justin Erenkrantz
justin@...
Aug 1, 2004 9:33 am
49716
--On Tuesday, July 13, 2004 10:35 AM -0500 "William A. Rowe, Jr." ... Reading the Byterange thread now, I see what OtherBill's position was. Tossing the C-L...
Justin Erenkrantz
justin@...
Aug 1, 2004 9:41 am
49717
... Best configurable via C code not our one-off-XML configuration syntax. ;-) (How about moving our config syntax to Python? Whitespace matters! j/k) ... ...
Justin Erenkrantz
justin@...
Aug 1, 2004 10:02 am
49718
--On Sunday, August 1, 2004 11:26 AM +0200 Mladen Turk <mturk@...> ... Shouldn't that be APR_MAJOR_VERSION? I'm also not sure how many C pre-processors...
Justin Erenkrantz
justin@...
Aug 1, 2004 10:10 am
49719
... Sounds a like job for someone. How about nominating modules for removal in 2.1, or at the very least split them off to an 'unmaintained' distribution? We...
Justin Erenkrantz
justin@...
Aug 1, 2004 10:18 am
49720
Great idea, Nick. By the way: Is it possible to integrate it with mod_rewrite, of course after extending mod_rewrite a little? This may save us the need to ...
Eli Marmor
marmor@...
Aug 1, 2004 10:21 am
49721
... Yes, typo on copy paste to cvs tree :). ... Well, the mod_ssl uses a lot of those '#if (xxx > yyy)' so I think that's supported. MT....
Mladen Turk
mturk@...
Aug 1, 2004 10:57 am
49722
... That's something that's been floating around the back of my mind. I wouldn't want it to be dependent on mod_rewrite. But if dispatch were managed...
Nick Kew
nick@...
Aug 1, 2004 10:58 am
49723
... Hmmm, how many configurations don't use any LocationMatch/family containers nor AliasMatch or Rewrite rules? But anyway, fair point. Regex vs simple...
Nick Kew
nick@...
Aug 1, 2004 11:32 am
49724
... -1. "mod_rewrite is a rule based URL rewriting engine." You can add some sugar to add some conditional stuff there, but do not force people to add ...
... I think, this a good idea in general. In conclusion with some *very* easy mechanism to add modules on the fly (something for a modules.apache.org ...
André Malo
nd@...
Aug 1, 2004 1:51 pm
49726
... Reduction for reduction's sake doesn't achieve anything on it's own. ... Whether something gets booted off the island should be based on lack of users, not...
Too many changes in one patch. Break this up into multiple consumable in 15 minute patches and I'll review them. Bill...
Bill Stoddard
bill@...
Aug 1, 2004 3:26 pm
49730
--On Sunday, August 1, 2004 11:25 AM -0400 Bill Stoddard <bill@...> ... Okay. You asked for it. ;-) I wanted to let the patches sit overnight in...
Justin Erenkrantz
justin@...
Aug 1, 2004 5:23 pm
49731
--On Sunday, August 1, 2004 11:25 AM -0400 Bill Stoddard <bill@...> ... * modules/http/http_request.c (ap_internal_redirect): Call quick_handler when...
Justin Erenkrantz
justin@...
Aug 1, 2004 5:24 pm
49732
--On Sunday, August 1, 2004 11:25 AM -0400 Bill Stoddard <bill@...> ... * modules/experimental/mod_cache.h: Always use atomics. *...
Justin Erenkrantz
justin@...
Aug 1, 2004 5:25 pm
49733
--On Sunday, August 1, 2004 11:25 AM -0400 Bill Stoddard <bill@...> ... * modules/experimental/mod_disk_cache.c: Allow sendfile on cache bodies. ...
Justin Erenkrantz
justin@...
Aug 1, 2004 5:26 pm
49734
--On Sunday, August 1, 2004 11:25 AM -0400 Bill Stoddard <bill@...> ... (This is probably the largest and most complicated one. At the bottom, I've ...
Justin Erenkrantz
justin@...
Aug 1, 2004 5:29 pm
49735
--On Sunday, August 1, 2004 11:25 AM -0400 Bill Stoddard <bill@...> ... * modules/experimental/mod_cache.c: Delay no-store check until saving. (It's...
Justin Erenkrantz
justin@...
Aug 1, 2004 5:30 pm
49736
--On Sunday, August 1, 2004 11:25 AM -0400 Bill Stoddard <bill@...> ... * modules/experimental/mod_cache.c: Reduce logging in mainline case. Index:...
Justin Erenkrantz
justin@...
Aug 1, 2004 5:31 pm
49737
--On Sunday, August 1, 2004 11:25 AM -0400 Bill Stoddard <bill@...> ... * modules/experimental/mod_disk_cache.c (load_headers): Only validate that...
Justin Erenkrantz
justin@...
Aug 1, 2004 5:32 pm
49738
... Wouldn't you want to know the memory currently being held by the allocator as well as all the memory the allocator dished out to it's pools? ... Given that...