On Mon, 2006-07-10 at 16:05 -0500, Evan Kaufman wrote:
> > You need to do more debugging to find out if your requests are going
> > through mod_perl or not.  For example, you could add a warn of
> > $ENV{MOD_PERL} in your test script and see what shows up in the log.
> Nope, nothing in the error log.  Apache isnt executing the .pl file,
> just serving it up as a raw binary file (its not even converting
> newlines).

I'd try shutting down apache to make sure you have the right one.
Sounds dumb, but I've done it more than once.  Then I'd try removing
things from your config until it starts to work, or else just try using
a really minimal one.

To check if mod_perl is loading at all, you could put some warns in your
module that you load with PerlModule, or PerlRequire a startup.pl that
logs something.

- Perrin

Reply via email to