[users@httpd] Apache 2.2 mod_headers: RequestHeader edit vs. environment variables

2013-05-31 Thread Felix Almeida
Hello, First of all, let me give you some context. The Apache 2.2's webpage which describes mod_headers' RequestHeader directive says (specifically for the edit action): RequestHeader edit header value replacement [early|env=[!]variable] If this request header exists, its value

Re: [users@httpd] Apache 2.2 mod_headers: RequestHeader edit vs. environment variables

2013-05-31 Thread Eric Covener
The first two lines above work fine, but unfortunately the last one doesn't because the RequestHeader edit directive cannot reference environment variables in its replacement string (why?). :~( These things are not just emergent. Someone has to ask for it. Someone else has to implement, test,

RE: [users@httpd] Apache 2.2 mod_headers: RequestHeader edit vs. environment variables

2013-05-31 Thread Felix Almeida
mod_headers: RequestHeader edit vs. environment variables The first two lines above work fine, but unfortunately the last one doesn't because the RequestHeader edit directive cannot reference environment variables in its replacement string (why?). :~( These things are not just emergent. Someone has