Displaying 2 results from an estimated 2 matches for "6e5eea9".
2009 May 21
2
[PATCH server] Fix anyterm for multinode support
...module so it gets piped through vmnodes:$1
instead of through vmnodes:anyterm
---
conf/ovirt-server.conf | 6 ++++--
src/app/controllers/vm_controller.rb | 2 +-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/conf/ovirt-server.conf b/conf/ovirt-server.conf
index 6e5eea9..62f2dd8 100644
--- a/conf/ovirt-server.conf
+++ b/conf/ovirt-server.conf
@@ -23,8 +23,10 @@ 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...
2009 May 21
1
[PATCH server] Fix for anyterm and multiple nodes
...url_prefix = 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...