Tell me more ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

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.

e.g. http://www.port80software.com/tools/compresscheck.asp?url=http%3A%2F%2Fimgsrv.mydomain.com%2Fen-UK%2Fsomething.css

it would result with Compression status: (gzip)

while with cloudfront

http://www.port80software.com/tools/compresscheck.asp?url=http%3A%2F%2hereisit.cloudfront.net%2F%2Fsomething.css

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.

share|improve this question
You might be better off at serverfault.com, they even got an amazon-cloudfront tag. – sr_ Jun 1 '12 at 15:31
Thanks... just checked and posted there, however moderator could have pushed. – tike Jun 1 '12 at 15:38
Reposted on Server Fault. Please note that posting the same question to multiple sites is strongly discouraged, we prefer that you ask for a migration, or delete your question (if it hasn't been answered yet). – Gilles Jun 1 '12 at 22:57

closed as too localized by sr_, Michael Mrozek Jun 2 '12 at 6:08

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.