Hope some server side gurus can answer this one or point me in the right direction.

We use Akamai in our corporate website setting. And therefore there's extensive use of 'ESI' files.

I have 'mamp' installed on my Mac osx with bitnami's package. How can I add esi capability on top of my apache?

A lot of googling suggest that perhaps squid proxy or varnish proxy can allow this functionality. Would this be right? Can I use these in a 'local host' situation when there's no domain name and no live open-to-publi stuff, just my own machine?

Appreciate any insight. Maybe I'm googling this wrong.

Thanks!

有帮助吗?

解决方案

Yes, you should be able to use Varnish for this. While Varnish does not support all of the custom tags that you can do with Akamai's ESI handling, straight-forward standard ESI tags will work.

其他提示

If you need to use more of the ESI language than just includes (HTTP headers, ESI variables, etc.), I would recommend using Akamai's ESI Test Server on a local VM.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top