webalizer_from_chron

This is part of The Pile, a partial archive of some open source mailing lists and newsgroups.



Subject: Re: Webalizer in crontab
From: Ray Curtis <ray@ray.clark.net>
Date: Thu, 7 Sep 2000 19:57:32 -0400 (EDT)

jw" == Jonathan Wilson <wilson@claborn.net> writes:

jw> Howdy,
jw> If anyone is running webalizer from cron, I'd like to see their crontab 
jw> line too. It goes in /etc/crontab right? Or do I need to do my own thing in 
jw> /etc/cron.daily ?


Try something like this in crontab:

# Webalizer 
00 */2 * * *  root /usr/local/bin/webalizer 



===

Subject: RE: Webalizer in crontab
From: "Mulcahy, Chris" <cmulcahy@vivius.com>
Date: Fri, 8 Sep 2000 07:45:27 -0500 

I just did crontab -e to edit my own crontab.

I added:
0 * * * * /usr/local/apache/webalizer/webalizer -c
/usr/local/apache/webalizer/webalizer.conf > /dev/null

Obviously, I installed webalizer under my apache directory, though there was
no real good reason to do so.

This worked for me.  Make sure you have proper permissions to the directory
specified in your webalizer config file.

hth
Chris Mulcahy

===

Subject: Re: Webalizer in crontab
From: Steve Manuel <steven.manuel@usa.net>
Date: Fri, 8 Sep 2000 10:40:03 -0500

On Thu, Sep 07, 2000 at 06:48:55PM -0500, Jonathan Wilson wrote:
> Howdy,
> 
> If anyone is running webalizer from cron, I'd like to see their crontab 
> line too. It goes in /etc/crontab right? Or do I need to do my own thing in 
> /etc/cron.daily ?

0 4 * * * /usr/bin/webalizer

===




the rest of The Pile (a partial mailing list archive)

doom@kzsu.stanford.edu