Re: Best filesystem type for mod_cache in reverse proxy?

2008-11-25 Thread Raymond Wan
Hi Neil Gunton wrote: Well, that seemed to do the trick! So the caveat seems to be: Be careful using both mod_deflate and mod_cache (mod_disk_cache specifically) together if you have a large dynamic website that can generate a large number of distinct pages. Mod_deflate produces a This is

Re: Best filesystem type for mod_cache in reverse proxy?

2008-11-25 Thread Perrin Harkins
On Tue, Nov 25, 2008 at 1:30 PM, Neil Gunton <[EMAIL PROTECTED]> wrote: > The only downside is that people on extremely slow dialup connections might > notice longer download times for page text... but I have to wonder if that's > really an issue today. Back in 1998 perhaps you might care about som

Re: Best filesystem type for mod_cache in reverse proxy?

2008-11-25 Thread Neil Gunton
Neil Gunton wrote: Neil Gunton wrote: Neil Gunton wrote: It seems like this might have something to do with mod_deflate, which I am using in combination with mod_disk_cache. This page gives a clue that there might be a problem with the way files are cached when these modules are both enabled:

Re: How to reject requests before request body is sent?

2008-11-25 Thread Thomas Lindgren
On Mon, Nov 24, 2008 at 9:55 PM, Adam Prime <[EMAIL PROTECTED]> wrote: > This could be useful, but I think it's also pretty much impossible. From > what I understand, the entire request is read before any processing is done > at all, and definitely before the HeaderParserPhase is executed, which