mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
fb0f9e4be2
Nice Web statistic package. Requires something like apache and perl. Patched the init files, so that apaches access.log file will be found. The local domain name has to be configured by hand. The rc files are located in ${PREFIX}/lib/perl5/site_perl/i386-freebsd: wwwstat.rc splitlog.rc The next commit will be a package, that makes graphical bars from wwwstat's output ;-) This would be something for all of our webservers !!! We could see, which domains access the webservers, traffic analysis and so on !!!
12 lines
518 B
Plaintext
12 lines
518 B
Plaintext
wwwstat: httpd logfile analysis package
|
|
|
|
Copyright (c) 1994, 1996 Regents of the University of California.
|
|
|
|
wwwstat processes a sequence of httpd Common Logfile Format access_log
|
|
files and prior summary outputs, and then outputs a summary of
|
|
the access statistics in a nice HTML format.
|
|
|
|
splitlog processes a sequence of httpd Common Logfile Format access_log
|
|
files (or CLF with a one-field prefix) and splits the entries into
|
|
separate files according to the requested URL and/or vhost prefix.
|