
What is LAMP?
LAMP (Linux + Apache + MySQL + PHP) is an open-source technology stack used to develop the most robust and scalable dynamic web sites and web applications across different industry verticals. LAMP uses Linux as the operating system, Apache as the Web server, MySQL as the relational database management system and PHP as the object-oriented scripting language.
Linux
A Unix-like, open source and community-developed operating system (OS) for computers, servers, mainframes, mobile devices and embedded devices. Linux is the best-known and most-used open-source operating system in the world.
Apache
Apache is a web server software that is responsible for accepting HTTP requests from visitors and sending them back the requested information in the form of web pages. In other words, it allows visitors to view content on your website. Similar to Linux, Apache is free and open-sourced.
MySQL
MySQL is an open source relational database management system (RDBMS) with a client-server model, while RDBMS is a software or service used to create and manage databases based on a relational model.
PHP
PHP is a server-side scripting language that is used to develop Static websites or Dynamic websites or Web applications. Before JavaScript’s reign in current time, PHP used to be the most popular programming language for front-end web development.
Från: https://www.qsoft.com/post/lamp-stack-the-power-of-open-source-in-web-development
0 kommentarer