Re: [mp2 bug] Perl*Env issues

2004-12-28 Thread Pratik
Yup. The patch is working nice and solving all the issues related to PerlPassEnv & PerlSetEnv. Thanks, Pratik On Tue, 28 Dec 2004 15:34:11 -0500, Stas Bekman <[EMAIL PROTECTED]> wrote: > Pratik wrote: > > I've been trying get this patch working. The basic idea behind the patch is > > : > > > >

Re: [mp2 bug] Perl*Env issues

2004-12-28 Thread Stas Bekman
Pratik wrote: I've been trying get this patch working. The basic idea behind the patch is : 1. Populate %ENV on occurrence of PerlPassEnv & PerlSetEnv. 2. After every .., PerlRequire, PerlModule & PerlLoadModule - sync server tables - scfg->SetEnv & scfg->PassEnv - with %ENV. I believe it's failing

Re: [mp2 bug] Perl*Env issues

2004-12-28 Thread Pratik
I've been trying get this patch working. The basic idea behind the patch is : 1. Populate %ENV on occurrence of PerlPassEnv & PerlSetEnv. 2. After every .., PerlRequire, PerlModule & PerlLoadModule - sync server tables - scfg->SetEnv & scfg->PassEnv - with %ENV. I believe it's failing because I a

Re: [mp2] why Apache::PerlSections gets resolved so many times?

2004-12-28 Thread Stas Bekman
Philippe M. Chiasson wrote: Stas Bekman wrote: Philippe M. Chiasson wrote: Stas Bekman wrote: [...] I've traced it down to this line : handler = modperl_handler_new(p, handler_name); So basically, to be able to use the existing modperl_handler_* framework to run sections, I am creating a b

Re: [mp2] PAUSE indexer issues

2004-12-28 Thread Stas Bekman
Salve J Nilsen wrote: Suddenly, Stas Bekman uttered: Apache::VMonitor requires Apache-Scoreboard. There are two different Apache-Scoreboard version on CPAN. If Apache-Scoreboard-2.02 is not indexed, Apache::VMonitor for mp2 can't automatically satisfy its prerequisites. Would the following be a

Re: [mp2] PAUSE indexer issues

2004-12-28 Thread Salve J Nilsen
Suddenly, Stas Bekman uttered: Apache::VMonitor requires Apache-Scoreboard. There are two different Apache-Scoreboard version on CPAN. If Apache-Scoreboard-2.02 is not indexed, Apache::VMonitor for mp2 can't automatically satisfy its prerequisites. Would the following be a possible solution path