I've followed the very reasonable directions here:
http://wiki.dreamhost.com/Webalizer
But I'm getting a result I cannot seem to fix: I have a great shell script that runs using mysite.org.conf but I still get 'mountaindew' as the host name, even though it is set properly in the .conf file.
[EDIT] If it were a snake it would've bitten me...
I forgot to remove the commenting. Sorry for the useless post, but thanks for previous help. [END EDIT]
See example build below.
Cheers,
Chris
[mountaindew]$ ./webalizer.cron.mysite.org.sh
Webalizer V2.01-10 (Linux 2.4.32-grsec f6b gr217 nfs a32 fuse23 tg opt c8 gr2b-v6.194) English
Using logfile /home/userName/tmp/mysite.org.yesterdayslog.resolved (clf)
Creating output in /home/userName/mySite.org/webalizer/
Hostname for reports is 'mountaindew'
Reading history file... webalizer.hist
Reading previous run data.. webalizer.current
311 records (311 ignored) in 2.68 seconds, 116/sec
[mountaindew]$
After uncommenting 'hostname'
[mountaindew]$ ./webalizer.cron.mysite.org.sh
Webalizer V2.01-10 (Linux 2.4.32-grsec f6b gr217 nfs a32 fuse23 tg opt c8 gr2b-v6.194) English
Using logfile /home/userName/tmp/mysite.org.yesterdayslog.resolved (clf)
Creating output in /home/userName/mySite.org/webalizer/
Hostname for reports is 'mySite.org'
Reading history file... webalizer.hist
Reading previous run data.. webalizer.current
311 records (311 ignored) in 2.68 seconds, 116/sec
[mountaindew]$
Edited by greenman on 07/25/07 02:38 PM (server time).