LAMP
Linux · Apache · Mysql · Php
Linux, Apache, MySQL, and PHP — the classic open-source web hosting stack still underpinning large parts of the CMS and shared-hosting web.
Stack Composition & Component Matrix
One of the lowest barriers to entry in web development; files can be edited and uploaded directly with immediate execution.
Persistence, indexes & structured storage
Core syntax, typing semantics & execution
Container platform & cloud provisioning
Container platform & cloud provisioning
Architectural Scorecard
Scale 0.0 – 10.0 · Multi-Dimensional EvaluationPrimary Archetypes & Workloads
Target engineering environments, product scopes, and architectural profiles where this stack delivers peak velocity and natural synergy.
Scalability & Throughput Evolution
4-Tier Architectural ProgressionScales vertically with powerful multi-core VPS nodes, and horizontally via load balancers with separate database and static asset layers.
Small Scale
MVP & Early Deployments
All four components run seamlessly on a single $5/mo Linux VPS with minimal configuration.
Medium Scale
Growth & Clustering
Split architecture with dedicated MySQL database server, PHP-FPM tuning, and OPCache enabled.
Large Scale
High Concurrency & Caching
Multiple Apache/PHP application nodes behind an NGINX reverse proxy or AWS ALB, with MySQL read replicas.
Enterprise Scale
Global & Distributed
Clustered MySQL (Galera or AWS Aurora), Redis session caching, Memcached for query cache, and CDN edge caching.
Target Use Cases & Suitability Index
Scale 1 – 5 · Curated Workload IndexPowers major CMS engines (WordPress) with outstanding content editing workflows and SEO out of the box.
WebSocket-heavy, streaming collaborative apps are better suited for event-driven async platforms.
Related Architectural Stacks
Explore complementary architectures and alternatives in Web.
MongoDB, Express, React, and Node.js — a widely taught full-stack JavaScript pattern for SPAs with a document database.
MongoDB, Express, Angular, and Node.js — the Angular-centered counterpart to MERN for enterprise-leaning SPAs.
MongoDB, Express, Vue, and Node.js — the Vue.js variant of the classic Mongo + Express + Node pattern.