maxmind/mod_maxminddb

Add support for outputting variables into request

vwkombi66 opened this issue · 2 comments

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".

Couldn't you just use mod_headers to do this?

Closing due to inactivity and because an alternate solution exists.