Posts

Showing posts from July, 2016

Install LAMP on CentOS 7

LAMP  is an archetypal model of web service  solution stacks , named as an  acronym  of the names of its original four  open-source  components: the  Linux   operating system , the  Apache HTTP Server , the  MySQL relational database management system  (RDBMS), and the  PHP   programming language . The LAMP components are largely interchangeable and not limited to the original selection. As a solution stack, LAMP is suitable for building  dynamic web sites  and  web applications . In this tutorial, let us see how to setup LAMP server on RHEL/CentOS 7. Install Apache Apache  is an open-source multi-platform web server. It provides a full range of web server features including CGI, SSL and virtual domains. The following commands should be run with root user privileges. [user@testmachine ~]$ sudo -i To install Apache, enter the following command in your terminal: [root@testmachine ~]# yum install -y httpd Start the Apache service and make it to start automatically