From 1ef561e2da16ae6eaef999a270923bedb5d76924 Mon Sep 17 00:00:00 2001 From: TylerMS887 <115214762+TylerMS887@users.noreply.github.com> Date: Fri, 16 Jun 2023 15:38:56 +0100 Subject: [PATCH] Add `lamp` topic --- topics/lamp.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 topics/lamp.md diff --git a/topics/lamp.md b/topics/lamp.md new file mode 100644 index 00000000000..22713a920ea --- /dev/null +++ b/topics/lamp.md @@ -0,0 +1,19 @@ +--- +aliases: lamp-server +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) +--- +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) +* **P**HP, **P**erl, or **P**ython (programming language) + +Most Linux distributions include the components of a LAMP server. +There are also some other variants of LAMP, such WAMP, which runs on Windows +instead of Linux.