On Fri, 11 Aug 2000, Matt Sergeant wrote:
> sub handler {
> my $r = shift;
> my $do_undef = ref($r) &&
> (lc($r->dir_config("UndefOnReload") || '') eq
> 'on');
Would be neat to have this as an import parameter.
I don't know why I never got it into StatINC, but I've changed that
to have a parameter for what files to reload and other things like
that. It would make a lot of sense to merge your reload and StatINC
I think, with an on/off switch for "old StatINC behavior", possibly
invoked by loading Apache::StatINC (which would load
Apache::Reload).
It should be called Apache::Reload and be distributed in the
mod_perl package, IMO.
- ask
--
ask bjoern hansen - <http://www.netcetera.dk/~ask/>
more than 70M impressions per day, <http://valueclick.com>
- RFC: Apache::Reload Matt Sergeant
- Re: RFC: Apache::Reload Matt Sergeant
- Re: RFC: Apache::Reload Ken Williams
- Re: RFC: Apache::Reload Leslie Mikesell
- Re: RFC: Apache::Reload Matt Sergeant
- Re: RFC: Apache::Reload Michael Robinton
- Re: RFC: Apache::Reload Ask Bjoern Hansen
- Re: RFC: Apache::Reload Matt Sergeant
- getting rid of nested sub lexical problem chris
- RE: getting rid of nested sub lexical ... Douglas Wilson
- Re: getting rid of nested sub lex... Randal L. Schwartz
- RE: getting rid of nested sub lex... chris
- Re: getting rid of nested sub lexical ... Dan Campbell
- Re: getting rid of nested sub lexical ... Chris Nokleberg
- Re: getting rid of nested sub lex... Doug MacEachern
- Re: getting rid of nested sub... Chris Nokleberg
