On 31 January 2014 14:21, Andreas Mock <[email protected]> wrote: > Hi all, > > I need a little help to understand how the html stats page can be accessed: > How can I setup a stats page without having one backend? Is this possible? > Do I have to provide a frontend too?
This works for me: root@foo:/# tail -5 /etc/haproxy/haproxy.cfg listen stats bind :80 mode http maxconn 20 stats uri /hap Jonathan

