Re: PerlSetEnv not available inside of PerlRequire script

2002-05-28 Thread Gerald Richter - ecos gmbh
> On Mon, 27 May 2002, Gerald Richter wrote: > > > ok, this looks better, but I don't see the PassEnv setting? > > should be there now, my first patch had only applied SetEnv, both are done > now. > Thanks, it's working now as it should for me :-) Gerald --

Re: PerlSetEnv not available inside of PerlRequire script

2002-05-27 Thread Doug MacEachern
On Mon, 27 May 2002, Gerald Richter wrote: > ok, this looks better, but I don't see the PassEnv setting? should be there now, my first patch had only applied SetEnv, both are done now. - To unsubscribe, e-mail: [EMAIL PROTECT

Re: PerlSetEnv not available inside of PerlRequire script

2002-05-27 Thread Gerald Richter
Hi, > > > > in mod_perl 2 (CVS from today) are the PerlSetEnv and PerlPassEnv not set in > > %ENV while a script is executed with PerlRequire. The following patch solves > > this problem. > > i made a different change that should work the same, but made some of the > code re-usable. not tested be

Re: PerlSetEnv not available inside of PerlRequire script

2002-05-27 Thread Doug MacEachern
On Mon, 27 May 2002, Gerald Richter wrote: > Hi, > > in mod_perl 2 (CVS from today) are the PerlSetEnv and PerlPassEnv not set in > %ENV while a script is executed with PerlRequire. The following patch solves > this problem. i made a different change that should work the same, but made some of

PerlSetEnv not available inside of PerlRequire script

2002-05-27 Thread Gerald Richter
Hi, in mod_perl 2 (CVS from today) are the PerlSetEnv and PerlPassEnv not set in %ENV while a script is executed with PerlRequire. The following patch solves this problem. Gerald P.S. To save work for you I can directly commit it into the cvs, but I like to get it reviewed before I do anything