GZIP not working for JS or CSS

#1
Running v4.0.17 I can't get gzip to work with JS or CSS mime types.

I've followed the recommendations in this support topic: ../support/forum/showthread.php?p=19488

And appear to have the same issue as this topic: ../support/forum/showthread.php?t=4130

Sorry, can't post complete links. Isn't this a customer forum? The links are within this forum.

OS is CENTOS 5.5 x86_64

I seem to have run up against a wall. Any recommendations welcome.
 

NiteWave

Administrator
#5
using firebug checked the website, css and js are compressed

GET style.css
Response Headers:
HTTP/1.1 200 OK
Cache-Control: max-age=86400
Content-Encoding: gzip
Content-Length: 3132
Content-Type: text/css
Etag: "3320-4c7d4734-0"
Expires: Thu, 04 Nov 2010 17:53:43 GMT
Last-Modified: Tue, 31 Aug 2010 18:17:24 GMT
Connection: keep-alive
Date: Thu, 04 Nov 2010 01:44:19 GMT
GET prototype.js
Response Headers:
HTTP/1.1 200 OK
Content-Encoding: gzip
Vary: Accept-Encoding
Date: Thu, 04 Nov 2010 01:44:20 GMT
Accept-Ranges: bytes
Connection: close
Etag: "2224e-4c6588ba-0"
Last-Modified: Fri, 13 Aug 2010 18:02:34 GMT
Content-Type: application/javascript
Content-Length: 31718
Cache-Control: max-age=604800
Expires: Thu, 11 Nov 2010 01:44:20 GMT
please note "Content-Encoding: gzip"
it tells the file is GZIP'ed.
 
Top