Changing Kaspersky Scan Engine settings in Docker

You cannot change the Kaspersky Scan Engine settings by using the GUI inside a Docker container.

To change the Kaspersky Scan Engine settings in Docker:

  1. Depending on the Kaspersky Scan Engine working mode, open either the kavhttpd.xml or kavicapd.xml configuration file.
  2. Make your changes, and then save the configuration file.
  3. Run the command:

    docker restart <container ID or name>

    You can also restart the container by using the kse_docker_control.sh script, by running sequentially stop_httpd and start_httpd for the HTTP mode, or stop_icapd and start_icapd for the ICAP mode.

Page top