- LAMP (software bundle)
-
LAMP is an acronym for a solution stack of free, open source software, originally coined from the first letters of Linux (operating system), Apache HTTP Server, MySQL (database software) and Perl/PHP/Python, principal components to build a viable general purpose web server.[1]
The GNU project is advocating people to use the term "GLAMP" since what is known as "Linux" is most often the GNU/Linux system.[2]
The exact combination of software included in a LAMP package may vary, especially with respect to the web scripting software, as PHP may be replaced or supplemented by Perl and/or Python.[3] Similar terms exist for essentially the same software suite (AMP) running on other operating systems, such as Microsoft Windows (WAMP), Mac OS (MAMP), Solaris (SAMP), iSeries (iAMP), or OpenBSD (OAMP).
Though the original authors of these programs did not design them all to work specifically with each other, the development philosophy and tool sets are shared and were developed in close conjunction. The software combination has become popular because it is free of cost, open-source, and therefore easily adaptable, and because of the ubiquity of its components which are bundled with most current Linux distributions.
When used together, they form a solution stack of technologies that support application servers.
Contents
Software components
According to its proponents,[by whom?] the LAMP stack offers a great number of advantages for developers:
- Easy to code: Novices can build something and get it up and running very quickly with PHP and MySQL.
- Easy to deploy: PHP is easy to deploy as files can be edited directly on the server and saved in the document root. By comparison, Java Servlets require that the developer compile the web application into a WAR file and deploy it with a servlet engine such as Apache Tomcat.
- Cheap and ubiquitous hosting: Many inexpensive web hosts provide PHP and MySQL services.[citation needed]
Linux
Main article: GNU/LinuxGNU/Linux is a Unix-like computer operating system kernel. A major emphasis of Linux development is security[citation needed], which makes it an appealing choice for a web-server application. Like the other LAMP components, Linux is free open-source software which means the source code is provided with operating system, which can be edited according to specific needs. Also, because Linux-based operating systems are Unix-like, a Linux server is more natively-compatible with other server-oriented platforms, such as Solaris and BSD, than non-Unix-like systems like Microsoft Windows.
Apache
Main article: Apache HTTP ServerApache is a free software/open source web server, the most popular in use.[4]
MySQL
Main article: MySQLMySQL is a multithreaded, multi-user, SQL database management system (DBMS) now owned by Oracle Corporation with more than eleven million installations.[5] Alternatives at this level of the stack do also exist, for example by using PostgreSQL (LAPP) [6]
MySQL has been owned by Oracle Corporation since January 27, 2010 through the purchase of Sun Microsystems.[7][8] Sun had acquired MySQL originally on February 26, 2008.
PHP, Perl, or Python
PHP is a reflective programming language originally designed for producing dynamic web pages. PHP is used mainly in server-side application software. Perl and Python can be used similarly.
Variants and equivalents on other platforms
Main article: List of AMP packagesSee also: List of web application frameworksWith the growing use of LAMP, variations and retronyms appeared for other combinations of operating system, web server, database, and software language.
The equivalent installation on a Microsoft Windows operating system is known as WAMP with an alternative (running IIS in place of Apache) called WIMP.
The equivalent installation on a Macintosh operating system is known as MAMP.
The equivalent installation on a Solaris operating system is known as SAMP.
The equivalent installation on a FreeBSD operating system is known as FAMP.
The equivalent installation on a iSeries operating system is known as iAMP.
A version where Apache has been replaced with the more lightweight web server NGINX is known as LEMP.[9]
A version where MySQL has been replaced by PostgresSQL is called LAPP.
See also
References
- ^ Lee, James; Brent Ware (December 2002). Open Source Web Development with LAMP: Using Linux, Apache, MySQL, Perl, and PHP. Addison Wesley. ISBN 0-201-77061-X.
- ^ GNU.org -- Words to avoid
- ^ Dale Dougherty (January 26, 2001). "LAMP: The Open Source Web Platform". ONLamp. http://www.onlamp.com/pub/a/onlamp/2001/01/25/lamp.html.
- ^ "Market Share for Top Servers Across All Domains August 1995 - February 2011". News.netcraft.com. http://news.netcraft.com/archives/category/web-server-survey/. Retrieved 2011-02-22.
- ^ Top Reasons for Product Managers to Embed MySQL on [mySQL.com]
- ^ A LAPP appliance on [turnkeylinux.org]
- ^ Robin Schumacher & Arjen Lentz Dispelling the Myths
- ^ Charles Babcock, InformationWeek Sun Locks Up MySQL, Looks To Future Web Development
- ^ Setting Up a LEMP stack on Ubuntu 9.04
External links
- Install a LAMP server on Ubuntu Linux
- Install a LAMP server on Debian GNU/Linux
- Install a LAMP server on SUSE Linux
Linux operating system Linux Adoption (Adopters) · Criticism (of desktop Linux) · History · Kernel (kernel names · supported architectures) · Linus' Law · Linux Foundation · Linux-libre · Tux · vmlinuxDistribution GNU Free Software Foundation · GNU · GNU GPL · GNU/Linux naming controversy · GNU packages · GNU ProjectWindow manager User interface Applications People Media Lists System arrangement
and featuresMobile Access Linux Platform · Android · Ångström · bada · LiMo Foundation · LiMo Platform · Linux Phone Standards Forum · MeeGo (Maemo · Moblin) · Mobilinux · Open Handset Alliance · Openmoko · OPhone · webOS · SHR · Ubuntu MobileOther topics Linux conference · Linux Documentation Project · Malware · Linux Standard Base · Linux User Group (LUG) · Revolution OS · SCO and Linux · Tanenbaum–Torvalds debate · The CodeCategories:- Computing acronyms
- Free software
- Linux
- Perl
- PHP
- Web development software
- Web server software
Wikimedia Foundation. 2010.