To log the accesses to the internal apache web server add the following three lines to httpd_conf_editable.txt found by clicking on Settings - Global Settings - Open location of httpd_conf_editable and httpd_log:

LoadModule log_config_module modules/mod_log_config.so
LogFormat "%h %l %u %t \"%r\" %>s %b" common
CustomLog "C:/Users/USERNAME/AppData/Roaming/Contaware/ContaCam/httpd_access_log.txt" common

  • In CustomLog line set the correct httpd_conf_editable.txt path.
  • You must take care of log rotation (avoid growing the access log file too much).
  • Restart ContaCam to start logging.