LAMP (application stack): Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Howard C. Berkowitz
(Experimenting with formatting)
imported>Howard C. Berkowitz
No edit summary
Line 10: Line 10:
=== Variations ===
=== Variations ===


Variations of LAMP packages (referred to as AMP packages) can differ based on the choice of [[operating system]].
Variations of LAMP packages (referred to as AMP packages) can differ based on the choice of [[operating system]] and other software
 
* [[LAPP]] substitutes [[PostgreSQL]] for [[MySQL]]
* A [[WAMP|'''W'''AMP]] stack uses [[Microsoft Windows]].
* A [[WAMP|'''W'''AMP]] stack uses [[Microsoft Windows]].
* The [[MAMP|'''M'''AMP]] stack uses [[Apple Macintosh|Macintosh]] computers ([[UNIX]]-based [[Mac OS X]] replaces the operating system layer).
* The [[MAMP|'''M'''AMP]] stack uses [[Apple Macintosh|Macintosh]] computers ([[UNIX]]-based [[Mac OS X]] replaces the operating system layer).
Line 28: Line 28:
! width = 25%|Server programming
! width = 25%|Server programming
|-
|-
| LAMP
| '''LAMP'''
| [[Linux]]
| [[Linux]]
| [[Apache HTTP server|Apache]]
| [[Apache HTTP server|Apache]]
Line 34: Line 34:
| [[PHP]],[[Perl]], [[Python]]
| [[PHP]],[[Perl]], [[Python]]
|-
|-
| MAMP
|''' LAPP'''
| [[Linux]]
| [[Apache HTTP server|Apache]]
| [[PostgreSQL]]
| [[PHP]],[[Perl]], [[Python]]
|-
| '''MAMP'''
| [[Macintosh]]
| [[Macintosh]]
| [[Apache HTTP server|Apache]]
| [[Apache HTTP server|Apache]]
Line 40: Line 46:
| [[PHP]],[[Perl]], [[Python]]
| [[PHP]],[[Perl]], [[Python]]
|-
|-
| WAMP
| '''WAMP'''
| [[Microsoft Windows]]
| [[Microsoft Windows]]
| [[Apache HTTP server|Apache]]
| [[Apache HTTP server|Apache]]
Line 46: Line 52:
| [[PHP]],[[Perl]], [[Python]]
| [[PHP]],[[Perl]], [[Python]]
|-
|-
| XAMP
| '''XAMP'''
| Cross-platform
| Cross-platform
| [[Apache HTTP server|Apache]]
| [[Apache HTTP server|Apache]]
Line 52: Line 58:
| [[PHP]],[[Perl]], [[Python]]
| [[PHP]],[[Perl]], [[Python]]
|-
|-
| OAMP
| '''OAMP'''
| [[OpenBSD]]
| [[OpenBSD]]
| [[Apache HTTP server|Apache]]
| [[Apache HTTP server|Apache]]
Line 58: Line 64:
| [[PHP]],[[Perl]], [[Python]]
| [[PHP]],[[Perl]], [[Python]]
|-
|-
| DAMP
| '''DAMP'''
| [[Darwin operating system]]
| [[Darwin operating system]]
| [[Apache HTTP server|Apache]]
| [[Apache HTTP server|Apache]]
Line 64: Line 70:
| [[PHP]],[[Perl]], [[Python]]
| [[PHP]],[[Perl]], [[Python]]
|-
|-
| SLAMPP
| '''SLAMPP'''
| Linux bootable from optical drive
| Linux bootable from optical drive
| [[Apache HTTP server|Apache]]
| [[Apache HTTP server|Apache]]

Revision as of 18:26, 29 November 2009

This article is developed but not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable, developed Main Article is subject to a disclaimer.

LAMP is an acronym that stands for for "Linux, Apache, MySQL, Perl/PHP/Python." Packaged together, they create an application stack that is both free to use and open source which functions as a general purpose web server.


Variations

Variations of LAMP packages (referred to as AMP packages) can differ based on the choice of operating system and other software

Acronym Operating system Web server Database manager Server programming
LAMP Linux Apache MySQL PHP,Perl, Python
LAPP Linux Apache PostgreSQL PHP,Perl, Python
MAMP Macintosh Apache MySQL PHP,Perl, Python
WAMP Microsoft Windows Apache MySQL PHP,Perl, Python
XAMP Cross-platform Apache MySQL PHP,Perl, Python
OAMP OpenBSD Apache MySQL PHP,Perl, Python
DAMP Darwin operating system Apache MySQL PHP,Perl, Python
SLAMPP Linux bootable from optical drive Apache MySQL PHP,Perl, Python