I was looking this afternoon for some workaround in web environment let me to modify an ACL (add or delete ip) without reload all configuration when I found haproxy with lucky! Thierry FOURNIER told us this workaround here. He suggest us combine ACL matching integers AND fetch data from map file. Finally, we have to […]
Continue ReadingTag: haproxy
A cheap web balancer: Nginx+haproxy+pacemaker
I’m going to explain you how can you mount a too cheap and efficient web balancer, I’ve rolled out in productive and non-productive environments publishing all the web applications of multiples environments from continuos integration. I’ve used this solution in our productive environment after I had done benchmarks tests with “ab” and “siege” tool, but […]
Continue Reading