Re[4]: RegistryBB under modperl 1.28

2003-10-23 Thread justin
I tried that as well, before, did not work .. just verified it again: [Fri Oct 24 02:47:20 2003] [error] Undefined subroutine &Apache::RegistryBB->handler::handler called. PH> On Thu, 2003-10-23 at 22:22, justin wrote: >> # runtime, this location generates the error, browser sees 500 internal s

Re: Re[2]: RegistryBB under modperl 1.28

2003-10-23 Thread Perrin Harkins
On Thu, 2003-10-23 at 22:22, justin wrote: > # runtime, this location generates the error, browser sees 500 internal server error > > SetHandler perl-script > PerlHandler Apache::RegistryBB > As Geoff pointed out, this is a method handler, so try this instead: PerlHandler Apache::RegistryBB-

Re[2]: RegistryBB under modperl 1.28

2003-10-23 Thread justin
Yep, that is there fine already.. PerlModule Apache::Filter PerlModule Apache::RegistryNG PerlModule Apache::RegistryBB PerlModule Apache::Compress PerlModule Apache::RegistryFilter SetHandler perl-script PerlHandler Apache::RegistryNG # runtime, this location generates the error, browser

Re: RegistryBB under modperl 1.28

2003-10-23 Thread Geoffrey Young
justin wrote: Although I can get RegistryNG working just fine, I can't seem to get RegistryBB working. It insists it cannot find the handler, even though I should be able to just change NG to BB in the config file, right? RegistryBB seems not to have changed since modperl 1.13 or prior, and was u

RegistryBB under modperl 1.28

2003-10-23 Thread justin
Although I can get RegistryNG working just fine, I can't seem to get RegistryBB working. It insists it cannot find the handler, even though I should be able to just change NG to BB in the config file, right? RegistryBB seems not to have changed since modperl 1.13 or prior, and was usable there.