Re: Issue with Auth Handler

2008-05-12 Thread Fred Moyer
Tracy12 wrote: Strange thing is it shows some cookie information and in the end it shows Connection: close Content-Length: 0 Why it is showing Content-Length: 0 Do I have to explicitly handle the headers? or do I have to $r->send_http_header; This is only needed for mod_perl 1.x series.

Re: refactoring client's decision

2008-05-12 Thread Perrin Harkins
On Sun, May 11, 2008 at 2:52 AM, Marc Lambrichs <[EMAIL PROTECTED]> wrote: > Secondly, what if we're running the cgi under speedycgi? You can do this with FastCGI if you run a different FastCGI backend for every virtualhost. The same thing would work with mod_perl if you run a different mod_perl

Re: refactoring client's decision

2008-05-12 Thread Foo JH
Creating packages with the same name for multiple sites is generally a recipe for confusion. Following what Michael Peters said, the better way will be to create a properly namespaced package instead. But in the event that the right thing cannot be done, you can consider creating a new interpr