Eli wrote on 10/23/2007 11:33 AM:
So basically all I need is to put the minified file on my server as
usual,
and those that have gzip enabled (all modern browser support gzip,
right?) will get a 14k file instead of the 46k?

Yes, assuming your web server is configured to send it gzipped.


Do I have to do any special adjustments to my apache 2 server to
support gzip?

Yes, you need to configure Apache to use mod_deflate:

<http://httpd.apache.org/docs/2.0/mod/mod_deflate.html>



- Bil

Reply via email to