Hi,
I'm using the ZoneMinder virtual appliance and "forwards" all requests from my external webserver to ZoneMinder with an Apache reverse-proxy, like this:
Code: Select all
ServerName yyy.<domain>.xxx
ProxyPass / zzz.<subdomain>.<domain>.xxx/
ProxyPassReverse / zzz.<subdomain>.<domain>.xxx/
Code: Select all
zzz.<subdomain>.<domain>.xxx/zm/index.php
Code: Select all
yyy.<domain>.xxx/zm/index.php
If I then chooses a monitor (yyy.<domain>.xxx/zm/index.php?view=watch&mid=1) I get not picture. The html source says:
Code: Select all
var thisUrl = "zzz.<subdomain>.<domain>.xxx/zm/zm/index.php";
Kind regards Anders