Add support for outputting variables into request
vwkombi66 opened this issue · 2 comments
vwkombi66 commented
The mod_geoip2 module had an option to set where you wanted the output to be placed:
GeoIPOutput Notes # Sets the Apache notes table only
GeoIPOutput Env # Sets environment variables only
GeoIPOutput Request # Sets input headers with the geo location information
GeoIPOutput All # Sets all three (default behaviour)
It seems this project only supports "Env".
oschwald commented
Couldn't you just use mod_headers
to do this?
oschwald commented
Closing due to inactivity and because an alternate solution exists.