LAMP (software bundle)
From Wikipedia, the free encyclopedia
| Part of a series on: |
| Linux |
| History |
| GNU Project • Linux kernel (history • portability) • Naming controversy • Windows and Linux • Adoption • Linus's Law • Tux • SCO and Linux |
| Distribution |
| Linux distribution (list • comparison) • Linux package formats • LiveDistro (list • comparison) • Live USB • Mini Linux |
| Applications |
| LAMP • Desktop • Embedded • Gaming • Thin client |
| Legal bodies |
| Linux Foundation • Linux Users' Group (LUG) |
The acronym LAMP refers to a solution stack of software, usually free software / open-source software, used to run dynamic Web sites or servers. The original expansion is as follows:
- Linux, referring to the operating system;
- Apache, the Web server;
- MySQL, the database management system (or database server);
- PHP and sometimes Perl or Python, the programming languages.
The combination of these technologies is used primarily to define a web server infrastructure, define a programming paradigm of developing software, and establish a software distribution package.
Though the originators of these open source programs did not design them all to work specifically with each other, the combination has become popular because of its low acquisition cost and because of the ubiquity of its components (which come bundled with most current Linux distributions). When used in combination they represent a solution stack of technologies that support application servers.
Contents |
[edit] History
The scripting component of the LAMP stack has its origins in the CGI web interfaces that became popular in the early 1990s. This technology allows the user of a web browser to execute a program on the web server, and to thereby receive dynamic as well as static content. Programmers used scripting languages with these programs because of their ability to manipulate text streams easily and efficiently, even when they originate from disparate sources. For this reason system designers often referred to such scripting systems as glue languages.
Michael Kunze coined the acronym LAMP in an article for the German computing magazine c't in 1998.[1] The article aimed to show that a bundle of free software could provide a viable alternative to commercial packages. Knowing about the IT-world's love of acronyms, Kunze came up with LAMP as a marketing-like term to increase the popularity of free software.[citation needed] O'Reilly and MySQL AB have made the term popular among English-speakers. Indeed, MySQL AB has since based some of its marketing efforts on the popularity of the LAMP stack.
[edit] Software
[edit] Linux
Linux is a Unix-like computer operating system.
[edit] Apache HTTP Server
Apache HTTP Server is a free software/open source web server, the most popular in use.[2] It serves as the de facto reference platform against which other web servers are designed and judged.
[edit] MySQL
MySQL is a multithreaded, multi-user, SQL Database Management System (DBMS) with more than ten million installations [3]
[edit] PHP
PHP (PHP: Hypertext Preprocessor) is a reflective programming language originally designed for producing dynamic Web pages. PHP is used mainly in server-side application software, but can be used from a command line interface or in standalone graphical applications.
[edit] Variants and alternatives
Sometimes Perl and Python are used in place of PHP and are often referred to as LAMP systems as well. One review of the platform goes so far as to say "Let the P stand for PHP, Perl, Python, and Ruby."[4] Some developers prefer to use the M to mean mod perl or mod python and the P to mean PostgreSQL in effect reversing the M and the P in functionality, which can cause some confusion.
Another variant designates the M to be Middleware (including Ruby, Perl, Python etc.) and the P to be PostgreSQL. Although not generally accepted, this definition could be seen as a token of the continuing evolution in the free software community while redefining its objectives and boundaries.
Other such stacks include unified application development environments such as Apple Computer's WebObjects, Java/Java EE, Grails, and Microsoft's .NET architecture.
[edit] See also
| Free software Portal |
[edit] References
- ^ [1]
- ^ Market Shares for Top Servers Across All Domains August 1995 - April 2007
- ^ Robin Schumacher & Arjen Lentz Dispelling the Myths.
- ^ Dale Dougherty (January 26, 2001). LAMP: The Open Source Web Platform.
[edit] External links
- ONLamp, from O'Reilly & Associates
- Computerworld QuickStudy on LAMP
- A Comparison of two major dynamic web platforms (LAMP vs. WISA) by Andrew Penrybn:ল্যাম্প (সফটওয়্যার গুচ্ছ)
ca:LAMP cs:LAMP da:LAMP de:LAMP es:LAMP et:LAMP-platvorm fi:LAMP (tietotekniikka) he:LAMP (חבילת תוכנה) id:LAMP it:LAMP (piattaforma) ja:LAMP ko:LAMP lt:LAMP ms:LAMP nl:LAMP no:LAMP pl:LAMP pt:LAMP ru:LAMP sk:LAMP (softvér) sl:LAMP sv:LAMP th:LAMP zh:LAMP

