Debugging for mod_perl

2004-12-17 Thread Sean Davis
I am a new user to mod_perl. I have a module that does some computation and has methods for generating png (using GD) and html. I wrapped it in a thin content handler. It works as expected except that when I include it in the httpd.conf file, I start noticing that the png colors are altered

Re: Debugging for mod_perl

2004-12-17 Thread Frank Wiles
On Fri, 17 Dec 2004 07:59:19 -0500 Sean Davis <[EMAIL PROTECTED]> wrote: > I am a new user to mod_perl. I have a module that does some > computation and has methods for generating png (using GD) and html. I > > wrapped it in a thin content handler. It works as expected except > that when I in

Re: Debugging for mod_perl

2004-12-17 Thread Perrin Harkins
On Fri, 2004-12-17 at 07:59 -0500, Sean Davis wrote: > It works as expected except that > when I include it in the httpd.conf file, I start noticing that the png > colors are altered on some requests. Furthermore, it also alters the > colors on another script (running under apache::registry) th