After some help with HAProxy

Started by dustymiller259, July 02, 2020, 05:29:17 PM

Previous topic - Next topic
I'm trying to understand how HAProxy work, and get it setup, but despite my limited understanding, i think i have the config correct, but it does not seem to work as expected at all. does anyone know of any good resources out there ?

Im only trying to get it to work for a couple of webservers behind my firewall (Home Setup)

Cancel that. My config was correct, it was the old port forwards that were wrong.

Scratch that, i have one rule working, but cant get the second to play without killing the first rule.

I basically have 1 rule working that say if "path contains string" = VirtualRadar then use one backend pool. That works

When i add an anti rule so if the "path Contains string" - VirtualRadar + then negate that condition, in the second rule, it all falls apart.

What am i missing