The LAMP reference article from the English Wikipedia on 24-Apr-2004
(provided by Fixed Reference: snapshots of Wikipedia from wikipedia.org)

LAMP

Time you got around to sponsoring a child
LAMP is an acronym for the free software combination Linux, Apache, MySQL and one or more of Perl, PHP and Python.

This term was boosted into technology sector vernacular primarily by the editors of O'Reilly & Associates and MySQL AB. These four to six components are commonly used together for the development and deployment of dynamic web sites. The term itself surfaced and became fashionable in early 2001 even though these tools (and their relatives) had been used in conjunction with each other for years prior.

Although each tool is developed separately and is intended to operate independently of the others, they are very well suited for the task of complex web development when used together.

Each element of the LAMP acronym provides an essential layer of functionality:

The three P languages are sometimes merged into the artificial word PHPherlthon which should represent any of the three mentioned programming languages. PHPherlthon seems to have appeared first in an ONLamp article on the Apache Toolbox from 2000. Since then it slowly propaged through the web and is now used on quite a few LAMP related web pages. Sometimes, it's also spelled PHPerlthon, which seems to be a more intuitive merger of the three names.

Together, these tools allow one to set up a web server and have it serve useful content within hours, with the software cost being either zero or negligible. Because of this, these tools (and their relatives) are bundled with most current Linux distributions.

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.

Table of contents
1 Relatives
2 Other LAMPs
3 External links

Relatives

LAMP does not encompass the whole spectrum of useful tools for the development of web-based technologies using free or open-source software. Other useful components include: When the object-relational database of choice is PostgreSQL rather MySQL the acronym LAPP is sometimes used.

This described combination installed with Microsoft Windows is called WAMP.

Other LAMPs

LAMP is also the name of a (now obsolete?) movie player for Linux, the Linux Animation and Movie Player.

External links