Webalizer

Dr-NiKoN

2001-08-28 16:28:00

First of all, thanks for a great site/resource, I will recommend it to my friends.

Second of all, I installed the webalizer package, and encountered some problems. Not sure if this is related to my stupidity or the port.

After running the Installer(using Admin password, not root), webalizer didn't show up in the Finder.

When going to the Terminal:
[localhost:/Applications] tor% open webalizer\ 1.30-04/

Only results in a Finder window with the package contents. I wanted to download the README from ftp.mrunix.net as anonymous, but wasn't able to connect.

So, how am I suppose to run this program? All I have to work with is a config file, a txt file and 2 gifs..

Do, I have to login as root to install this package correctly? Or, is it perfectly explained in the README?

Thanks

apex

2001-08-29 06:37:00

webalizer should have been installed in /usr/local/bin/. If you ran the .pkg installer, it is completely ready to go. edit yor config then run webalizer using something like this. <BLOCKQUOTE><font size="1" face="Verdana, Helvetica, sans-serif">code:</font><HR><pre>/usr/local/bin/webalizer -c ./web.conf</pre>[/quote]

Dr-NiKoN

2001-08-30 10:53:00

Thanks for the reply.
I tought webalizer was a application package you could double-click.

Still problems though, and this is probably not the place, but if someone has experienced something similar and know what it is: Feel free to tell me [img]images/icons/smile.gif"%20border="0[/img]

[localhost:/Applications/webalizer 1.30-04] root# ./sample.conf
LogFile: Command not found.
LogType: Command not found.
OutputDir: Command not found.
HistoryName: Command not found.
Incremental: Command not found.
IncrementalName: Command not found.
Unmatched '.


I have no idea why I get this.
I have tried running it as root, with the same errors.

# LogFile defines the web server log file to use. If not specified
# here or on on the command line, input will default to STDIN.

LogFile /var/log/httpd/access_log

Can't understand that this syntax should be wrong?

Best Reguards

nikon

apex

2001-08-30 16:20:00

sample.conf is not an application, merely a configuration file. To use it you must run webalizer and specify that file. example: /usr/lical/bin/webalizer -c ./sample.conf

Dr-NiKoN

2001-08-30 16:45:00

Thank you very much apex.
It got it working.

I appreciate the help very much [img]images/icons/smile.gif"%20border="0[/img]

Best Reguards