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

Joey Boggs jboggs at redhat.com
Wed May 20 20:18:23 UTC 2009


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>
>   




More information about the ovirt-devel mailing list