How To Serve Compressed HTML Using Apache

For nginx, you can use the gzip_static module. You can also use a rewrite hack with nginx, of course, but this makes configuration easier to manage IMHO.

For the Hiawatha server, the UseGZfile option does the same thing; this is enabled by default.
 
Back
Top