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
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-
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
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
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.