Re: [EMAIL PROTECTED] Strange mod_cache & expires header interaction

2007-05-30 Thread Joshua Slive
On 5/30/07, Christopher Shumway <[EMAIL PROTECTED]> wrote: On Fri, 25 May 2007, Joshua Slive wrote: > I would try two things: > > 1. mod_disk_cache, which is better tested and maintained than > mod_mem_cache, and will often be just as performant given a good > virtual file system layer. Using d

Re: [EMAIL PROTECTED] Strange mod_cache & expires header interaction

2007-05-30 Thread Christopher Shumway
On Fri, 25 May 2007, Joshua Slive wrote: I would try two things: 1. mod_disk_cache, which is better tested and maintained than mod_mem_cache, and will often be just as performant given a good virtual file system layer. Using disk cache for storage instead of memory cache seems to work. Would

Re: [EMAIL PROTECTED] Strange mod_cache & expires header interaction

2007-05-25 Thread Joshua Slive
On 5/24/07, Christopher Shumway <[EMAIL PROTECTED]> wrote: Hi httpd users, I've been testing Apache httpd 2.2.4 as a reverse-caching proxy server but I've ran into some odd behavior with how its handling expired content. Currently I'm using the worker MPM and mod_mem_cache to provide the storage

[EMAIL PROTECTED] Strange mod_cache & expires header interaction

2007-05-24 Thread Christopher Shumway
Hi httpd users, I've been testing Apache httpd 2.2.4 as a reverse-caching proxy server but I've ran into some odd behavior with how its handling expired content. Currently I'm using the worker MPM and mod_mem_cache to provide the storage. I haven't tested this with prefork or mod_disk_cache ye