in reply to Re: REDIRECT_LD_LIBRARY_PATH variable?
in thread REDIRECT_LD_LIBRARY_PATH variable?

Yeah, the directive is having an effect ... the value of the variable is whatever I set it to be, and otherwise the variable doesn't exist ... but the name is changed.

Yes, you are absolutely correct that environment-variables can be set with $ENV{}, and that many desirable magickal effects happen when you do so within a BEGIN { } block, because of the (very early...) point in time when Perl considers such blocks. This is an apparently-valid, and therefore very-important, observation. Let us therefore recognize it, and let it stand.

But my particular question in this post is... where and why does “REDIRECT_” come from? Why is the final name of the environment-variable not the name that I have attempted to set?

Replies are listed 'Best First'.
Re^3: REDIRECT_LD_LIBRARY_PATH variable?
by Illuminatus (Curate) on Mar 04, 2009 at 14:32 UTC
    I/m afraid you are in the wrong forum. Have you tried apachemonks.org? :) I believe you are the victim of some unintended consequence of your server's configuration of the mod_alias module. Are you allowed to request changes to the actual virtual server configuration you are using within Apache? Maybe setting at that level will cause it to pass thru unaltered?