On Thu, Aug 25, 2005 at 01:56:07PM +0200, Axel-Stéphane  SMORGRAV wrote:
> OK What about this, at the expense of an additional GET :
> 
> <VirtualHost www.foo.bar>
>    RewriteCond %{HTTP_COOKIE} MYCOOKIE
>    RewriteRule ^(.*)$ http://cache.foo.bar$1 [P]
> 
>    ProxyPassReverse  / http://cache.foo.bar/
> 
>    ProxyPass / http://backend.foo.bar/ 
>    ProxyPassReverse  / http://backend.foo.bar/
> </VirtualHost>
> 
> <VirtualHost cache.foo.bar>
>    ProxyPass / http://backend.foo.bar/ 
>    ProxyPassReverse  / http://backend.foo.bar/
> 
>    CacheEnable /
> </VirtualHost>

No, that still won't work, but almost :) If you have;

    RewriteCond %{HTTP_COOKIE}  !MYCOOKIE

The above will work, I think.

-- 
Colm MacCárthaigh                        Public Key: [EMAIL PROTECTED]

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to