zoneminder behind apache2 proxy error...
Posted: Fri Feb 27, 2009 9:30 am
Hello!
I wonder if somebody could help me.
I tried to run zoneminder behind an apache2 proxy - why? it's a long story.
But after I log in to zoneminder I got this answer:
In that answer I got:
I think it is calculated from the request but it's in the body so apache can't rewrite it to something like http://domain.tld/zm/index.php
Is it possible to use relative urls in javascript and html code?
Thank you!
I wonder if somebody could help me.
I tried to run zoneminder behind an apache2 proxy - why? it's a long story.
But after I log in to zoneminder I got this answer:
Code: Select all
...
<script type="text/javascript" src="tools/mootools/mootools.js"></script>
<script type="text/javascript" src="js/mootools.ext.js"></script>
<script type="text/javascript">
var AJAX_TIMEOUT = 10000;
var currentView = 'postlogin';
var thisUrl = "http://192.168.55.2/zm/index.php";
var skinPath = "skins/classic";
var canEditSystem = true;
var canViewSystem = true;
var refreshParent = false;
var focusWindow = false;
...
Code: Select all
var thisUrl = "http://192.168.55.2/zm/index.php";
Is it possible to use relative urls in javascript and html code?
Thank you!