This repository was archived by the owner on Jun 1, 2022. It is now read-only.
Releases: maxmind/geoip-api-mod_geoip2
Releases · maxmind/geoip-api-mod_geoip2
1.2.10: Memory and thread-safety fixes
- Update docs to note that GeoIP configuration directives cannot be placed in .htaccess files.
- Fix small memleak (Boris Zentner)
- A segfault when using multi-threaded workers was fixed. (Fix from thinker0. GitHub #16.)
- Several instances of manual memory management were switched to use the use Apache's memory pool. (Fix from thinker0. GitHub #16.)
1.2.9 Mar 20 2014
- Added a new directive, GeoIPScanProxyHeaderField, to specify a custom header which contains the client's IP address (Sascha Kuehndel)
- Added the ability to forward the result fields to a backend server/proxy via request header (Sascha Kuehndel)
1.2.8
- Add GeoIPUseFirstNonPrivateXForwardedForIP option ( Boris Zentner )
- Support Apache 2.4 ( Boris Zentner )
- Use GeoIP_id_by_addr_v6 instead of GeoIP_country_id_by_addr_v6 ( Boris Zentner )
- Include util_script.h to silence warning about ap_add_common_vars ( Boris Zentner )