As you are running your apache with prefork MPM you can use
ModPerl::RegistryPreFork which e.g. automatically changes to your
document-root which is not possible with other (threaded) MPMs.

The Loaders are not important to you!

If you start a new project and the scripts don't have to run as CGIs as
well I'd propose that you don't using any of the registries and start
creating Handlers.

Tom

Paul Harrison wrote:
> Hi, I’m currently using apache-2.0.55_4(Version 2 of Apache web server
> with prefork MPM.) & mod_perl2-2.0.2,3(Embeds a Perl interpreter in the
> Apache2 server)
> 
>  
> 
> Should I be using the module ModPerl::RegistryLoader or
> ModPerl::RegistryLoaderPreFork ?
> 
> &
> 
> Should I be using the module ModPerl::Registry or ModPerl::RegistryPreFork ?
> 
>  
> 
>  
> 
> Thxs
> 
>  
> 
>  
> 
>  
> 
> Paul
> 


Attachment: signature.asc
Description: OpenPGP digital signature

  • Mod_Perl Paul Harrison
    • Re: Mod_Perl Tom Schindl

Reply via email to