I'm trying to return custom header with value GEOIP_COUNTRY_CODE from Maxmind module.
I've tried the following and nothing works
# MaxMind Requirements:
GeoIPEnable On
GeoIPScanProxyHeaders On
Header set anchorglobal-country-test "%{ENV:GEOIP_COUNTRY_CODE}e"
Header set anchorglobal-country "%{GEOIP_COUNTRY_CODE}e"
Please advise what's missing.
Thanks.