[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Webalizer a day behind!
- Subject: [cobalt-users] Webalizer a day behind!
- From: "JA" <jjma@xxxxxxxxxxxxxx>
- Date: Sat Jun 17 03:00:05 2000
HELP
I am using webalizer on a raq 2 from dnstelcom. I have noticed that the web
based stats that it produces are a day behind and are starting to produce
statistics from the log file for the 15th! Tried Grep to see if the log
files were at fault but they showed the right date.
Had to uninstall the upgrade of parameters.pl which produced a statistics
folder, on the fly, and rename it parameters.old and then rename the orginal
dns telecom parameters.pl.
and even more strangely can see the current statistics from the GUI but when
I call the stats from a browser like www.xzy.com/statistics , the stats lose
the current day?
Also tried this:
#!/bin/sh
if [ ! -f $1 ]; then
echo "Usage: $0 <filename>"
exit
fi
echo "Sorting $1"
sort -t ' ' -k 4.9,4.12n -k 4.5,4.7M -k 4.2,4.3n -k 4.14,4.15n -k
4.17,4.18n -k
4.20,4.21n $1 > $1.sorted
chmod +x logsorter
/usr/local/bin/logsorter /home/sites/www.xyz.com/logs/access
This unfortunately hasn't worked either....
PLEASE help ... monetary assistance might be available ....
Ja