diff --git a/topics/lamp/index.md b/topics/lamp/index.md index 22713a920ea..35e7cf0b011 100644 --- a/topics/lamp/index.md +++ b/topics/lamp/index.md @@ -4,14 +4,15 @@ display_name: LAMP short_description: LAMP is a software bundle containing Linux and the Apache server. topic: lamp wikipedia_url: https://en.wikipedia.org/wiki/LAMP_(software_bundle) +related: wamp, mamp, xampp, mean, mern, lemp --- -LAMP is a bundle of software consisting of four open source programs. +**LAMP** is a bundle of software consisting of four open source programs. It is one of the most popular software categories for servers. A usual LAMP server includes: * **L**inux (operating system) * **A**pache (web server) -* **M**ySQL (database software) +* **M**ySQL, **M**ariaDB or **M**ongoDB (database software) * **P**HP, **P**erl, or **P**ython (programming language) Most Linux distributions include the components of a LAMP server.