Forum Moderators: phranque
Much obliged!
Nic
If the user agent is capable of receiving compressed content, the http server will accommodate, saving network bandwidth. If you are using Apache 1.3 you can use mod_gzip, an extension module to the world's most popular http server, Apache.
However, starting with Apache 2.0 a new module was introduced which allows supporting browsers to request that content be compressed before delivery. This module is mod_deflate [httpd.apache.org]. There are some examples in that link ... is that what you are looking for?