How to enable HAProxy status page
If you have one or more servers with HAProxy installed and wish to manage them using Roxy-WI, you need to enable the state file and state socket on all HAProxy servers. This will allow you to use the RunTime API, Metrics, and Auto Start features. Additionally, you must install socat on all your HAProxy servers and make the necessary configuration changes. To do this, add the following lines to the HAProxy configuration files on each server and then restart the services:
To implement Antibot protection, add the following backends:
If you would like to use a custom port for Roxy-WI and set a login/password for the HAProxy status page, read the instruction provided here.
If you have one or more servers with Nginx installed and wish to manage them using Roxy-WI, add the following lines to the configuration of all your Nginx servers. This will allow you to view statistics and enable the Auto Start feature:
Create a file containing the login and password using htpasswd, and save it to /etc/nginx/status_page_passwdfile.
If you would like to use a custom port for Roxy-WI and set a login and password for the Nginx status page, read the instruction provided here.
If you have one or more servers with Apache installed and wish to manage them using Roxy-WI, add the following lines to the configuration of all your Apache servers. This will allow you to view statistics and enable the Auto Start feature:
Create a file containing the login and password using htpasswd and save it to /etc/httpd/server-status_htpasswd.
If you would like to use a custom port for Roxy-WI and set a login and password for the Apache status page, read the instruction provided here.