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
- 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
- Importance
- 5
- Easy to solve?
- 8
- Priority
- 40
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is currently unavailableUnable to connect to show.tikiwiki.org. Please let us know of the problem so that we can do something about it. Thanks.
- Ticket ID
- 5502
- Created
- Saturday 08 November, 2014 19:09:41 UTC
by Marc Laporte - LastModif
- Sunday 07 June, 2015 18:26:42 UTC