mp2, IPC::Run3 && Environment Variables giving "variable not set" error

2008-08-11 Thread Berg, Eric
Hey, folks, As the migration to the Apache2/mp2/perl-5.10 server progresses, I just ran into something that I'm not quite understanding. I've got a module that gets information from a program using IPC::Run3. This script relies on a number of environment variables, which I've been setting success

RE: Approach to Configuring Apache with Perl -- multiple servers in cluster

2008-08-11 Thread Berg, Eric
Just wanted to follow up and thank you guys for the template suggestion. While it seemed like a big change at first, I did go down the path to different versions being maintained on different branches...for about 5 minutes, and it rlly pissed me off. I immediately got confused by the diffe

[Fwd: Re: mp2: processing a subrequest with HTML::FillInForm]

2008-08-11 Thread Stephen Howard
Hey list, Here's how I managed to solve it my $subr = $r->lookup_uri( $redirect ); $subr->add_output_filter( My::Filter::build_handler( $cgi, $messages ) ); $subr->run(); build_handler returns a sub which expects to be used like a filter. This way I can build this sub with request-specific