Webalizer reports are generated in accordance with the options set in the Webalizer configuration file.
The configuration file is called webalizer.conf and is placed in the respective Webalizer directories (Web/FTP) within the site's home directory.
Note: The webalizer.conf file for the Web server is located at /home/virtual/<site_name>/etc/webalizer/web
, where <
site_name>
is the name of the site for which you configured Webalizer.
The webalizer.conf file for the FTP server is located at /home/virtual/<site_name>/etc/webalizer/ftp
, where <
site_name>
is the name of the site for which you configured Webalizer.
You can modify the configuration options to change the default behaviour of Webalizer reports.
Note: Webalizer reports must be configured from the command line interface.
To change the configuration options:
ssh <server_name>
For example, if the host name of the server is example, enter the following:
ssh example
telnet <server_name>
su
/usr/sbin/chroot /home/virtual/<
site name>
where /usr/sbin/chroot
is the command to change your working directory to the home directory of the site
/home/virtual/<
site name>
is the absolute path to the site's home directory
Important: When you use this command, you must leave a space between the command /usr/sbin/chroot
and the directory path /home/virtual/<
site name>
,
otherwise it will result in an error.
vi /etc/webalizer/web/webalizer.conf
vi /etc/webalizer/ftp/webalizer.conf
The configuration file opens. Each option is preceded by a detailed description of the option.
:wq