Loading...
 
Skip to main content

In htaccess, IfModule deflate_module is not picking up for ClearOS

Status
Closed
Subject
In htaccess, IfModule deflate_module is not picking up for ClearOS
Version
12.x
Category
  • Conflict of two features (each works well independently)
Feature
Installer (profiles, upgrades and server-related issues)
Performance / Speed / Load / Compression / Cache
Resolution status
Fixed or Solved
Submitted by
Marc Laporte
Volunteered to solve
Jonny Bradley
Lastmod by
Marc Laporte
Rating
(0)
Description

_htaccess contains the following but has no effect in ClearOS (which is like CentOS)

Copy to clipboard
<IfModule deflate_module> AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/x-javascript application/javascript </IfModule>


But the following works:

Copy to clipboard
<IfModule mod_deflate.c> <filesMatch "\.(js|css|html)$"> SetOutputFilter DEFLATE </filesMatch> </IfModule>


http://gtmetrix.com/ reports a difference for PageSpeed Enable gzip compression and YSlow Compress components with gzip


I am wondering if I should add or replace.

Solution

r

Importance
5
Easy to solve?
8
Priority
40
Demonstrate Bug on Tiki 19+
Please demonstrate your bug on show2.tiki.org
Demonstrate Bug (older Tiki versions)
Ticket ID
5502
Created
Saturday 08 November, 2014 19:09:41 UTC
by Marc Laporte
LastModif
Sunday 07 June, 2015 18:26:42 UTC


Show PHP error messages