[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Memory problems with Webalizer pkg



Fathi Said <fathi@xxxxxx> wrote:
> I generate the stats with the virtualsite/logs/access logfile, and I still
get memory problems.

I have a series of entries in my webalizer cron file like:

cat /var/log/httpd/combined-access | \
grep -E '^www.befriend.com' | \
sed -e "s/^www.befriend.com //" | \
/usr/local/bin/webalizer -Q -n www.befriend.com -o
/usr/admserv/html/.dnstelecom/Webalizer/www.befriend.com \
> /dev/null 2>&1

I have no idea why you are having problems, but maybe you can change the
commands in the cron file.

Steven {steven@xxxxxxxxxxxx}