geoip.conf 263 B

123456789
  1. <IfModule mod_geoip.c>
  2. # For performance reasons, it's not recommended to turn GeoIP on serverwide,
  3. # but rather only in <Location> or <Directory> blocks where it's actually
  4. # needed.
  5. GeoIPEnable Off
  6. #GeoIPDBFile /usr/share/GeoIP/GeoIP.dat
  7. </IfModule>