Webalizer reports must be configured from the command line interface. You can not configure Webalizer using the Site Administrator control panel.
Webalizer reports are generated in accordance with the options set in the Webalizer configuration file. The configuration file is called webalizer.conf
and placed in the respective Webalizer directories (Web/FTP) inside the file system of the site.
You can modify the configuration options to change the default behaviour of Webalizer reports.
To change the configuration information:
Important: To use Telnet or SSH, your service provider must enable Telnet or SSH remote login services for your site. SSH is recommended as a secure remote login service.
ssh
<username@sitename>
For example, if you have the user name, myname, for the site, mysite.com, then type, ssh myname@mysite.com
telnet mysite.com
/etc/webalizer
directory, and locate the Webalizer configuration file, webalizer.conf
.cd /etc/webalizer/Web
ls
cd /etc/webalizer/ftp
ls
You will find the webalizer.conf listed.
vi webalizer.conf
The configuration file opens. Each option is preceded by a detailed description of the option.
Note: When you modify the configuration file, do not change the default output directory, outputdir
(where the Webalizer reports will be located), otherwise the reports will not be visible from the Site Administrator control panel.
:wq
To view the report, Generate a report.