in reply to Re: Memory Size in Mod_Perl
in thread Memory Size in Mod_Perl

I have permission to modify the conf file, but they tell me it wasn't installed with apache and it would require a reinstall which they will not do.

Replies are listed 'Best First'.
Re^3: Memory Size in Mod_Perl
by perrin (Chancellor) on Jul 09, 2005 at 13:00 UTC
    Apache::RegistryLoader is part of the mod_perl distribution, so it's there unless they specifically removed it. Try looking for it.
      When I try to use it it gives error could not be found in @inc
      I have root shell access to the server but am not sure how to go about reinstalling mod_perl with apache::registryloader, nor do I know the extent of help it will provide.
      sry to spam, I found a mod_perl registry loader but I dont think this is what I want, actually not sure what it does.
        If your server has mod_perl 2 installed on it (this is for use with apache 2) you will find you have ModPerl::RegistryLoader somehwere on your disk. If it has mod_perl 1 on it (and apache 1) you will find Apache::RegistryLoader. You will definitely find one or the other, unless someone has gone to the trouble to manually delete it. There is no option to NOT install it when installing mod_perl.