17 Oct
I installed the latest version of Apache last night and enabled a new module that wasn’t previously available under Apache 1.3; mod_deflate. This gives the following speed and size improvements over generally every page hosted here.

By adding the following code to httpd.conf once mod_deflate is compiled into apache you too can achieve similar results.
SetOutputFilter DEFLATE DeflateFilterNote ratio SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary SetEnvIfNoCase Request_URI \.(?:exe|t?gz|zip|bz2|sit|rar)$ no-gzip dont-vary SetEnvIfNoCase Request_URI \.pdf$ no-gzip dont-vary