Reverse Proxy Suggestions

Latest response

I'm looking to map one public IP to multiple back-end web servers. I've done this in the past with PFsense and squid. I know I can do this with squid on RHEL, but I'm curious if this is the recommended method. These back-end web servers could be running simple HTTP servers or Web App servers. There's always more than one way to complete a task in Linux, so I'm looking for suggestions, and also how community members have implemented reverse proxies themselves.

Responses

Other popular methods for this are:

  • keepalived which does IP-based load balancing
  • haproxy which does HTTP-based load balancing
  • nginx which is a reverse proxy HTTP daemon, similar to what you've already done with Squid

After reading some of the material for each product, I think keepalived may be exactly what I'm looking for. Thanks for the advise!

Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.