On 22/10/13 18:13, Bruce Johnson wrote: >> To me the problem seems to be %ENV being tied to $r->subprocess_env. So, >> > neither PerlSetEnv nor SetEnv actually change the current process' >> > environment. > Pardon me if this sounds dumb, but what possible use are those directives, > then? > It's basically for CGI scripts. After the CGI script is forked but before the exec, $r->subprocess_env is copied to the process environment.
Torsten