What is a LAMP server?

  • Category: wiki
  • Written by Super User
  • Hits: 466

LAMP is a solution stack of freeopen source software. The acronym LAMP refers to the first letters of Linux (operating system), Apache HTTP ServerMySQL (database software), and PHPPerl or Python, principal components to build a viable general purpose web server.[1]

The exact combination of software included in a LAMP package may vary, especially with respect to the web scripting software, as Perl or Python are sometimes dropped from the stack.[2] 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.

Software components

LAMP Architecture

[edit]Linux

Like the other LAMP components, Linux is free open-source software which means the source code is available for the operating system, which can be edited according to specific needs.

[edit]Apache

Apache is an open source web server, the most popular in use.[3]

[edit]MySQL

MySQL is a multithreadedmulti-userSQL database management system (DBMS) now owned by Oracle Corporation.[4] Alternatives at this level of the stack do also exist, for example by using PostgreSQL (LAPP).[5]

MySQL has been owned by Oracle Corporation since January 27, 2010 through the purchase of Sun Microsystems.[6][7] Sun had acquired MySQL originally on February 26, 2008.

[edit]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.

[edit]Variants and equivalents on other platforms

With the growing use of LAMP, variations and retronyms appeared for other combinations of operating system, web server, database, and software language. For example the equivalent installation on a Microsoft Windows operating system is known as WAMP. An alternative running IIS in place of Apache called WIMP. Variants involving other operating systems include MAMP (Macintosh), SAMP (Solaris), FAMP (FreeBSD) and iAMP (iSeries). The web server or database management system also vary. LEMP is a version where Apache has been replaced with the more lightweight web server Nginx.[8] A version where MySQL has been replaced by PostgresSQL is called LAPP.

A server running LAMP may be colloquially known as a lamp box, punning on the type of post box. The GNU project is advocating people to use the term "GLAMP" since what is known as "Linux" includes the GNU tools as well as the Linux kernel[9]

[edit]See also

Linux vs Windows

You will hear so much discussion regarding which is the better platform to develop your website on. We have gathered some information for you, to help you make your own judgement.

Learn more

What is jQuery?

jQuery is a multi-browser JavaScript library designed to simplify the client-side scripting of HTMLIt was released in January 2006 at BarCamp NYC by John Resig. It is currently developed by a team of developers led by Dave Methvin. Used by over 55% of the 10,000 most visited websites, jQuery is the most popular JavaScript library in use today.

Learn More

What is cPanel?

cPanel is a Unix based web hosting control panel that provides a graphical interface and automation tools designed to simplify the process of hosting a web site. cPanel utilizes a 3 tier structure that provides capabilities for administrators, resellers, and end-user website owners to control the various aspects of website and server administration through a standard web browser.

Learn More

What is LAMP?

LAMP is a solution stack of freeopen source software. The acronym LAMP refers to the first letters of Linux (operating system), Apache HTTP ServerMySQL (database software), and PHPPerl or Python, principal components to build a viable general purpose web server.[1]

Learn More

ASP.NET vs PHP

ASP.NET vs PHP

The confusion of which platform to use is really all a developers personal preference, but also the server platform used by their client. Sometimes a developer doesn't have the choice of platform, so they have to use the language best suited for the platform chosen by the client.

This article was found on the internet, and it greatly explains the differences, pro's and con's, costs, and more.

Learn More

Sign In or Create Account