|
[ Order a Server ] [ Server Support ] |
|
[ Getting Started ] [ Server Help ] [ Add on Help ] [ Solution ] [ Trouble Shooting ] PLEASE NOTE, THIS IS VERY OLD ARCHIVE INFORMATION AND MAY NOT FUNCTION ON NEW SERVERS
The Webalizer
The Webalizer
is a fast, free web server log file analysis program. It produces highly
detailed, easily configurable usage reports in HTML format, for viewing with a standard web
browser.
InstallationTo install The Webalizer connect to your Virtual Server via Telnet or SSH, and issue the commands below that match your Virtual Server O/S.
Running The WebalizerYou may run The Webalizer by doing the following. The-o flag and trailing directory name (/www/htdocs/stats/)
designate where The Webalizer output will be written.
% virtual webalizer -o /www/htdocs/stats/ /www/logs/access_log To run The Webalizer daily at a scheduled time, add a line like the following to your Virtual Server Crontab. 35 0 * * * /usr/local/bin/virtual /usr/local/bin/webalizer -o /www/htdocs/stats/ /www/logs/access_log
This particular line will run The Webalizer each night at 12:35am and write the output in
your DocumentationManual pages are installed on your Virtual Server when you install The Webalizer. Use the man command to access them.% man webalizer |