LAMP (application stack): Difference between revisions
Jump to navigation
Jump to search
imported>David E. Volk m (remove categories, on metadata) |
imported>Aleksander Stos m (typo) |
||
Line 10: | Line 10: | ||
==== Variations ==== | ==== Variations ==== | ||
Other languages can fit with the "P" letter and are used | Other languages can fit with the "P" letter and are used interchangeably in place of PHP or Perl. [[Python]] is a popular example. | ||
Also, a variation of this stack is where it is running on Windows. In this case the stack is called a [[WAMP|'''W'''AMP]] stack. The '''M'''AMP acronym is also used for Macintosh computers. | Also, a variation of this stack is where it is running on Windows. In this case the stack is called a [[WAMP|'''W'''AMP]] stack. The '''M'''AMP acronym is also used for Macintosh computers. |
Revision as of 05:37, 8 January 2008
LAMP is an acronym for Linux / Apache / MySQL / Perl or PHP, a common and popular application stack which web-based applications are built on. In particular many open source projects take advantage of this stack.
- Linux is an open source operating system
- Apache HTTP Server is a popular open source web server
- mySQL is an open source RDBMS (Relational Database Management System)
- PHP or Perl are server-side programming languages which are well interfaced with Apache
Many Linux distributions implements natively a LAMP solution, including all the needed packages.
Variations
Other languages can fit with the "P" letter and are used interchangeably in place of PHP or Perl. Python is a popular example.
Also, a variation of this stack is where it is running on Windows. In this case the stack is called a WAMP stack. The MAMP acronym is also used for Macintosh computers.