LAMP
LAMP is an acronym for a set of free software programs commonly used together to run dynamic Web sites:- Linux, the operating system;
- Apache, the Web server;
- MySQL, the database management system (or database server);
- Perl, PHP, and/or Python, scripting languages.
The first known use of the term was in the German computing magazine c't in 1998. Amongst English speakers it was popularized by O'Reilly & Associates and MySQL AB. Variants include LAPP (substituting PostgreSQL for MySQL), WAMP (substituting Microsoft Windows for Linux), and simply AMP (omitting the operating system; this variant is propagated by Apple Computer).
The software that currently runs Wikipedia could be characterized as a LAMP application. Wikipedia's MediaWiki software is developed primarily under Linux, using the Apache HTTP Server, with its content being stored in a MySQL database, and the program logic being implemented in PHP.
LAMP is also the name of an (apparently obsolete) movie player for Linux, the Linux Animation and Movie Player.
External links