Lamp

How to install and configure LAMP in Redhat 7 / Centos 7 ( Linux, Apache, MariaDB, PHP )

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 […]

Scroll to top