16/02/10 Compression on the fly If the client can accept it (Accept-Encoding: gzip), we can compress responses on the fly. Why use this instead of storing both a compresssed and uncompressed version and selecting with a type map? - for resources that change often - for dynamic content (e.g. pages sent by Amazon) How: - mod_deflate - Directive: SetOutputFilter Deflate