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 ..
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
.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
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