Page 1 of 1

Apache extension

Posted: Sun May 21, 2006 7:22 pm
by alex.barylski
Does anyone know of an Apache extension which compresses output before sending it to browser?

What I want is ideally a 2 step process:
1) Compress HTML, JavaScript, CSS, etc (like W3CComplier) stripping whitespace, comments, etc
2) Then compressing using gzip compressor (or whatever it is that browsers understand)

Anything like this already exist?

Cheers :)