> 
> I'm little bit surprised because in mp2 1.9910 the same configuration works.

yeah.  gozer is the guy to ask about what has changed, though.

> 
> Moreover also works in mp2 1.9911 (without adding explicitly "PerlModule
> Apache::PerlSections") this configuration:
> 
>    LoadModule perl_module modules/mod_perl.so
>    PerlModule Apache2
>    <Perl >
>       use lib '/home/lib/perl';
>    </Perl>
>    PerlModule Apache::Status

yes, that's what I meant by making sure Apache::Status doesn't require()
Apache::PerlSections - here <Perl> is doing the require()ing via
modperl_mgv* routines, which appear to add some magic behind the scenes.

--Geoff


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

Reply via email to