Re: Life of env vars set using Apache.pm->subprocess_env

2003-07-29 Thread Geoffrey Young
Hari Bhaskaran wrote: Hi, Does apache clear env variables set by $r->subprocess_env() at the end of the request? sort of... Put in another way - Does apache start with a 'clean' environment for every request? that's a more accurate description :) --Geoff

Life of env vars set using Apache.pm->subprocess_env

2003-07-29 Thread Hari Bhaskaran
Hi, Does apache clear env variables set by $r->subprocess_env() at the end of the request? Put in another way - Does apache start with a 'clean' environment for every request? Long description : - I set a bunch of variables in one the perl-handlers using Apache request object's $r->subprocess_e