What is a LAMP stack?

The reason they call it a stack is because each level derives off its base layer. Your operating system, Linux, is the base layer. Then Apache, your web daemon sits on top of your OS. Then your database stores all the information served by your web daemon, and PHP (or any P* scripting language) is used to drive and display all the data, and allow for user interaction.

Don’t be overly concerned with the term ‘stack’. People really just mean software suite or bundle, but you’re using it just fine I am sure as you are.

Leave a Comment