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
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
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,
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
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