Subscribe to receive notifications of new posts:

The CLAMP Stack

08/15/2011

1 min read

clamp_stack.jpg.scaled500

Much of the modern Internet is built on what is known as the LAMP Stack. LAMP originally stood for Linux + Apache + MySQL + PHP. You'll find this basic stack at the core of companies like Google, Facebook, Yahoo, and more. While some argue that the P should stand for Python, and we at CloudFlare tend to prefer Postgres to MySQL and NGINX to Apache, the general point is the same: with these free foundational tools, great Internet applications can be made.

We were tickled the other day when we heard someone giving a talk on the "CLAMP" stack: CloudFlare + LAMP. More and more companies are using CloudFlare to extend the scalability of the LAMP stack from an individual machine to a global network. CloudFlare cuts the load on a typical LAMP stack web server by nearly 70%. That allows you to put twice the load on a single server the LAMP burning out.

With integration into more and more of the top hosting providers, it's easier than ever to turn your LAMP into a CLAMP.

We protect entire corporate networks, help customers build Internet-scale applications efficiently, accelerate any website or Internet application, ward off DDoS attacks, keep hackers at bay, and can help you on your journey to Zero Trust.

Visit 1.1.1.1 from any device to get started with our free app that makes your Internet faster and safer.

To learn more about our mission to help build a better Internet, start here. If you're looking for a new career direction, check out our open positions.
phpNGINX

Follow on X

Matthew Prince|@eastdakota
Cloudflare|@cloudflare

Related posts

February 24, 2023 2:00 PM

ROFL with a LOL: rewriting an NGINX module in Rust

Engineers at Cloudflare have written a replacement in Rust for one of the oldest and least-well understood parts of the Cloudflare infrastructure, cf-html, which is an NGINX module. In doing so we learned a lot about how NGINX works, and paved the way to move away from NGINX entirely....