Apache HTTP File Compression

Here are the settings I use on an Apache HTTP Server to compress files automatically when served.  Most browsers have the tools internal to decompress the payloads once they get them. Configuration To do automatic file compression for test type files from the Apache HTTP server, in httpd.conf: 1. Uncomment this entry; the file is […]