F3. Download.conf Configuration File

The download.conf file purposes:

1.During creating and operating of Dr.Web Servers cluster system, the file allows to distribute the load between the Dr.Web Servers of a clusters when connecting a large number of new stations.

2.If a custom port is used at Dr.Web Server, the file allows to specify this port during generating installation file of Dr.Web Agent.

The download.conf file is used during generating the installation file for a new station of the anti-virus network. Parameters of this file allows to specify address of Dr.Web Server and the port, which are used to connect the Dr.Web Agent Installer to Dr.Web Server, in the following format:

download = { server = '<Dr.Web_Server_Address>'; port = <port_number> }

where:

<Dr.Web_Server_Address>—domain name or IP address of Dr.Web Server.

info

It is recommended that you use the name of Dr.Web Server in the FQDN format as the Dr.Web Server address.

During generating of the Dr.Web Agent installation file, Dr.Web Server address is taken from the download.conf file first. If the Dr.Web Server address is not specified in the download.conf file, when value of the ServerName parameter from the webmin.conf file is taken. Otherwise, the name of the computer, returned by an operating system is used.

<port_number>—port to connect the Dr.Web Agent Installer to Dr.Web Server.

If the port is not specified in the download.conf file, 2193 port is used by default (sets in the Administration → Dr.Web Server configuration → the Network tab → the Transport tab in the Control Center).

By default, the download parameter is disabled in the download.conf file. To use the download.conf file, uncomment this parameter by deleting the "--" in the start of the line, and specify corresponding values of an address and a port of Dr.Web Server.