Hi, Trying to install GeoIP lite and really haven't received error messages - but it's not working much at all. I'm struggling a lot. It says mod_geoip is installed, yet putting anything in .htaccess does nothing. Below is phpinfo() http://rizy.org/php.php I'v installed it on debian fine, apt-get ftw. But come centos, eh. Any help or ideas would be appreciated. Thanks.
Have a look in your Apache conf file (usually httpd.conf or apache2.conf) for lines that look like these: LoadModule geoip_module lib/apache/mod_geoip.so GeoIPEnable On AddModule mod_geoip.c Code (markup): If those lines aren't there, they need to be. The path to your modules directory may be different. I think the "GeoIPEnable On" line may be able to go in your .htaccess file. The instructions for all of this should be in the INSTALL file that came with your copy of mod_geoip.