Re: Problems profiling with Apache::DProf

2005-03-29 Thread Frank Wiles
On Tue, 29 Mar 2005 12:48:31 -0800 James Black <[EMAIL PROTECTED]> wrote: > Frank, > > We're running Linux, 2.4.mumble, a more or less stock debian. But I > seem to have fixed my problem, by adding the module that contains the > handler to my httpd.conf; I hadn't realized that I needed to >

Re: Problems profiling with Apache::DProf

2005-03-29 Thread James Black
Frank, We're running Linux, 2.4.mumble, a more or less stock debian. But I seem to have fixed my problem, by adding the module that contains the handler to my httpd.conf; I hadn't realized that I needed to explicitly compile my code, that merely mentioning it in the Location directive was ins

Re: Problems profiling with Apache::DProf

2005-03-29 Thread Frank Wiles
On Tue, 29 Mar 2005 11:54:23 -0800 James Black <[EMAIL PROTECTED]> wrote: > Hi, > > I'm using whatever CPAN decided to give me $VERSION = '0.04' > > The problem -- I hesitate to call it a bug, as it likely is a > misconfiguration on my end -- is that when used as per the > instructions, t

Re: Problems profiling with Apache::DProf

2005-03-29 Thread James Black
Hi, I'm using whatever CPAN decided to give me $VERSION = '0.04' The problem -- I hesitate to call it a bug, as it likely is a misconfiguration on my end -- is that when used as per the instructions, the Apache->server object doesn't have a server_root_relative method. My hack was to hardc

Re: Problems profiling with Apache::DProf

2005-03-29 Thread Frank Wiles
On Tue, 29 Mar 2005 11:02:28 -0800 James Black <[EMAIL PROTECTED]> wrote: > I'm having trouble with Apache::DProf. Firstly, there seems to be a > problem with the server_root_relative() method; once that's hacked to > work, the profiler still doesn't return any useful information. The > most

Problems profiling with Apache::DProf

2005-03-29 Thread James Black
I'm having trouble with Apache::DProf. Firstly, there seems to be a problem with the server_root_relative() method; once that's hacked to work, the profiler still doesn't return any useful information. The most I've been able to get it to do is profile what appears to be the Apache:: startup