ESI Exercise Using Akamai ETS server

ESI Reading and Reference Material

Steps for installation and running ESI Test Server (ETS)

ESI Web pages

<esi:choose>
<esi:when test="$(REMOTE_ADDR) =='128.198.172.158'">
<esi:include src="http://cs.uccs.edu/~cs526/esi/orgserver/viptitle.html"/>
</esi:when>
<esi:otherwise>
<esi:include src="http://cs.uccs.edu/~cs526/esi/orgserver/titlepage.html"/>
</esi:otherwise>
</esi:choose>

<table>
<tr>
<esi:include src="http://cs.uccs.edu/~cs526/esi/orgserver/color.html" ttl="5s"/>
<esi:include src="http://cs.uccs.edu/~cs526/esi/orgserver/runningText.html" ttl="10s"/> </tr>
</table>