>>>>> "RB" == Rodney Broom <[EMAIL PROTECTED]> writes:

RB>   #-- Works for mod_perl
RB>   $r->subprocess_env(SOME_KEY => $some_value;

RB> You can see my problem in my mail: "ENV var names rewritten to REDIRECT_*"

That's expected bahavior for a sub-request; the environment from the
original request have REDIRECT_ prefix to distinguish them from the
current request.



Reply via email to