]> git.pld-linux.org Git - packages/lighttpd.git/blame_incremental - mod_geoip.conf
update to 1.4.54
[packages/lighttpd.git] / mod_geoip.conf
... / ...
CommitLineData
1# GeoIP module.
2#
3# Documentation: https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModGeoip
4#
5# mod_geoip is a module for fast ip/location lookups. It uses MaxMind
6# GeoIP / GeoCity databases. If the ip was found in the database the
7# module sets the appropriate environments variables to the request,
8# thus making other modules/fcgi be informed.
9
10server.modules += (
11 "mod_geoip"
12)
13
14#
15# mod_geoip will determine the database type automatically so if you
16# enter GeoCity database path it will load GeoCity Env.
17#
18#geoip.db-filename = "/usr/share/GeoIP/GeoIP.dat"
19
20#
21# If enabled, mod_geoip will load the database binary file to memory
22# for very fast lookups. The only penalty is memory usage.
23# default: disabled
24#
25#geoip.memory-cache = "enable"
This page took 0.049388 seconds and 4 git commands to generate.