You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Jeff Trawick <tr...@attglobal.net> on 2003/12/18 01:43:49 UTC

YA debug/diagnosis module for Apache 2+

short description:
. implements a single process/single thread daemon running alongside Apache MPM 
(on Unix) to enable requests to be handled by an alternate mini-MPM
. this can be useful for diagnosing web server problems
. this can be useful for providing a simpler (unthreaded, predictable) debugger 
environment for testing/debugging non-MPM code without building a non-threaded MPM

more info:
http://www.apache.org/~trawick/mod_backdoor.txt
http://www.apache.org/~trawick/mod_backdoor.c

Comments or fixes are appreciated, of course.  It was thrown together today and 
must be expected to have horrendous problems, but "it works for me."