> -----Original Message-----
> From: Perrin Harkins [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 21, 2001 11:12 AM
> To: Geoffrey Young; [EMAIL PROTECTED]; David Pisoni
> Subject: Re: PerlModule not updating %INC
> 
> 
> > IIRC, I ran a test with only httpd.conf.default with only 
> these additions
> >
> > PerlModule My::Foo
> >
> > then
> >
> > package My::Foo;
> > warn "initializing...";
> >
> >
> > in lib/perl and I got 'initializing' on each restart.  no
> Apache::ReadConfig
> > going on here.
> 
> And no PerlFreshRestart?

nope - I literally copied the default httpd.conf and added the single
PerlModule directive.  maybe a ServerName and Port change too, but no other
mod_perl stuff.

this drove me batty as I was trying to document how module initialization
code worked.  I did lots of archive digging and convinced myself that the
current behavior is broken and that Doug thinks that what we all expect to
see is the proper behavior, despite the fact that I created mod_perl builds
back to 1.24 and saw the same thing.

--Geoff 

Reply via email to