So I've got my local and development servers working great with advagg--no problems. However, our staging server is a different environment, for reasons I won't go into (yeah, it's dumb, though). And in that environment, my status page reports that Gzip is failing for both css and js files. I don't really know where to get started troubleshooting this... I've attached a screenshot of the complaint. What do you think?

CommentFileSizeAuthor
advagg problem.png363.05 KBbdimaggio

Comments

bdimaggio created an issue. See original summary.

mikeytown2’s picture

Looks like the 301 is pointing to the same file. The issue is most likely with tinyproxy; in this case I'd set $conf['advagg_skip_gzip_check'] = TRUE; in your settings.php file.

bdimaggio’s picture

OK, great to know that nothing's actually broken. Thanks for the quick response, mikeytown2!

bdimaggio’s picture

Status: Active » Closed (fixed)