Baptiste Assmann Baptiste Assmann | Sep 16, 2013 | LOAD BALANCING / ROUTING, TECH
Transparent Proxy HAProxy works has a reverse-proxy. Which means it maintains 2 connections when allowing a client to cross it: – 1 connection between HAProxy and the client – 1 connection between HAProxy and the server HAProxy then manipulate buffers...
Baptiste Assmann Baptiste Assmann | Oct 12, 2012 | TECH
Note: The below information is deprecated as HAProxy Enterprise now offers a fully functional native WAF module which supports whitelist-based rulesets, blacklist-based rulesets, and ModSecurity rulesets! Greeting to Thomas Heil, from our German partner Olanis,...
Baptiste Assmann Baptiste Assmann | Jun 5, 2012 | RANDOM TIPS, TECH
What is a Reverse-Proxy? A Reverse-proxy is a server which get connected on upstream servers on behalf of users. Basically, it usually maintain two TCP connections: one with the client and one with the upstream server. The upstream server can be either an application...