summaryrefslogtreecommitdiff
path: root/www/wwwstat/pkg-descr
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1997-03-02 18:26:18 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1997-03-02 18:26:18 +0000
commitfb0f9e4be29ab166c5295632257de43072fb29e9 (patch)
treeb0ae905faf88f231204a5c8b280d70ce32f6013e /www/wwwstat/pkg-descr
parentEnabled xmgr (diff)
New port wwwstat.
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 !!!
Notes
Notes: svn path=/head/; revision=5796
Diffstat (limited to 'www/wwwstat/pkg-descr')
-rw-r--r--www/wwwstat/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/wwwstat/pkg-descr b/www/wwwstat/pkg-descr
new file mode 100644
index 000000000000..7b30eab7d44d
--- /dev/null
+++ b/www/wwwstat/pkg-descr
@@ -0,0 +1,11 @@
+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.