Jojocms

Welcome to the Jojocms project! We hope that Jojocms provides you with many hours of increased productivity. If you have any issues, this is the place to name them. For general Questions or Beginners help please visit http://www.jojocms.org/forums/.

link to this task | email this task | Tasklist

PR1#100 - Detect GZip

Attached to Project: Jojocms
Opened by Harvey Kane (Harvey) - Wednesday, 12 December 2007, 15:41 UTC+12:00
Category Backend / Core
Due date Not specified
Due in Version Not specified
Operating System Not specified
Priority Normal
Reported version Not specified
Severity Low
Status New
Task Type Bug Report
State Open
Assigned To No-one
Percent Complete
Votes 0
Private No

Details

Jojo gives grief when gzip is enabled, and there is already output compression running on the site. Can we detect the presense of output compression from apache and not enable gzip if it's not needed? Would save some grief.

This task depends upon

Comment by Mike Cochrane (mikec) - Wednesday, 12 December 2007, 16:13 UTC+12:00

apache_get_modules() may indicate if mod_gzip is there.

Loading...