Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Package: libapache2-mod-geoip
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Recommends: geoip-database
Description: GeoIP support for apache2
This is an apache2 module for finding the country that a web request
originated from. It uses the GeoIP library and database to perform
Expand Down
5 changes: 4 additions & 1 deletion debian/geoip.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<IfModule mod_geoip.c>
GeoIPEnable On
# 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>