Re: Whitescreens when using a dir-conf merge function

2007-02-07 Thread Todd Esposito
you're moving pointers; you may want to consider using apr_pstrdup and/or memcpy instead, unless you are SURE the pointers in question are pointing at things which are in a long-life pool. HTH, Todd

apachectl hardstart?

2006-01-27 Thread Todd Weaver
if 'hardstart' would be of any use to others. Or if anybody had any improvements to the code. (example: throw a different error code for hardstart failure?) Feedback? Todd. ### cvs diff -u apachectl Index: apachectl === RCS file

Re: Patches and Enhancements for a SSL-Proxy Based on Apache 2.0 (mod_ssl, mod_proxy, mod_headers)

2003-09-21 Thread Todd
I'm just looking for a fix to this problem. Granted that this is a security issue specifically in this case b/c the header turns out to be a Client Cert. I am not sure where the bug is, my guess is it's in mod-headers if that is the case, a plain HTTP header that is multi-line would be corrupted

Re: Patches and Enhancements for a SSL-Proxy Based on Apache 2.0 (mod_ssl, mod_proxy, mod_headers)

2003-09-18 Thread Todd
Hi 1. So whatever happened to this code? 2. Did this ever make it into Apache 2.0.44 and later? Thanks. --- In [EMAIL PROTECTED], Maik Mueller [EMAIL PROTECTED] wrote: Hello Graham, Friday, February 14, 2003, 12:17:23 PM, you wrote: GL Looking at this further, the header value is

Tracing dynamic content calls and subroutines for performance tuning

2003-08-14 Thread Todd Weaver
I use Linux Apache1.3/mod_perl/mason, dbd::mysql. Is there a way to show a trace of an incoming request, and ALL the components called (perl subroutines etc), with their start times and end times. (if there is no way, I am interested in authoring, with some guidance/assistance, a third party