do you or anyone else know what is the fastest way to use the maxmind database?
looking at there examples i think i need to install the geoip C api and then the apache geoip api, and then use htaccess to redirect. is this the best way to do it?
also if i use the above, when i want to update maxmind in the future, do i just install it again over the top, to update it, using:
./configure
make
make check
make install
i'm far from an expert with the sort of stuff so any advice appreciated.
thanks