On Sun, 2 Jun 2002, Stas Bekman wrote: > The %ENV part is fine, but why don't I see: EnvTest env var set in the > config file via subprocess_env? Is it supposed be this way?
see modperl_env.c: /* XXX: might want to always do this regardless of PerlOptions -SetupEnv */ modperl_env_configure_request(r); not sure it should be the default since it rather expensive. if one is not using SetHandler perl-script, why not just use Perl{Set,Add}Var instead of PerlSetEnv? there is also SetEnv from mod_env.c, which will always populate r->suprocess_env, just doesn't happen until the fixup phase. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]