Mike McGrath
2009-May-20 20:12 UTC
[Ovirt-devel] [PATCH server] set apache retry to 3 seconds
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
Joey Boggs
2009-May-20 20:18 UTC
[Ovirt-devel] [PATCH server] set apache retry to 3 seconds
pushed http://git.et.redhat.com/?p=ovirt-server.git;a=commit;h=e289490ca8803bd7be56b0e9c63336b67f305292 Mike McGrath wrote:> 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> >