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 server error >> <Location ...> >> SetHandler perl-script >> PerlHandler Apache::RegistryBB >> </Location> PH> As Geoff pointed out, this is a method handler, so try this instead: PH> PerlHandler Apache::RegistryBB->handler PH> If you don't call it as a method, it can't inherit it from RegistryNG. PH> - Perrin