[QUESTION] mod_perl isnt having any effect...perhaps I've misconfigured?

2006-07-10 Thread Evan Kaufman
I'm running a Gentoo Linux server using Apache 2.0.55-r1 with Perl 5.8.8, and just recently installed mod_perl 2.0.1-r2. However, mod_perl just doesnt seem to work. I get no errors when apache starts up, and theres nothing in apache's error log except some unrelated 404s. It [mod_perl] just...i

Re: [QUESTION] mod_perl isnt having any effect...perhaps I've misconfigured?

2006-07-10 Thread Perrin Harkins
On Mon, 2006-07-10 at 14:54 -0500, Evan Kaufman wrote: > I'm running a Gentoo Linux server using Apache 2.0.55-r1 with Perl > 5.8.8, and just recently installed mod_perl 2.0.1-r2. However, > mod_perl just doesnt seem to work. You need to do more debugging to find out if your requests are going th

Re: [QUESTION] mod_perl isnt having any effect...perhaps I've misconfigured?

2006-07-10 Thread Evan Kaufman
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

Re: [QUESTION] mod_perl isnt having any effect...perhaps I've misconfigured?

2006-07-10 Thread Perrin Harkins
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 lo

Re: [QUESTION] mod_perl isnt having any effect...perhaps I've misconfigured?

2006-07-11 Thread Evan Kaufman
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. i think i found the problem, its something specific to the linux distro i'm using (gentoo) thats preventing mod_perl from ever loading. i