1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/www/wwwstat/files/patch-aa
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

11 lines
331 B
Plaintext

--- wwwstat.rc.orig Sun Mar 2 18:49:48 1997
+++ wwwstat.rc Sun Mar 2 18:52:17 1997
@@ -93,6 +93,7 @@
# Specify the default location of your access log
#
## $DefaultLog = '/usr/local/etc/httpd/logs/access_log';
+$DefaultLog = '/var/log/httpd-access.log';
#
# Specify the command for displaying compressed files to STDOUT
#