<HTML>
<HEAD>
<TITLE>ESI processing external URL</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hello,<BR>
<BR>
I’m trying to implement an ESI external url within our website.<BR>
<BR>
After turning off the deflate module within apache I’m seeing an error message like:<BR>
<BR>
0 Debug - "VCL_error(404, Unkown Virtual host)"<BR>
<BR>
The ESI include looks like this:<BR>
<BR>
<esi:include src="<a href="http://example.com/">http://example.com/</a>test/folder/page.htm?header=true" onerror="continue"/><BR>
<BR>
The vcl is simply:<BR>
<BR>
sub vcl_fetch {<BR>
esi;<BR>
}<BR>
<BR>
Can somebody tell me why it is looking inside his own varnish and not just include the esi url?<BR>
<BR>
Thank you.<BR>
<BR>
Regards,<BR>
Jaap </SPAN></FONT>
</BODY>
</HTML>