apachectl hardstart?

2006-01-27 Thread Todd Weaver
I've had need in the past to stop, sleep, start apache. The reason for such action(s) has been writing external modules and loading SSL certificates. Recently I wrote an SSL self signing generation script, that after generation required an 'apachectl stop && sleep 5 && apachectl start' or the li

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 sof