Installing mod_geoip for Apache2 On Debian Lenny
Installing mod_geoip for Apache2 On Debian LennyVersion 1.0 This guide explains how to set up mod_geoip with Apache2 on a Debian Lenny system. mod_geoip looks up the IP address of the client end user. This allows you to redirect or block users based on their country. You can also use this technology for your OpenX (formerly known as OpenAds or phpAdsNew) ad server to allow geo targeting. I do not issue any guarantee that this will work for you!
1 Preliminary NoteI'm assuming that you have a running Debian Lenny system with a working Apache2, e.g. as shown in this tutorial: The Perfect Server - Debian Lenny (Debian 5.0) [ISPConfig 2].
2 Installing mod_geoipTo install mod_geoip, we simply run: aptitude install libapache2-mod-geoip Then we open /etc/apache2/mods-available/geoip.conf and uncomment the GeoIPDBFile line so that the file looks as follows: vi /etc/apache2/mods-available/geoip.conf
Next we restart Apache: /etc/init.d/apache2 restart That's it already!
3 A Short TestTo see if mod_geoip is working correctly, we can create a small PHP file in one of our web spaces (e.g. /var/www): vi /var/www/geoiptest.php
Call that file in a browser, and it should display your country (make sure that you're calling the file from a public IP address, not a local one).
4 Use CasesYou can use mod_geoip to redirect or block/allow users based on their country. You can find some useful examples for this here: http://www.maxmind.com/app/mod_geoip If you want to use mod_geoip with OpenX/OpenAds/phpAdsNew, this PDF file has instructions for it: http://www.maxmind.com/openads_geoip.pdf
5 Links
|




Recent comments
1 day 8 hours ago
1 day 13 hours ago
1 day 18 hours ago
1 day 19 hours ago
2 days 10 hours ago
2 days 10 hours ago
2 days 15 hours ago
2 days 21 hours ago
2 days 22 hours ago
2 days 23 hours ago