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

Joey Boggs jboggs at redhat.com
Wed May 20 16:09:47 UTC 2009


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




More information about the ovirt-devel mailing list