Subscribe to receive notifications of new posts:

Reliability

CloudFlare's new WAF: compiling to Lua

August 23, 2013 5:31 AM

NGINXWAFReliability

We use nginx throughout our network for front-line web serving, proxying and traffic filtering. In some cases, we've augmented the core C code of nginx with our own modules, but recently we've made a major move to using Lua in conjunction with nginx. One project that's now almost entirely written in Lua is the new CloudFlare WAF that we blogged about the other day. The Lua WAF uses the nginx Lua module to embed Lua code and execute that code as part of the normal nginx handling of phases....

DDoS Prevention: Protecting The Origin

July 30, 2013 8:20 AM

DDoSReliability

One of the many great features that CloudFlare provides is protection from Distributed Denial of Service (DDoS) attacks. A malicious party who wants to make your website or web service unavailable could try to overwhelm it with requests from compromised machines (or bots) all around the world. ...

MORE POSTS