[STATUS] (perl-framework) Wed Jan 21 23:46:06 EST 2004

2004-01-22 Thread Rodent of Unusual Size
httpd-test/perl-framework STATUS: -*-text-*- Last modified at [$Date: 2002/03/09 05:22:48 $] Stuff to do: * finish the t/TEST exit code issue (ORed with 0x2C if framework failed) * change existing tests that frob the DocumentRoot (e.g.,

Re: [1.3 PATCH] a different take on forensics

2004-01-22 Thread Ben Laurie
Jeff Trawick wrote: Ben Laurie wrote: Jeff Trawick wrote: See http://www.apache.org/~trawick/exception_hook_13.html You should make the logged strings safe, like mod_log_forensic does, and I think the format should be compatible (which means no space after the colon). Thanks for taking a

Re: [1.3 PATCH] a different take on forensics

2004-01-22 Thread Jeff Trawick
Ben Laurie wrote: Jeff Trawick wrote: Ben Laurie wrote: You should make the logged strings safe, like mod_log_forensic does, and I think the format should be compatible (which means no space after the colon). Thanks for taking a look! I removed the space after the colon, but at present am

[leadership/opensource] invitation to online survey

2004-01-22 Thread NeXTstep
Dear all, I have just put online a survey addressing the topic of good leadership in the open-source environment. Basically, my objective is to identify the personal conceptions of good leadership that reside in the minds of the contributors, in terms of leaders' _behaviors_ and

Re: [1.3 PATCH] a different take on forensics

2004-01-22 Thread Jim Jagielski
Anyway +1 (untested) for the core patch. +1 (tested) on the core-patch... I'm mulling over whether it should be included by default or, at least, runtime configurable :) -- === Jim Jagielski [|] [EMAIL PROTECTED]

Re: [1.3 PATCH] a different take on forensics

2004-01-22 Thread Jeff Trawick
Jim Jagielski wrote: Anyway +1 (untested) for the core patch. +1 (tested) on the core-patch... I'm mulling over whether it should be included by default or, at least, runtime configurable :) personally I would like to see one of those two so that users who are experiencing a problem that could

Re: [1.3 PATCH] a different take on forensics

2004-01-22 Thread Mads Toftum
On Thu, Jan 22, 2004 at 06:48:46AM -0500, Jeff Trawick wrote: anyone else lurking? A very nice idea - seen with my #apache hat on, it'd be really nice to get this when people turn up complaining about segfaults. With my old admin and security paranoid hats on, it would certainly be nice too -

Re: [1.3 PATCH] a different take on forensics

2004-01-22 Thread Bill Stoddard
Jeff Trawick wrote: Ben Laurie wrote: Jeff Trawick wrote: See http://www.apache.org/~trawick/exception_hook_13.html You should make the logged strings safe, like mod_log_forensic does, and I think the format should be compatible (which means no space after the colon). Thanks for taking a

Re: [1.3 PATCH] a different take on forensics

2004-01-22 Thread Jeff Trawick
Bill Stoddard wrote: What is the purpose of the geteuid() call in run_fatal_exception_hook and when might it return 0? geteuid() returns 0 when running with root privileges the purpose of not running the hook as root is a nod to the possibility that the hook could be hijacked (dunno how since

Re: [1.3 PATCH] a different take on forensics

2004-01-22 Thread Jeff Trawick
Mads Toftum wrote: On Thu, Jan 22, 2004 at 06:48:46AM -0500, Jeff Trawick wrote: anyone else lurking? A very nice idea - seen with my #apache hat on, it'd be really nice to get this when people turn up complaining about segfaults. With my old admin and security paranoid hats on, it would

Re: [1.3 PATCH] a different take on forensics

2004-01-22 Thread Bill Stoddard
if the code is always built into the server (with/without EnableExceptionHook setting), perhaps we should add the #define AP_ENABLE_EXCEPTION_HOOK in ap_config.h for platforms where we know it will work +1 Bill

Re: nph cgi [2]

2004-01-22 Thread Stas Bekman
Jeff Trawick wrote: pud wrote: okay, please forgive me, s/mod_cgi/mod_ssl/g, sorry... hey, sorry to disturb you, but,,, i read in the apache2 changelog that you fixed an streaming bug in the mod_cgi - but i think it still exists... (at least in the debian-version) i can't get cgi::irc to work

mystery solved... perhaps.

2004-01-22 Thread Ben Collins-Sussman
After a couple days of research (and talking with Ed Korthof), I think the mysterious bug is solved. Recall the reproduction recipe: * start a long running 'svn import' * run 'apachectl graceful' * a few seconds later, httpd just hangs. It looks like the main bug is with the 'rotatelogs'

ap_add_version_component different behaviour on Win32

2004-01-22 Thread Günter Knauf
Hi, I use ap_add_version_component() in a module; and use ap_hook_post_config(avc_init, NULL, NULL, APR_HOOK_REALLY_FIRST); to add it as first string right after the server signature. This works fine on Linux and NetWare, but on Win32 the string appears _before_ and not _after_ the server

Re: nph cgi [2]

2004-01-22 Thread Jeff Trawick
Stas Bekman wrote: Jeff Trawick wrote: I don't know much about mod_ssl, but I'd guess the issue is in ssl_engine_io.c:ssl_io_filter_output(). Other filters such as content-length filter know that it is nice to flush data already read to the network when a bucket read would block. However, this