Benct Philip Jonsson wrote:
> I don't have access to the httpd.conf file, AFAIK only
> the server administrator does, so my question is if there
> is a way to preload local modules without having to
> bother the server administrator each and every time I add
> a new module.

If your modules are preloaded, Apache will need to restarted when they
change, or when new ones are added, so I don't think you can avoid
bugging the administrator.

You can ask the administrator to add a

PerlRequire /path/to/startup.pl

line in the Apache conf. This will give you the ability to pre-load
modules and set the library path without having to bug the
administrator, but Apache will still need restarting.

-Oli

Attachment: signature.asc
Description: OpenPGP digital signature

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to