LAMP (software bundle)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Abtin (talk | contribs) at 00:05, 28 September 2005. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Jump to navigation Jump to search

The acronym LAMP refers to a set of free software programs commonly used together to run dynamic Web sites or servers:

Though the originators of these open source programs did not design them all to work specifically with each other, the combination has become popular because of its low cost and because of the ubiquity of its components (which come bundled with most current Linux distributions particularly as deployed by ISPs). When used in combination they represent a solution stack of technologies that support application servers. Other such stacks include Apple Computer's WebObjects, Java/J2EE and Microsoft's .NET architecture.

The scripting component of the LAMP stack has its origins in the CGI web interfaces that became popular in the early 1990s. This technology allows the user of a web browser to execute a program on the web server, and to thereby receive dynamic as well as static content. Programmers used scripting languages with these programs because of their ability to manipulate text streams easily and efficiently, even when they originate from disparate sources. For this reason system designers often referred to such scripting systems as glue languages.

Michael Kunze coined the acronym LAMP in an article for the German computing magazine c't in 1998 (12/98, page 230). The article aimed to show that a bundle of free software could provide a viable alternative to commercial packages. Knowing about the IT-world's love of acronyms, Kunze came up with LAMP as a marketing-like term to popularize the use of free software.

O'Reilly and MySQL AB have popularized the term among English-speakers. Indeed, MySQL AB has since based some of its marketing efforts on the popularity of the LAMP stack. Other projects and vendors came up with variants of the term, including:

  • LAPP (substituting PostgreSQL for MySQL)
  • "A Brighter LAMP" (with the last two letters meaning Middleware and PostgreSQL); this allows selection of languages that do not start with the letter P such as Tcl and Ruby
  • WAMP (substituting Microsoft Windows for Linux)
  • MAMP (substituting Macintosh for Linux)
  • LAMJ for JSP/servlet
  • "BAMP" substituting BSD for Linux
  • WIMP Referring to Microsoft Windows, Microsoft IIS, MySQL, PHP
  • and simply AMP (omitting the operating system; Apple Computer favors this variant).

Some employ the term LAMP generically to describe such alternative systems rather than make a new acronym, using it to denote the contrast between such systems and a unified web application development environment (such as ASP, .NET or J2EE).

As an example, Wikipedia, the Free Encyclopedia, runs software in what one could characterize as a LAMP environment. Wikipedia uses MediaWiki software, developed primarily under Linux, with content served with Apache HTTPD server, content stored in a MySQL database, and program logic implemented in PHP.

See Also

List of AMP Packages