Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 668e1e22f48fd88415806997f1008fbc > files > 13

lighttpd-1.4.33-4.mga4.x86_64.rpm

#######################################################################
##
##  GeoIP Module 
## --------------- 
##
## 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 databse path it will load GeoCity Env.
##
geoip.db-filename = "/usr/share/GeoIP/GeoLiteCity.dat"

##
## If enabled, mod_geoip will load the database binary file to memory
## for very fast lookups. The only penalty is memory usage.
##
#geoip.memory-cache = "disable"

##
#######################################################################