Hi!

     After some preliminary debugging, here are some observations.  The 
error logging code was added to the "handler" subroutine in 
the dprof.pm file, but no logs were generated in the error.log file.  
Hence, the conclusion is that the handler is not installed.  There is a 
check(see below) before installing the handler (push_handlers), and this 
check is always false.

if ($ENV{MOD_PERL}) {
   File::Path::rmtree($prof_path) if -d $prof_path and
      $ENV{APACHE_DPROF_CLEANUP};
   Apache->push_handlers(PerlChildInitHandler => \&handler);
}

 
How can I get the environment variable "MOD_PERL" to become true?  I was 
trying to use PerlSetEnv in the httpd.conf file, and it did not work.


thanks,

Peggy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to