Indeed, shortly after the post I found out on ZM repo in github a perl script that generates the virtualhost file. I adapted mine and... all works, now.
Hi! I have installed ZM 1.32.3 on debian stable, via apt. I have set up a virtualhost for my apache that looks like <VirtualHost 192.168.0.2:443> ServerAdmin admin@mydomain.org ServerName zm.mydomain.org DocumentRoot /usr/share/zoneminder/www CustomLog ${APACHE_LOG_DIR}/zm.log vhost_ssl ScriptAlias ...
I have a computer serving 1 camera, connected by USB to it, to ZoneMinder (the idea is to use, later, a Raspberry Pi with 5 cameras). I have coded a C++ app that reads the camera and publishes it as a REST service for ZoneMinder (so that I am using the Remote-HTTP source for that camera). In case is ...