Configuration Parameters

Top  Previous 

The component uses configuration parameters which are specified in the [HTTPD] section of the integrated configuration file of Dr.Web for UNIX.

The section contains the following parameters:

LogLevel = {logging level}

Logging level.

If the parameter value is not specified, the DefaultLogLevel parameter value from the [Root] section is used.

Default value:

LogLevel = Notice

Log = {log type}

Logging method.

Default value:

Log = Auto

ExePath = {path to file}

Path to the executable file of the component.

Default value:

ExePath = <opt_dir>/bin/drweb-httpd

For Linux:

ExePath = /opt/drweb.com/bin/drweb-httpd

For FreeBSD:

ExePath = /usr/local/libexec/drweb.com/bin/drweb-httpd

For Solaris:

ExePath = /opt/drweb.com/bin/drweb-httpd

Start = {Boolean}

The component must be launched by the configuration daemon Dr.Web ConfigD.

When you specify the Yes value for this parameter, it instructs the configuration daemon to start the component immediately; and when you specify the No value—to terminate the component immediately.

Default value:

Start = Yes

WebConsoleAddress = {address, …}

List of network sockets (every network socket consisting of <IP address>:<port>) on which Dr.Web HTTPD is listening for connections to the web interface provided for managing the product, if the web interface is installed. Access to the web-interface at these adresses is provided via HTTPS.

If no value is specified, it is impossible to use the web interface.

Default value:

WebConsoleAddress = 127.0.0.1:4443

LinkCheckerAddress = {address, …}

List of network sockets (every network socket consists of <IP address>:<port>) on which Dr.Web HTTPD is listening for connections (via HTTP) from the Dr.Web Link Checker browser extension that checks webpages loaded by the browser for malicious objects.

If no value is specified, it is impossible to use the Dr.Web Link Checker browser extension. Note that at these addresses (sockets) you cannot access the web-interface provided for managing the product.

Default value:

LinkCheckerAddress =

ServerSslCertificate = {path to file}

Path to the file with the server certificate used by the web interface server for communication with other hosts via HTTPS.

This file is generated automatically during component installation.

Please note that the certificate file and the private key file (which is specified by a parameter described below) must form a matching pair.

Default value:

ServerSslCertificate = <etc_dir>/certs/serv.crt

For Linux:

ServerSslCertificate = /etc/opt/drweb.com/certs/serv.crt

For FreeBSD:

ServerSslCertificate = /usr/local/etc/drweb.com/certs/serv.crt

For Solaris:

ServerSslCertificate = /etc/opt/drweb.com/certs/serv.crt

ServerSslKey = {path to file}

Path to the private key file used by the web interface server for communication with other hosts via HTTPS.

This file is generated automatically during the installation of the component.

Please note that the certificate file (which is specified by the previous discussed parameter) and the private key file must form a matching pair.

Default value:

ServerSslKey = <etc_dir>/certs/serv.key

For Linux:

ServerSslKey = /etc/opt/drweb.com/certs/serv.key

For FreeBSD:

ServerSslKey = /usr/local/etc/drweb.com/certs/serv.key

For Solaris:

ServerSslKey = /etc/opt/drweb.com/certs/serv.key

WebconsoleRoot = {path to directory}

Path to the directory which stores the files used by the management web interface if it is installed (analogous to the htdocs directory of an Apache HTTP Server).

Default value:

WebconsoleRoot = <opt_dir>/share/drweb-httpd/webconsole

For Linux:

WebconsoleRoot = /opt/drweb.com/share/drweb-httpd/webconsole

For FreeBSD:

WebconsoleRoot = /usr/local/libexec/drweb.com/share/drweb-httpd/webconsole

For Solaris:

WebconsoleRoot = /opt/drweb.com/share/drweb-httpd/webconsole

LinkcheckerRoot = {path to directory}

Path to the directory which stores the files used by Dr.Web Link Checker web browser extension.

Default value:

LinkcheckerRoot = <opt_dir>/share/drweb-httpd/linkchecker

For Linux:

LinkcheckerRoot = /opt/drweb.com/share/drweb-httpd/linkchecker

For FreeBSD:

LinkcheckerRoot = /usr/local/libexec/drweb.com/share/drweb-httpd/linkchecker

For Solaris:

LinkcheckerRoot = /opt/drweb.com/share/drweb-httpd/linkchecker

AccessLogPath = {path to file}

Path to the file where all HTTP/HTTPS requests from clients to the web interface server are registered.

If not specified, HTTP/HTTPS requests are not logged to a file.

Default value:

AccessLogPath =