I'm using HAProxy for load balancing and would like to make the stats page visible for certain people. I have already configured this to a point where the users must log into the website first and then under the status page of the site will load an iframe of HAProxy's status. However, I am wanting to remove the top portion of the page and just have the server statistics. Is this even possible?
|
feedback
|
|
You can do this directly in HA Proxy
You can set whatever URI you wish. You can find full details in http://haproxy.1wt.eu/download/1.3/doc/configuration.txt Look near: stats auth : | |||
feedback
|