Javatpoint Logo
Javatpoint Logo

How to Install Apache Web Server on CentOS

Introduction

Apache HTTP server is an open source, cross-platform web server which was released under the license of Apache 2.0. It is developed and maintained by an open community of developers under apache software foundation. In this tutorial, we will learn the steps involved in the installation process of Apache on CentOS.

Prerequisites

  • CentOS 7
  • Login as an administrator on the terminal
  • Yum must be configured on the system.

Installation

1. Install Apache

Installing Apache Web Server on CentOS 7 is very easy. It just needs a single command given below.

CentOS How to Install Apache Web Server on CentOS

2. Start Apache service

Execute the following command to start the Apache service.

CentOS How to Install Apache Web Server on CentOS 1

3. Test Apache

We can check whether Apache has successfully configured on our CentOS or not. We need to just type 127.0.0.1 (localhost IP address) in the browser's search bar. We can also check the IP address of the system by using the following command.

If Apache Web server is configured properly on the system then the browser gives the response shown below.

CentOS How to Install Apache Web Server on CentOS 2

4. Enable Apache Service

To make the apache service enabled on the boot, execute the following command.

CentOS How to Install Apache Web Server on CentOS 3

Extra Info

Execute the following command to stop Apache service.

To disable Apache service on the boot, Execute the following command.

Hence, we have installed and get started with Apache on CentOS.


Next TopicInstall Nginx





Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA