LAMP (application stack)

From Citizendium
Revision as of 08:20, 23 October 2007 by imported>Jean Gebarowski
Jump to navigation Jump to search


Article Checklist for "LAMP (application stack)"
Workgroup category or categories Computers Workgroup [Please add or review categories]
Article status Stub: no more than a few sentences
Underlinked article? Not specified
Basic cleanup done? No
Checklist last edited by Nobody

To learn how to fill out this checklist, please see CZ:The Article Checklist.





LAMP is an acronym for Linux Apache MySQL PHP, a very common framework for developping web sites.

  • Linux is an well-known open source operating system, very common on many web servers ;
  • Apache is a famous HTTP Server, very common in many personnal or professionnal applications, with many modules that expand its functionnalities ;
  • mySQL is an open source database ;
  • PHP is a server-side programming language, object-oriented, well interfaced with Apache.

Alternative "P" languages

Other languages can fit with the "P" letter and are used as well to implements web sites : Perl and Python. They are generally natively installed on Linux systems.