Configuring the connection of the Kaspersky Security web interface to an Apache server
24 January 2025
ID 82368
To configure the connection of the Kaspersky Security 8 for Linux Mail Server web interface to an Apache web server on a Linux server:
- Open the file containing the Kaspersky Security 8 for Linux Mail Server web interface settings located in the path
/etc/apache2/conf.d/klmsui.conf
- In the line
FastCgiExternalServer \
/opt/kaspersky/klmsui/share/htdocs/cgi-bin/klwi -host 127.0.0.1:2711
specify the IP address of the mail server and the port of the Facade module.
To configure the connection of the Kaspersky Security 8 for Linux Mail Server web interface to an Apache web server on a Debian server:
- Open the file containing the Kaspersky Security 8 for Linux Mail Server web interface settings located in the path
/etc/httpd/conf.d/klmsui.conf
- In the line
FastCgiExternalServer \
/opt/kaspersky/klmsui/share/htdocs/cgi-bin/klwi -host 127.0.0.1:2711
specify the IP address of the mail server and the port of the Facade module.
To configure the connection of the Kaspersky Security 8 for Linux Mail Server web interface to an Apache web server on a FreeBSD server:
- Open the file containing the Kaspersky Security 8 for Linux Mail Server web interface settings located in the path
/usr/local/etc/apache24/Includes/klmsui.conf
- In the line
FastCgiExternalServer \
/opt/kaspersky/klmsui/share/htdocs/cgi-bin/klwi -host 127.0.0.1:2711
specify the IP address of the mail server and the port of the Facade module.