suggest inclusion of mod_geoip... before mod_ssi.

* In modules.conf, mod_geoip needs to be loaded before mod_ssi,
  otherwise GeoIP vars won't be available to SSI pages.
* In geoip.conf suggest GeoLiteCity.dat instead of GeoCityLite.dat.

github: closes #73
personal/stbuehler/mod-csrf
fbrosson 7 years ago committed by Glenn Strauss
parent 394278c61a
commit 4481489078

@ -16,7 +16,7 @@ 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 = "/path/to/GeoCityLite.dat"
#geoip.db-filename = "/path/to/GeoLiteCity.dat"
##
## If enabled, mod_geoip will load the database binary file to memory

@ -59,6 +59,11 @@ server.modules = (
## Config for various Modules
##
##
## mod_geoip
##
#include "conf.d/geoip.conf"
##
## mod_ssi
##

Loading…
Cancel
Save