Re: mod_headers -- RequestHeader passing common vars.

2004-12-06 Thread Mladen Turk
André Malo wrote: A simple patch that calls ap_add_common_vars(r) before processing the variable from r-subprocess_env will do more then enough. That's a problem. It's way more than enough. ap_add_common_vars takes time at every call of %{...}e. Perhaps one should add a new core option or

Re: mod_dumpio

2004-12-06 Thread William A. Rowe, Jr.
At 08:07 AM 12/6/2004, Jim Jagielski wrote: The feedback I rec'd regarding mod_dumpio was that it looked like a useful module and that the best fit would be in the (new) debug subdir... I'd like to commit the module, so please speak up now :) Same location as mod_log_forensic? If you want to

Re: mod_dumpio

2004-12-06 Thread André Malo
* Jim Jagielski wrote: The feedback I rec'd regarding mod_dumpio was that it looked like a useful module and that the best fit would be in the (new) debug subdir... I'd like to commit the module, so please speak up now :) mod_bucketeer would fit also in such a directory, doesn't it? Anyway,

Re: mod_dumpio

2004-12-06 Thread Jim Jagielski
=?iso-8859-1?q?Andr=E9_Malo?= wrote: * Jim Jagielski wrote: The feedback I rec'd regarding mod_dumpio was that it looked like a useful module and that the best fit would be in the (new) debug subdir... I'd like to commit the module, so please speak up now :) mod_bucketeer would fit

Re: mod_dumpio

2004-12-06 Thread André Malo
* Jim Jagielski wrote: =?iso-8859-1?q?Andr=E9_Malo?= wrote: Anyway, I think, finally the dumpio code should be pluggable to mod_filter,= =20 but that can be done at any time. Actually, I don't quite agree. It seems almost a capability best left to another module, instead of bundled

Re: svn commit: r110015 - /httpd/httpd/branches/1.3.x/LICENSE /httpd/httpd/branches/1.3.x/NOTICE

2004-12-06 Thread Joe Orton
On Mon, Dec 06, 2004 at 08:07:32PM -, William Rowe wrote: Leaves me a question; this is in httpd-1.3 LICENSE; For the expat xml parser library component: Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd and Clark Cooper

fdqueue in Worker MPM

2004-12-06 Thread Ronald Park
I have a few question about fdqueue in the Worker MPM. First off, is it really a queue? Looks like a stack to me: last in == first out. This could lead to starvation, no? Second: how does ap_queue_push truly block on a full 'queue' (as it says it does in the comment)? I see blocking for the

Problem w/ apache-2.0.52 + php-4.3.9: unresolved symbol ap_loaded_modules

2004-12-06 Thread Enrico Weigelt
Hi folks, I'm currently trying to get apache-2.0.52 and php-4.3.9 running together. The httpd has several modules compiled-in and php should be loaded as .so The build works quite fine (well, crosscompiling w/ sysroot does not work w/ apxs :(( ), but when I try to start httpd with the php4

possible bug in Apache 2.0 (sending chunked body with HTTP/1.0)

2004-12-06 Thread Dave O'Hair
This is low priority. The only reason I'm hitting it is because I'm working with a custom Apache module that does URL-based redirection to an Application Server, and I've managed to work around it pretty easily. I doubt anyone using Apache out of the box would ever see it. When SSL is being

Re: svn commit: r109866 - /httpd/httpd/trunk/modules/loggers/mod_log_config.c

2004-12-06 Thread Paul Querna
Roy T. Fielding wrote: -1 (veto) -- the message is copied to a single buffer for the write because that is the only way to guarantee an atomic append under Unix without locks, thus preventing multiple children from scribbling over each other's log entries. Please revert this change ASAP. Roy

Re: mod_dumpio

2004-12-06 Thread Nick Kew
On Mon, 6 Dec 2004, Jim Jagielski wrote: Anyway, I think, finally the dumpio code should be pluggable to mod_filter,= =20 but that can be done at any time. Indeed, I have that running locally. I never committed it because it contained nasty hacks like a nonportable hardwired /tmp/ path