Re: PerlAccessHandler problems

2007-12-26 Thread Tad Johnston
PROTECTED]>; Sent: Friday, December 21, 2007 9:06 PM Subject: Re: PerlAccessHandler problems 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'

Re: PerlAccessHandler problems

2007-12-21 Thread Dondi Stroma
Try PerlSetEnv instead :) - Original Message - From: "Tad Johnston" <[EMAIL PROTECTED]> To: "Tad Johnston" <[EMAIL PROTECTED]> Cc: "Adam Prime" <[EMAIL PROTECTED]>; Sent: Friday, December 21, 2007 9:06 PM Subject: Re: PerlAccessHa

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 proper database whi

Re: PerlAccessHandler problems

2007-12-21 Thread Tad Johnston
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 proper database which it's not.. The problem is when I do a warn using within th

Re: PerlAccessHandler problems

2007-12-21 Thread Adam Prime
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