1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/www/wwwstat/files/patch-ab
Andreas Klemm fb0f9e4be2 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 !!!
1997-03-02 18:26:18 +00:00

16 lines
520 B
Plaintext

--- splitlog.rc.orig Sun Mar 2 18:50:00 1997
+++ splitlog.rc Sun Mar 2 18:51:21 1997
@@ -41,10 +41,12 @@
# Specify the default location of your access log
#
## $DefaultLog = '/usr/local/etc/httpd/logs/access_log';
+$DefaultLog = '/var/log/httpd-access.log';
#
# Specify the default destination directory for the split logfiles
#
## $DestDir = ''; # current directory
+$DestDir = '/tmp'; # current directory
#
# Specify the filename (no .ext) for non-matching, non-split log entries
#