Steve Piner wrote:
> 
> Perrin Harkins wrote:
> 
> > Chris Allen wrote:
> [...]
> > > Is $ENV{foo}='bar'; in startup.pl equivalent to PerlSetEnv foo bar
> > > in httpd.conf?
> >
> > Yes.
> 
> Are you sure? I experimented a few months ago, and found that
> $ENV{foo}='bar'; would only last in each child until the first request
> of the child completed.

You may be right.  Depends on the setting of PerlSetupEnv, I think.
- Perrin

Reply via email to