CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/01/20 06:36:51
Modified files:
www/goaccess : Makefile
www/goaccess/pkg: PLIST
Added files:
www/goaccess/patches: patch-config_goaccess_conf
patch-src_browsers_c patch-src_settings_c
Log message:
goaccess tweaks, ok kirby@ (maintainer)
- unbreak fallback from ~/.goaccessrc to global config
- new user-agents: lftp, openbsd ftp(1)
- use maxminddb instead of geoip legacy; the legacy databases have
not been updated since last April. patch sample config to include the
correct paths for this.
- use upstream's install target rather than handrolling
- add examples for httpd(8)'s slightly nonstandard log formats to the
default config
N.B. If you are currently using geoip/geolite1 databases, you will need to
change the path in your config file to the correct one for geoip2/geolite2
otherwise country will show as 'unknown'. Specifically you want one or other
of these lines:
geoip-database /var/db/GeoIP/GeoLite2-City.mmdb
geoip-database /var/db/GeoIP/GeoLite2-Country.mmdb