[1.3 PATCH] a different take on forensics

2004-01-20 Thread Jeff Trawick
See http://www.apache.org/~trawick/exception_hook_13.html There is a small patch to Apache 1.3 required to make the sample modules work. This is analogous to the toys using the Apache 2.1 exception hook which are described at http://www.apache.org/~trawick/exception_hook.html.

Re: Graceful stop

2004-01-20 Thread Andrew Ho
Hello, CMWhy does graceful restart exist? Wouldn't it be better to have CMa graceful stop, and then just start a new instance? CM... CM * httpd could be upgraded without dropping clients I don't see how this would work--a graceful stop followed by a start would mean clients would drop in

Re: Graceful stop

2004-01-20 Thread Colm MacCarthaigh
On Tue, Jan 20, 2004 at 10:17:07AM -0800, Andrew Ho wrote: I don't see how this would work--a graceful stop followed by a start would mean clients would drop in between the window when you signal the graceful stop (and Apache therefore stops accepting new requests) and when the new instance

Determine APACHE to resolve cgi scripts step by step

2004-01-20 Thread Mihai Mintici
Thanks in advance, I need to determine APACHE to wait till all required jobs have been processed in a cgi script at one step and only after that to go further. (In detail, Im working with MySQL and before all activities are processed, APACHE force an answer to the request of client and

Re: [1.3 PATCH] a different take on forensics

2004-01-20 Thread gregames
Jeff Trawick wrote: See http://www.apache.org/~trawick/exception_hook_13.html There is a small patch to Apache 1.3 required to make the sample modules work. This is analogous to the toys using the Apache 2.1 exception hook which are described at

Re: SSL renegotiation bug

2004-01-20 Thread Ben Collins-Sussman
Sorry to be so slow in getting back to you, Joe. I'm still desperately looking for a clue on this SSL hang that happens when I run 'apachectl graceful'. On Wed, 2004-01-14 at 15:51, Joe Orton wrote: The client is hanging on a select() call: What's the server doing? Hm, I can't seem to

Sockets and task handling

2004-01-20 Thread Paul White
Hello, There are a few features Id like to use from apache 2.0 modules, and after researching on the web plus browsing through the apache 2.0 source code, it would seem that these types of features are not implemented, or I am missing something. The reason I bring this up here, is