Wiki / tutorial:stack

 

What is a Stack?

A stack is simply a name for the “setup” of a server's set of applications to provide whatever function.

For example, a basic website will need a webserver, such as Apache running on the Linux operating system, PHP for dynamic pages and MySQL to store information in a database. Many servers use a LAMP stack. LAMP stands for Linux + Apache + MySQL + PHP as they're what will be used.