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
_______________________________________________ varnish-misc mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
