On Jan 23, 2008 5:57 AM, Alx G <[EMAIL PROTECTED]> wrote: > # PerlFixupHandler Apache::DB # tried this, just filled up my error log > with very low-level mod_perl calls, page didn't load, nothing in tmon.out > (pages work fine without it)
That's how you run your code in the debugger. You have to do it in non-forking mode and start httpd directly from a terminal. Anyway, it's not a profiling tool. I don't see you loading APR::Pool in your <Perl> section, as shown in the docs. - Perrin