ESI processing external URL
Jaap van Arragon
j.vanarragon at lukkien.com
Mon Aug 29 14:17:07 CEST 2011
Hello,
I¹m trying to implement an ESI external url within our website.
After turning off the deflate module within apache I¹m seeing an error
message like:
0 Debug - "VCL_error(404, Unkown Virtual host)"
The ESI include looks like this:
<esi:include src="http://example.com/test/folder/page.htm?header=true"
onerror="continue"/>
The vcl is simply:
sub vcl_fetch {
esi;
}
Can somebody tell me why it is looking inside his own varnish and not just
include the esi url?
Thank you.
Regards,
Jaap
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.varnish-cache.org/lists/pipermail/varnish-misc/attachments/20110829/8bc70407/attachment-0003.html>
More information about the varnish-misc
mailing list