Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


In this Discussion

[HELP NEEDED] About HAProxy and reverse proxying
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

[HELP NEEDED] About HAProxy and reverse proxying

jvnadrjvnadr Member

Hi all!

I always use nginx as reverse proxy for servers using nat containers or vms. Have never used HAproxy, but I want to start playing with it because it seems more flexible and with more options.

So, a basic question: Can HAproxy be used for reverse proxying (aka redirect url requests from the node) not only for protocols like http and email (like nginx proxy) but also for services like multimedia streaming (rtsp, rtmp etc.), ftp etc? Nginx has limitations and can forward only http/https and mail requests.

Also, is there any handy "tutorial for idiots" with examples that I can use to start learning the basics on reverse proxying with HAProxy?
The scenario will be a node with a single ip forwarding to a container that has installed HAproxy and, from there, forwarding any domain-based request to another container/virtual machine with different services (web server, streaming server etc.).

Any help will be much appreciated!

Comments

  • @jvnadr said: Can HAproxy be used for reverse proxying (aka redirect url requests from the node) not only for protocols like http and email (like nginx proxy) but also for services like multimedia streaming (rtsp, rtmp etc.), ftp etc?

    Yes

    Thanked by 2jvnadr skorous
Sign In or Register to comment.