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
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
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
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