A web server log file analysis program Maintained by:dinoex@FreeBSD.org Port Added: 23 Jul 2004 21:13:08 License: GPLv2
What is The Webalizer?
----------------------
A fast, free web server log file analysis program. Produces
HTML output for viewing with a web browser. Written in C on
a Linux platform, however designed to be as ANSI/POSIX
compliant as possible so porting to other UNIX platforms should
be painless. Binary distributions for most popular platforms
are available. Features multiple language support, incremental
processing capabilities, reverse DNS lookup support, export via
tab separated ascii files to popular databases and spreadsheets,
and much more. Supports standard CLF and combined logs, as well
as wu-ftpd xferlog and squid proxy logs, which can be either in
standard text format or gzip compressed.
Keywords: Web Analysis, Log Analysis, Usage Statistics, Linux, Unix
LICENSE: GPL2 or later
Author: Bradford L. Barrett
WWW: http://www.mrunix.net/webalizer/
To install the port:cd /usr/ports/www/geolizer/ && make install clean To add the package:pkg_add -r webalizer-geoip
Configuration Options
===> The following configuration options are available for webalizer-geoip-2.23.5_4:
GEOIP=on: GeoIP support
GEODB=off: Enable Webalizers IP-Database support
BDB1=off: Berkeley DB 1.85 support
BDB=off: Berkeley DB support
WEBALIZER_CONV=off: Japanese character code convert patch
FULL_CGI_REFS=off: Show full cgi parameters in referers
CLICKABLE_REFERER=off: Make referers clickable
LARGE_URL=off: Enable URLs longer 512 bytes
===> Use 'make config' to modify these settings