RE: Webalizer in crontab

2000-09-09 Thread Jeff Grossman
I am running a shell script from cron, which runs webalizer twice, once for my web files, and once for my ftp files. Here is the file: #!/bin/sh /usr/local/sbin/webalizer -c /home/httpd/html/stats/html/webalizer.conf /usr/local/sbin/webalizer -F -c /home/httpd/html/stats/ftp/webalizer.conf I ju

Re: Webalizer in crontab

2000-09-08 Thread Steve Manuel
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 Steve -- illegi

RE: Webalizer in crontab

2000-09-08 Thread Mulcahy, Chris
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 s

Re: Webalizer in crontab

2000-09-07 Thread Ray Curtis
> "jw" == Jonathan Wilson <[EMAIL PROTECTED]> 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: # Webaliz