[Ovirt-devel] [PATCH server] Lower apache retry interval

Mike McGrath mmcgrath at redhat.com
Mon May 11 16:50:57 UTC 2009


This will cause apache to try reconnecting more often to the ovirt backend
so when it restarts, it's less noticeable to the user.

--- a/conf/ovirt-server.conf
+++ b/conf/ovirt-server.conf
@@ -21,7 +21,7 @@ NameVirtualHost AdminNetIpAddress:80
   TransferLog /etc/httpd/logs/access_log
   LogLevel warn

-  ProxyPass /ovirt http://AdminNodeFQDN/ovirt
+  ProxyPass /ovirt http://AdminNodeFQDN/ovirt retry=3
   ProxyPassReverse /ovirt http://AdminNodeFQDN/ovirt

 </VirtualHost>




More information about the ovirt-devel mailing list