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 usable there.
What is it, or am I, missing here?
[Thu Oct 23 19:06:50 2003] [error] Undefined subroutine &Apache::RegistryBB::handler called.
it's been ages since I messed with any of this stuff, but both NG and BB are method handlers, and I've typically seen that message when the module isn't preloaded for method handlers.
so, try adding
PerlModule Apache::RegistryBB
or otherwise use()ing BB in a startup.pl to get it recognized.
HTH
--Geoff