moddeflate

  1. 5

    Problema con MOD_DEFLATE y compresion web

    Buenas tardes Estoy intentando comprimir un sitio web muy sencillo y no me es posible. Tengo habilitado mod_deflate en el servidor, y optimizado todo el contenido, ademas del zlib.output_compression activado. Este es mi .htaccess: RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$...
  2. L

    SOLVED Mod_Deflate not Working after Updating to EA4

    I need some help. I updated to EA4 and enabled multip php versions and everything appeared to work correctly. After the update was completed, I noticed that gzip is no longer working. I verified its installed, but it is not working. I read on another thread to change the php handler from...
  3. epaslv

    SOLVED mod_deflate.c

    I have just discovered that since moving to EasyApaceh4 all our sites that used gzip compression in .htaccess are now not serving serving up content. After doing some research i now see Optimize Website in cPanel which was disabled. I have set this to Compress All Content but still not serving...
  4. R

    PHP-FPM WHM 60 - gzip and deflate stop working

    Hi, I have updated to WHM 60 on my server - all good. I have sites running PHP56 and PHP7. I added PHP-FPM pools on to my own site to see how well it works and how much work is involved and I came across this issue, I was wondering if anyone else has? So I was using google insights on a...
  5. HostXNow_Chris

    Have gzip compression enabled for accounts on the server (including newly created accounts)

    Hi, How to have gzip compression enabled for accounts on the server (including newly created accounts) [Optimize Website in cPanel] I know there are ways to enable it with EasyApache 3 but now we're using EasyApache 4 so just wondering if there's a better way without having to update it the...
  6. R

    Compression not working

    I'm having trouble getting compression working on a VPS server for a client. I've enabled "compress all content" from inside the individual account cpanel. I can confirm that this is properly adding the following code to the .htaccess file in the account root. <IfModule mod_deflate.c>...