Search found 4 matches

by flixter
Tue Jul 23, 2019 2:41 pm
Forum: ZoneMinder 1.32.x
Topic: virtualhost configuration and API access
Replies: 2
Views: 2861

Re: virtualhost configuration and API access

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.

Thank you anyway for your answer :)

Felix
by flixter
Tue Jul 23, 2019 12:47 pm
Forum: ZoneMinder 1.32.x
Topic: virtualhost configuration and API access
Replies: 2
Views: 2861

virtualhost configuration and API access

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 ...
by flixter
Fri Jul 19, 2019 7:29 am
Forum: ZoneMinder 1.32.x
Topic: High Mysql and Apache load when camera can not be contacted
Replies: 2
Views: 2623

High Mysql and Apache load when camera can not be contacted

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...