[Ovirt-devel] [PATCH server] set apache retry to 3 seconds

Mike McGrath mmcgrath at redhat.com
Wed May 20 20:12:47 UTC 2009


This will cause apache to try more often if the underlying ovirt server restarts
---
 conf/ovirt-server.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/ovirt-server.conf b/conf/ovirt-server.conf
index 36564ed..6e5eea9 100644
--- a/conf/ovirt-server.conf
+++ b/conf/ovirt-server.conf
@@ -27,7 +27,7 @@ NameVirtualHost AdminNetIpAddress:80
   RewriteRule ^/terminal/(.*)$ http://${vmnodes:$1}:81/anyterm.html?param=$1 [P,NE]
 
 
-  ProxyPass /ovirt http://AdminNodeFQDN/ovirt
+  ProxyPass /ovirt http://AdminNodeFQDN/ovirt retry=3
   ProxyPassReverse /ovirt http://AdminNodeFQDN/ovirt
 
 </VirtualHost>
-- 
1.6.0.6




More information about the ovirt-devel mailing list