Mike McGrath
2009-May-11 16:50 UTC
[Ovirt-devel] [PATCH server] Lower apache retry interval
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>
Mike McGrath wrote:> 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> > > _______________________________________________ > Ovirt-devel mailing list > Ovirt-devel at redhat.com > https://www.redhat.com/mailman/listinfo/ovirt-devel >ack