Installing The LAMP Stack On A Server
Jump to navigation
Jump to search
LAMP Stack refers to the following software tools all running on the same server together:
L - Linux
A - Apache (replaceable with Nginx)
M - MySQL or MariaDB (replaceable with other database tools)
P - PHP or Python
For this page, Linux, Apache, MariaDB, and PHP will be used.