Re: PERL_CHILD_INIT

2006-03-09 Thread Philippe M. Chiasson
Bill Whillers wrote: > Versions: > Apache/2.0.54 > mod_perl/2.0.1 > > Where can I verify: In mod_perl-1.x, these options were either compiled in or not. In mod_perl-2.x, they can be enabled/disabled per-server. > PERL_CHILD_INIT=1 use Apache2::ServerUtil

PERL_CHILD_INIT

2006-03-08 Thread Bill Whillers
Versions: Apache/2.0.54 mod_perl/2.0.1 Where can I verify: PERL_CHILD_INIT=1 PERL_STACKED_HANDLERS=1 Are these callbacks defaulting in mod_perl 2? (Using Apache2::Status, I don't see current values.) How can these be verified without Apache2::Status? Thanks All, Bill