We are currently using amazon CloudFront to serve css and according to Amazon itself, Amazon CloudFront can serve both compressed and uncompressed files from an origin server. But while i check compression it shows everything fine in origin server but it shows notcompressed checking in the link with cloudfront.
it would result with Compression status: (gzip)
while with cloudfront
Compression status: Uncompressed
Origin server is running lighttpd with mod_deflate however, allowed config is:
deflate.allowed_encodings = ("bzip2", "gzip", "deflate")
[i would think, putting extra allowed encoding wont affect as such.]
Here i am clueless, what is the real issue.
0 Answers