File: geoip.conf

package info (click to toggle)
libapache2-mod-geoip 1.2.10-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 152 kB
  • sloc: ansic: 725; makefile: 9; php: 7
file content (8 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
<IfModule mod_geoip.c>
  # For performance reasons, it's not recommended to turn GeoIP on serverwide,
  # but rather only in <Location> or <Directory> blocks where it's actually
  # needed.
  GeoIPEnable Off
  #GeoIPDBFile /usr/share/GeoIP/GeoIP.dat
</IfModule>