On Wed, Oct 31, 2007 at 12:39:40PM +, Nick Kew wrote:
> > I think it is worth posting it here, as it is a good example for
> > mod_rewrite use.
>
> It's a very BAD example of mod_rewrite use, because you're reinventing
> a wheel that's been implemented for over 10 years in Apache.
> See mod_ne
On Wed, 31 Oct 2007 09:42:38 +0100
Christian Folini <[EMAIL PROTECTED]> wrote:
> It works on static files only and it means you have to
> gzip the static files in the filesystem in order to make
> it work. But afterwards you'll get a really fast server.
That's perfectly normal.
> I think it is w
Hi there,
We have been playing around with mod_deflate and caching
the other day to solve an urgent performance problem, where
mod_deflate was not an option.
We got some sort of poor man's mod_deflate out of it.
It works on static files only and it means you have to
gzip the static files in the