von Baptiste Assmann | Apr 28, 2014 | Load Balancing/Routing, Technik
Apache mod_proxy Apache webserver is a widely deployed modular web server. One of its module is called mod_proxy. It aims to turn the web server into a proxy / reverse proxy server with load-balancing capabilities. At HAProxy Technologies, we only use HAProxy :). Heh,...
von Baptiste Assmann | Jun 13, 2013 | SSL, Technik
HAProxy and SSL HAProxy has many nice features when speaking about SSL, despite SSL has been introduced in it lately. One of those features is the client side certificate management, which has already been discussed on the blog. One thing was missing in the article,...
von Baptiste Assmann | Mai 8, 2013 | Security, Technik
Apache Cdorked.A backdoor This is a pretty recent attack, using Cpanel to change the Apache httpd binary by a compromised one which embeds a backdoor. A few articles with more details are available here: *...
von Baptiste Assmann | Okt 26, 2012 | Random Tips, Technik
Synopsis Compression is a Technic to reduce object size to reduce delivery delay for objects over HTTP protocol. Until now, HAProxy did not include such feature. But the guys at HAProxy Technologies worked hard on it (mainly David Du Colombier and @wlallemand)....
von Baptiste Assmann | Aug 25, 2011 | Security, Technik
What is Apache killer? Apache killer is a script which aims to exploit an Apache Vulnerability. Basically, it makes Apache to fill up the /tmp directory which makes the webserver unstable. Who is concerned? Anybody running a website on Apache. The Apache announce How...