Apache extension

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Apache extension

Post 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 :)
Post Reply