what I wanted.
My thought is that two Cache-Control headers were coming through and
mod_cache obeyed one or the other, not both (and it happened to not
obey the private one probably because of the order).
Does this sound feasible? Bug?
On Wed, Oct 5, 2011 at 9:00 AM, Brendon Anderson wrote:
>
2011 at 8:53 AM, Tom Evans wrote:
> On Wed, Oct 5, 2011 at 2:16 PM, Brendon Anderson wrote:
>> I am setting the Cache-Control: private header in a response on a
>> certain url, but mod_cache is still caching this url.
>>
>> Response Headers as indicated by Firefox (Chrome r
I am setting the Cache-Control: private header in a response on a
certain url, but mod_cache is still caching this url.
Response Headers as indicated by Firefox (Chrome reports similar results):
Response Headers
DateWed, 05 Oct 2011 12:58:41 GMT
Server Apache/2.2.20 (Win32) mod_jk/1.2.32
Exp
I am using mod_cache with Apache 2.2.20. I am using mod_jk to forward
requests to Tomcat.
mod_cache is not refreshing it's cache, no matter if I am using disk
or memory caching. Here is a snipped of the relevant configuration:
CacheDefaultExpire 60
CacheMaxExpire 61
Ca