LAMP is an open source Web development platform which uses Linux as the operating system, Apache as the Web server, MariaDB as the relational database and PHP as the server-side scripting language. Step 1: Install Apache web server by using the following commands: [root@localhost ~]# yum install httpd -y Step 2: start and enable httpd […]