LAMP: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Replaced encyclopedic tag)
m (Added intrawiki links)
 
Line 1: Line 1:
[[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 operating system, a web server, a database server, and software that generates [[HTML]] pages.
[[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"
{| border="1"
Line 9: Line 9:
!P
!P
|-
|-
|Linux
|[[Linux]]
|Apache
|Apache
|MySQL
|[[MySQL]]
|Perl<br/>
|[[Perl]]<br/>
PHP<br/>
[[PHP]]<br/>
Python
[[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