LAMP
Linux, Apache, MySQL/MariaDB, PHP/Perl/Python
LAMP is an acronym denoting one of the most common software stacks for many of the web's most popular applications. However, LAMP now refers to a generic software stack model and its components are largely interchangeable
- Linux operating system
- Apache HTTP Server
- MySQL (or MariaDB) relational database system
- PHP (or Perl, or Python) programming language
Common variations
- WAMP - Windows instead of Linux
- WIMP - Windows running Microsoft's IIS in place of Linux and Apache
- MAMP - MacOS in place of Linux
- LEMP - Nginx in place of Apache
- LAPP - with PostgreSQL in place of MySQL
More recently compatible variations are typically described as LAMP stacks or LAMP-like stacks, even if the individual components don't match the acronym.
Let’s build something great together
I’m Keith, a web developer based in Belfast. From fast, efficient PHP builds to Shopify stores and secure WordPress or Magento setups, I help businesses create websites that perform and grow.
Recent posts
—
Using WordPress as a static site generator
Static site generators have gained significant traction amongst developers, designers, and businesses seeking faster, more secure websites. Unlike traditional dynamic sites, which rely on a database to deliver content on…
Continue reading "Using WordPress as a static site generator"
—
Simple steps to protect your privacy online
In today’s digital world, protecting your privacy online has become essential. With personal data constantly being shared, stored, and potentially accessed by unauthorised parties, safeguarding your privacy can help you…
Continue reading "Simple steps to protect your privacy online"
—
Moving a WordPress Website with ACF and Custom Post Types to Brightspot CMS
Migrating a website from WordPress to Brightspot CMS can seem daunting, particularly when the WordPress installation relies heavily on Advanced Custom Fields and Custom Post Types . Both ACF amd…
Continue reading "Moving a WordPress Website with ACF and Custom Post Types to Brightspot CMS"
—
Switching to Eleventy
When I first set up my personal website it was powered by WordPress. It did the job for a while, but I soon found myself frustrated by the overhead and…