LAMP: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Added to the encyclopedia.)
m (Added intrawiki links)
 
(One intermediate revision by the same user not shown)
Line 1:
{{encyclopedic}}[[Category:Encyclopedia]]'''LAMP''' is a popular combination of software tools for the development of web-based applications. Really, it refers to several possible combinations. Each combination consists of an [[:Category:Operating Systems|operating system]], a web server, a database server, and software that generates [[HTML]] pages.
 
{| border="1"
Line 9:
!P
|-
|[[Linux]]
|Apache
|[[MySQL]]
|[[Perl]]<br/>
[[PHP]]<br/>
[[Python]]
|}

Latest revision as of 18:59, 4 February 2008

LAMP is a popular combination of software tools for the development of web-based applications. Really, it refers to several possible combinations. Each combination consists of an operating system, a web server, a database server, and software that generates HTML pages.

Components of the LAMP stack
L A M P
Linux Apache MySQL Perl

PHP
Python