Denis Banovic wrote:
Is there some way to tell mod_perl not to include modules from another vserver?
I'm using ModPerl::Registry on Apache 2 & mod_perl 2.

You need to run this after loading ModPerl::Registry:


*ModPerl::MyRegistry::namespace_from =
      \&ModPerl::RegistryCooker::namespace_from_uri;

See the ModPerl::RegistryCooker documentation for more details.

- Perrin



Reply via email to