My configuration is now this: PerlModule Apache2 PerlModule ModPerl::Registry
<Files *.pl>
SetHandler perl-script
PerlHandler ModPerl::Registry
Options +ExecCGI
</Files>
When I run a script through Apache, I get the following error in the log:
[error] failed to resolve handler `ModPerl::Registry'
I've searched through /perl/site/lib and I haven't found ModPerl::Registry.
There are RegistryBB, RegistryCooker, but not Registry.
