On Mon, 30 Apr 2007 14:10:57 -0400
Jonathan Vanasco <[EMAIL PROTECTED]> wrote:

> 
> On Apr 30, 2007, at 1:39 PM, Frank Wiles wrote:
> 
> >> Is there a way to get additional shell variables exported into ENV
> >> on startup ?
> >
> >    Do you mean the PerlSetEnv and PerlPassEnv directives?
> 
> 
> I guess PerlPassEnv will do...  I only knew about PerlSetEnv .
> 
> But I really want to keep this out of the httpd.conf and push it
> into the startup.pl if possible.

   I haven't tired this, but don't see why it wouldn't work.  Can't
   you just do: 

   $ENV{'foo'} = 'bar'; 

   in your startup.pl? 

 ---------------------------------
   Frank Wiles <[EMAIL PROTECTED]>
   http://www.wiles.org
 ---------------------------------

Reply via email to