RE: [EMAIL PROTECTED] Combining caching and rewrites

2008-11-26 Thread Tamer Embaby
AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Combining caching and rewrites Hi All I have a response from an expensive backend service that I would like to cache. We already do some caching of static content, and that works fine. However, the response that I want to cache is nor

Re: [EMAIL PROTECTED] Combining caching and rewrites

2008-11-25 Thread Eric Covener
On Tue, Nov 25, 2008 at 8:20 PM, wi <[EMAIL PROTECTED]> wrote: > Hi All > > I have a response from an expensive backend service that I would like > to cache. We already do some caching of static content, and that works > fine. However, the response that I want to cache is normally generated > by a

[EMAIL PROTECTED] Combining caching and rewrites

2008-11-25 Thread wi
Hi All I have a response from an expensive backend service that I would like to cache. We already do some caching of static content, and that works fine. However, the response that I want to cache is normally generated by a rewrite (the last three lines below). So, if I add some caching directives