Apache 使用环境变量设置自定义标头

Apache 使用环境变量设置自定义标头

我正在尝试从 Maxmind 模块返回值为 GEOIP_COUNTRY_CODE 的自定义标题。

我尝试了以下方法,但都不起作用

# MaxMind Requirements:
GeoIPEnable On
GeoIPScanProxyHeaders On
Header set anchorglobal-country-test "%{ENV:GEOIP_COUNTRY_CODE}e"
Header set anchorglobal-country "%{GEOIP_COUNTRY_CODE}e"

缺少了什么请告知。

谢谢。

相关内容