Closed (outdated)
Project:
ESI: Edge Side Includes
Version:
6.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 Oct 2010 at 21:53 UTC
Updated:
22 Jul 2019 at 16:02 UTC
Jump to comment: Most recent
Comments
Comment #1
manarth commentedBy default, Varnish will only process ESIs on XML-valid documents, which is why it fails for gzipped docs. This can be overridden with a startup config: setting esi_syntax=0x3
It doesn't address the problem though: Varnish cannot read gzipped/compressed pages.
I'll add it to the docs :-)
Comment #2
AgaPe commentedplease please add it to the docs :)
nasty thing
Comment #3
AgaPe commentedhmm how/where to apply this esi_syntax parameter?
would be thankful for some help. hard to find it..
Comment #4
mikeytown2 commentedMoving this to 2.x
Comment #5
mikeytown2 commentedComment #6
branana commentedTo answer this very old question,
you can add the config to your varnish daemon opts, something like
Comment #7
asb commentedIs #6 still applicable after Varnish 3.0 changes ESI syntax, supports GZIP #504?
Comment #8
dstuart commentedNo longer supported