Tuesday 3 November 2015

Install Apache Server on Amazon AWS , Redhat , Centos

To install Apache Server, connect to your console ( bash )

yum install httpd

To start the Apache Server

Service httpd start

I will cover the configuration of Apache Server in my next article.