Re: [users@httpd] mod_cache is caching content with Cache-Control: private response headers

2011-10-05 Thread Brendon Anderson
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: >

Re: [users@httpd] mod_cache is caching content with Cache-Control: private response headers

2011-10-05 Thread Brendon Anderson
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

[users@httpd] mod_cache is caching content with Cache-Control: private response headers

2011-10-05 Thread Brendon Anderson
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

[users@httpd] mod_cache not refreshing cached files

2011-09-16 Thread Brendon Anderson
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