Skip to main content

mod_deflate not working; am I missing a step?

Comments

3 comments

  • kdean
    When you login on the cPanel side for the site's account, do you have it enabled under the "Optimize Website" icon?
    0
  • cPanelMichael
    Hello :) Here is a snippet from our documentation on Mod_Deflate: [QUOTE]EasyApache enables mod_deflate by default, but you must enable compression for each individual web site. You can enable compression for an individual web site with the Optimize Website (Home >> Software/Services >> Optimize Website) interface in cPanel.
    Thank you.
    0
  • dalem
    if you want to set all domains to use mod_deflate add to Apache include [QUOTE]SetOutputFilter DEFLATE # Don"t compress images SetEnvIfNoCase Request_URI .(?:gif|jpe?g|png)$ no-gzip dont-vary # Make sure proxies don"t deliver the wrong content Header append Vary User-Agent env=!dont-vary
    0

Please sign in to leave a comment.