| Author |
Setting environment variable on apache
|
|
| sandro.calandrino@tiscali.it 2007-08-30, 7:22 am |
| 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.
Thanks,
Sandro
| |
| phantom 2007-08-30, 7:22 am |
| <sandro.calandrino@tiscali.it> wrote in message
news:1188472606.687016.7360@w3g2000hsg.googlegroups.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 2007-08-30, 7:22 am |
| 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.googlegroups.com...
>
>
>
>
> what version of apache are you running?
| |
| phantom 2007-08-30, 1:23 pm |
| <sandro.calandrino@tiscali.it> wrote in message
news:1188476333.471495.38000@50g2000hsm.googlegroups.com...
> Our Apache is 2.0.50
>
> On 30 Ago, 13:40, "phantom" <nob...@blueyonder.invalid> wrote:
>
Your apache is too old -
http://httpd.apache.org/docs/2.2/mo...f.html#setenvif
"Since version 2.0.51 Apache will recognize occurrences of $1..$9 within
value"
| |
| sandro.calandrino@tiscali.it 2007-08-30, 1:23 pm |
| 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.googlegroups.com...
>
>
>
>
>
>
>
>
>
>
> 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"
|
|
|
|