LAMP

From Citizendium, the Citizens' Compendium

Revision as of 14:27, 22 July 2008 by Gaurav Banga (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search


This article is developing and not approved.
Main Article
Talk
Definition [?]
Related Articles  [?]
Bibliography  [?]
External Links  [?]
 
This is a draft article, under development and not meant to be cited but you can help to improve it. These unapproved articles are subject to a disclaimer.

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.

There exist also variations of this stack at the operating system layer as well.

Views
Personal tools