Re: [EMAIL PROTECTED] Using variables with CO= in mod_rewrite ...

2008-08-13 Thread Gareth Bult
e: [EMAIL PROTECTED] Using variables with CO= in mod_rewrite ... On Wed, Aug 13, 2008 at 09:42, Gareth Bult <[EMAIL PROTECTED]> wrote: > Yes, I tried this, but it didn't seem to make any difference .. with this in > place there is no error but the cookie doesn't get set ..

Re: [EMAIL PROTECTED] Using variables with CO= in mod_rewrite ...

2008-08-13 Thread Krist van Besien
On Wed, Aug 13, 2008 at 09:42, Gareth Bult <[EMAIL PROTECTED]> wrote: > Yes, I tried this, but it didn't seem to make any difference .. with this in > place there is no error but the cookie doesn't get set ... The problem seems to be that SetEnv is evaluated in an API phase after any rewrite rule

Re: [EMAIL PROTECTED] Using variables with CO= in mod_rewrite ...

2008-08-13 Thread Gareth Bult
5:13:28 AM GMT +00:00 GMT Britain, Ireland, Portugal Subject: Re: [EMAIL PROTECTED] Using variables with CO= in mod_rewrite ... On Wed, Aug 13, 2008 at 02:30, Gareth Bult <[EMAIL PROTECTED]> wrote: > Hi, > > I'd like to be able to use a variable in a cookie setting for exa

Re: [EMAIL PROTECTED] Using variables with CO= in mod_rewrite ...

2008-08-13 Thread Gareth Bult
.org Sent: Wednesday, 13 August, 2008 2:26:22 AM GMT +00:00 GMT Britain, Ireland, Portugal Subject: Re: [EMAIL PROTECTED] Using variables with CO= in mod_rewrite ... On Tue, Aug 12, 2008 at 8:30 PM, Gareth Bult <[EMAIL PROTECTED]> wrote: > Hi, > > I'd like to be able to us

Re: [EMAIL PROTECTED] Using variables with CO= in mod_rewrite ...

2008-08-12 Thread Krist van Besien
On Wed, Aug 13, 2008 at 02:30, Gareth Bult <[EMAIL PROTECTED]> wrote: > Hi, > > I'd like to be able to use a variable in a cookie setting for example; > > > ServerName myserver > RewriteEngineOn > SetEnv MYPATH "Hello_World" > RewriteRule

Re: [EMAIL PROTECTED] Using variables with CO= in mod_rewrite ...

2008-08-12 Thread Eric Covener
On Tue, Aug 12, 2008 at 8:30 PM, Gareth Bult <[EMAIL PROTECTED]> wrote: > Hi, > > I'd like to be able to use a variable in a cookie setting for example; > > > ServerName myserver > RewriteEngineOn > SetEnv MYPATH "Hello_World" > RewriteRule

[EMAIL PROTECTED] Using variables with CO= in mod_rewrite ...

2008-08-12 Thread Gareth Bult
Hi, I'd like to be able to use a variable in a cookie setting for example; ServerName myserver RewriteEngine On SetEnv MYPATH "Hello_World" RewriteRule . - [CO=COOKIEID:%{MYPATH}:.domain.com:120] ProxyPass / http://myrealserver:8080/ But for some reason environment variables don't se