Package: ip2location-c-library-8.7.0   https://github.com/ip2location/IP2Location-C-Library

Package: ip2location-apache-8.6.0    https://github.com/ip2location/ip2location-apache

Install :  

Copy ip2location.lib to your Apache /bin folder

Copy mod_ip2location.so to your Apache /modules folder

More information, including configuration details, can be found at https://github.com/ip2location/ip2location-apache

Sample ip2location database files for testing can be downloaded from https://www.ip2location.com/database/lite

e.g. Sample Apache configuration entries

# ------------------

LoadModule IP2Location_module modules/mod_ip2location.so

<IfModule mod_ip2location.c>
	IP2LocationEnable On
	IP2LocationDetectProxy <On>
	IP2LocationSetmode ALL
	IP2LocationDBFile C:/Apache24/conf/IP2LOCATION-LITE-DB3.BIN
</IfModule>

