shak380 has asked for the wisdom of the Perl Monks concerning the following question:

1)

A) In a <Perl> container I put the statement, 'use Apache::DProf;' B) Restarted my Apache. C) Checked my tmon.out file in logs/pid/.

But I couldnt see anything related to the URL I accessed in tmon.out.

2) Since the above method did not work, I added

use Apache::DB(); use APR::Pool(); Apache::DB->init();
in the <Perl> container. Then, restarted the server, still the output is the same. Can anybody please guide me achieve this ? BTW, I have read two threads on this topic, but both of them did not help me.

  • Comment on I am facing an issue with Apache::DProf. I have set it up as below :
  • Download Code

Replies are listed 'Best First'.
Re: I am facing an issue with Apache::DProf. I have set it up as below :
by Anonymous Monk on Apr 30, 2011 at 05:44 UTC