Ron Savage wrote:
> On Sun, 27 Nov 2005 19:54:07 -0800, David Christensen wrote:
>>AllowOverride All
>>PerlModule Apache::Reload
>>PerlInitHandler Apache::Reload
>>PerlSetVar ReloadAll Off
This means that only the modules that 'use' Apache::Reload will be reloaded.
This is normally what you want, since reloading everything will slow down every
hit and almost eliminate the mod_perl speed gain.
>>PerlSetVar ReloadModules "Hdwf Hdwf::*"
I'm not sure where you saw this in the documentation, but I wasn't aware that
you could use wildcard characters ('*'). If you are going to use ReloadModules,
I think you have to list all of them explicitly.
>>use Apache::Reload;
>
>
> I do not use this in any of my scripts.
Well you wouldn't need to is you had ReloadAll 'on' or actually used real module
names in ReloadModules. But if you didn't, then you would need "use
Apache::Reload" in all of you modules (not scripts though).
--
Michael Peters
Developer
Plus Three, LP
---------------------------------------------------------------------
Web Archive: http://www.mail-archive.com/[email protected]/
http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]