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, it runs the page just
fine. What's happening is when it is turned on my $ENV for my proxy
gets set to a different host. If it's turned on, the $ENV for the proxy
is sent to the appropriate host. I do have a couple REDIRECT in the
conf file, but they all direct to the same server. Anyone have any ideas?
Tad