/etc/apache2/mods-available/geoip.conf is in libapache2-mod-geoip 1.2.10-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | <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>
|