>
> One thing I'd like to add,
> and I'll send a patch to you soonish if you think it's worthwhile, is
> the ability to specify a whole subtree to be reloaded: using ReloadModules
> is fine but after a while adding modules to the list gets tedious. In most
> cases I want to reload my application modules, and no others.
>

I append a patch that let you say

PerlSetVar ReloadModuleX  <perl-regex>

which allows you to specify a regex to reload modules. For example

PerlSetVar ReloadModuleX  ^Apache

will check all Apache modules. Note: You have to use the / instead of the ::
as package separator if you need any.

PerlSetVar ReloadModuleX  ^Apache/Auth

will realod all modules starting with Apache::Auth

I didn't have written the docs, Matt if you find this patch usefull maybe
you can do it (since your english is much better then mine :-), or drop me a
note and I will do it.

Gerald

P.S: The current version doesn't works with modules that uses pseudo hashs
(with "use fields qw{ .. }" ). I already solved this problem, but I have to
integrate it into Apache::Reload. When I have done it, I send a patch




-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925151
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------

x

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to