This is a discussion on Setting environment variable on apache within the Apache Web Server forums, part of the Web Server and Related Forums category; We want to set an environment variable with the same value of a cookie. I think something of this SetEnvIf ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
<sandro.calandrino@tiscali.it> wrote in message
news:1188472606.687016.7360@w3g2000hsg.googlegroup s.com... > We want to set an environment variable with the same value of a > cookie. I think something of this > > SetEnvIf Cookie ^SSOUser* my_cookie=$1 > RequestHeader add MyHeader1 %{my_cookie}e > > but it dosen't work. > what version of apache are you running? |
|
|||
|
Our Apache is 2.0.50
On 30 Ago, 13:40, "phantom" <nob...@blueyonder.invalid> wrote: > <sandro.calandr...@tiscali.it> wrote in message > > news:1188472606.687016.7360@w3g2000hsg.googlegroup s.com... > > > We want to set an environment variable with the same value of a > > cookie. I think something of this > > > SetEnvIf Cookie ^SSOUser* my_cookie=$1 > > RequestHeader add MyHeader1 %{my_cookie}e > > > but it dosen't work. > > what version of apache are you running? |
|
|||
|
<sandro.calandrino@tiscali.it> wrote in message
news:1188476333.471495.38000@50g2000hsm.googlegrou ps.com... > Our Apache is 2.0.50 > > On 30 Ago, 13:40, "phantom" <nob...@blueyonder.invalid> wrote: >> <sandro.calandr...@tiscali.it> wrote in message >> >> news:1188472606.687016.7360@w3g2000hsg.googlegroup s.com... >> >> > We want to set an environment variable with the same value of a >> > cookie. I think something of this >> >> > SetEnvIf Cookie ^SSOUser* my_cookie=$1 >> > RequestHeader add MyHeader1 %{my_cookie}e >> >> > but it dosen't work. >> >> what version of apache are you running? > Your apache is too old - http://httpd.apache.org/docs/2.2/mod....html#setenvif "Since version 2.0.51 Apache will recognize occurrences of $1..$9 within value" |
|
|||
|
We are upgrading our Apache Web Server to 2.0.58.
Can you confirm that our instrunctions are correct? And if we have to set the value of MyHeader1 with the same value of an other RequestHeader variable can we use these instruction? Thank you very much!!! :-D On 30 Ago, 14:27, "phantom" <nob...@blueyonder.invalid> wrote: > <sandro.calandr...@tiscali.it> wrote in message > > news:1188476333.471495.38000@50g2000hsm.googlegrou ps.com... > > > > > Our Apache is 2.0.50 > > > On 30 Ago, 13:40, "phantom" <nob...@blueyonder.invalid> wrote: > >> <sandro.calandr...@tiscali.it> wrote in message > > >>news:1188472606.687016.7360@w3g2000hsg.googlegro ups.com... > > >> > We want to set an environment variable with the same value of a > >> > cookie. I think something of this > > >> > SetEnvIf Cookie ^SSOUser* my_cookie=$1 > >> > RequestHeader add MyHeader1 %{my_cookie}e > > >> > but it dosen't work. > > >> what version of apache are you running? > > Your apache is too old -http://httpd.apache.org/docs/2.2/mod/mod_setenvif.html#setenvif > "Since version 2.0.51 Apache will recognize occurrences of $1..$9 within > value" |
| Thread Tools | |
| Display Modes | |
|
|