search for: 1d7816f

Displaying 1 result from an estimated 1 matches for "1d7816f".

Did you mean: 137816
2009 May 21
1
[PATCH server] Fix for anyterm and multiple nodes
...ix = proxy/; + var url_prefix = window.location.pathname + /proxy/; Not quite sure how we're going to manage that change though. --- conf/ovirt-server.conf | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/conf/ovirt-server.conf b/conf/ovirt-server.conf index 6e5eea9..1d7816f 100644 --- a/conf/ovirt-server.conf +++ b/conf/ovirt-server.conf @@ -23,7 +23,8 @@ NameVirtualHost AdminNetIpAddress:80 RewriteEngine On RewriteMap vmnodes prg:/usr/bin/ovirt-vm2node - RewriteRule ^/terminal/(.*\.(js|css|gif)|proxy/anyterm-module)$ http://${vmnodes:anyterm}:81/$1 [P] + Re...