mp2 403 intermittent problem

2007-06-26 Thread Tad Johnston
Since converting over to mp2 about a year ago, we seem to be having intermittent problems with ErrorDocument. This is the current configuration in the apache.conf file. SetHandler perl-script PerlResponseHandler Work::Blah PerlOptions +ParseHeaders ErrorDocumen

PerlAccessHandler problems

2007-12-21 Thread Tad Johnston
I'm having problems trying to use an access handler within mod_perl2. If I have it in the conf file it returns a 500 Internal Server Error and if I don't include the PerlAccessHandler line, it runs the page just fine. What's happening is when it is turned on my $ENV for my proxy gets set to a

Re: PerlAccessHandler problems

2007-12-21 Thread Tad Johnston
cessHandler. Thanks, Tad Adam Prime wrote: What does the error_log say? Adam Tad Johnston wrote: I'm having problems trying to use an access handler within mod_perl2. If I have it in the conf file it returns a 500 Internal Server Error and if I don't include the PerlAccessHandler line,

Re: PerlAccessHandler problems

2007-12-21 Thread Tad Johnston
Correction* SetEnv PROXY_BIND localhost Tad Johnston wrote: The error log only says what it can't find which is the table it's trying to query from the database (because of course it's querying the wrong database). The $ENV{PROXY_BIND} variable should be setting it to the

Re: PerlAccessHandler problems

2007-12-26 Thread Tad Johnston
Thanks a bunch! What an easy fix and it works like a charm now. :) Dondi Stroma wrote: Try PerlSetEnv instead :) - Original Message - From: "Tad Johnston" <[EMAIL PROTECTED]> To: "Tad Johnston" <[EMAIL PROTECTED]> Cc: "Adam Prime" <[EMAIL