Search found 2 matches

by pyttsen
Fri Nov 16, 2012 7:22 pm
Forum: ZoneMinder 1.25.x
Topic: Problems with URL not relative
Replies: 1
Views: 902

Re: Problems with URL not relative

Solved with:

Code: Select all

ProxyPreserveHost On
in the Apache conf file on the front web server...
by pyttsen
Thu Nov 15, 2012 9:07 am
Forum: ZoneMinder 1.25.x
Topic: Problems with URL not relative
Replies: 1
Views: 902

Problems with URL not relative

(Note: I had to remove all the initial http in the example URLs to be able to post as a new user on the forum) 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: ServerName yyy.<domain>.xxx ...