Skip to content

Commit c04b324

Browse files
authored
Merge pull request #3765 from TylerMS887/patch-2
Add `lamp` topic
2 parents 5799707 + 1ef561e commit c04b324

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

topics/lamp.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
aliases: lamp-server
3+
display_name: LAMP
4+
short_description: LAMP is a software bundle containing Linux and the Apache server.
5+
topic: lamp
6+
wikipedia_url: https://en.wikipedia.org/wiki/LAMP_(software_bundle)
7+
---
8+
LAMP is a bundle of software consisting of four open source programs.
9+
It is one of the most popular software categories for servers.
10+
11+
A usual LAMP server includes:
12+
* **L**inux (operating system)
13+
* **A**pache (web server)
14+
* **M**ySQL (database software)
15+
* **P**HP, **P**erl, or **P**ython (programming language)
16+
17+
Most Linux distributions include the components of a LAMP server.
18+
There are also some other variants of LAMP, such WAMP, which runs on Windows
19+
instead of Linux.

0 commit comments

Comments
 (0)