The software described in this documentation is either in Extended Support or Sustaining Support. See https://www.oracle.com/us/support/library/enterprise-linux-support-policies-069172.pdf for more information.
Oracle recommends that you upgrade the software described by this documentation as soon as possible.
To install HAProxy:
Install the haproxy
package on each front-end server:
Edit /etc/haproxy/haproxy.cfg
to configure HAProxy on each server. See Section 17.2.1, “About the HAProxy Configuration File”.
Enable IP forwarding and binding to non-local IP addresses:
Enable access to the services or ports that you want HAProxy to handle.
For example, to enable access to HTTP and make this rule persist across reboots, enter the following commands:
Enable and start the haproxy
service on each server:
If you change the HAProxy configuration, reload the haproxy
service:
If you're satisfied with haproxy, you can build it on windows using the cygwin suite. I have not tested it myself, but the user who performed the port did. He also told me that there was a limit to approximately 1600 concurrent connections per process under windows, which may or may not be enough for you. An HAProxy ACL lets you define custom rules for blocking malicious requests, choosing backends, redirecting to HTTPS and using cached objects. This guide will discuss how to install and configure HAProxy Load Balancer on Debian 10 Buster. HAProxy is an open source, reliable and High Performance TCP/HTTP Load Balancer and Proxy server which runs on Linux, FreeBSD and Solaris.
Copyright © 2013, 2021, Oracle and/or its affiliates. Legal Notices