I searched high and low to get mod-deflate working.
the short answer is.
1. Make sure you are loading mod_deflate!
2. Make sure you have the following within your httpd.conf file to enable compression across all vhosts
AddOutputFilterByType DEFLATE text/html text/plain text/xml
Comments are closed.