Le vendredi 11 décembre 2009 01:02:29, Gabriel Sosa a écrit : > Guys, Hi,
> (...) if I run > > [r...@lb1 haproxy]$ curl http://localhost//proxy-stats > > I got: > > <html><body><h1>503 Service Unavailable</h1> > No server is available to handle this request. > </body></html> > > any idea? thanks Remove the extra slash at the beginning of your path and it should work : curl http://localhost/proxy-stats -- Cyril Bonté

