]> TLD Linux GIT Repositories - packages/lighttpd.git/blobdiff - mod_geoip.conf
- merged 1.4.71 from PLD
[packages/lighttpd.git] / mod_geoip.conf
diff --git a/mod_geoip.conf b/mod_geoip.conf
deleted file mode 100644 (file)
index 9a720b3..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# GeoIP module.
-#
-# Documentation: https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModGeoip
-#
-# mod_geoip is a module for fast ip/location lookups. It uses MaxMind
-# GeoIP / GeoCity databases. If the ip was found in the database the
-# module sets the appropriate environments variables to the request,
-# thus making other modules/fcgi be informed.
-
-server.modules += (
-       "mod_geoip"
-)
-
-#
-# mod_geoip will determine the database type automatically so if you
-# enter GeoCity database path it will load GeoCity Env.
-#
-#geoip.db-filename = "/usr/share/GeoIP/GeoIP.dat"
-
-#
-# If enabled, mod_geoip will load the database binary file to memory
-# for very fast lookups. The only penalty is memory usage.
-# default: disabled
-#
-#geoip.memory-cache = "enable"