I have used the below approach for one of my clients:
Set a variable at CDN "Akamai-Viewer-Country", CDN will set this variable with country code like "au", "us", "de"Add apache rewrite rule file to set a variable COUNTRY like
SetEnvIfNoCase ^Akamai-Viewer-Country$ (AU) COUNTRY=auSetEnvIfNoCase ^Aka...