Apache - Restrict site access to one country

Hi,

Does anyone know if I can restrict site access to just one country in Apache? Our web site provides a service which requires insurance. The insurance company will only provide insurance provided that we can give some sort of assurances that only people from Ireland (in this case) can access the site. I looked up the ip ranges for Ireland. There are a load of ranges.

Any suggestions greatly appreciated…

/jlar

Hi
The GeoIP API? You should be able to redirect no Ireland users to a
‘sorry page’
Here is an example…
http://www.maxmind.com/app/mod_geoip


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.29-0.1-default
up 3 days 0:28, 2 users, load average: 1.99, 1.40, 0.63
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 190.18

Great thanks!