I have a Liquid Web VPS account, I\'ve made sure that mod_deflate is installed and running/active.
I used to gzip my css and js files via PHP, as well as my PHP files th
You can add zlib.output_compression = On to your php.ini configuration file. This will compress the output regardless of mod_deflate.
zlib.output_compression = On