Knowledgebase

How to Install Apache 2 on Ubuntu 18.04

Apache is the most popular web server software in use today.  Its popularity is earned through its stability, speed, and security.  Most likely if you are building out a website or any public facing app, you’ll be using Apache to display it. At the time of this writing, the most current offering of Apache is 2.4.53, and it is the version we will be using to install on our Ubuntu.  Let’s get started!

Step 1: Update and Upgrade the apt tool to ensure we are working with the latest and greatest.

sudo apt update && upgrade

Step 2: Install Apache and select Y when prompted.

sudo apt install apache2

Step 3:  Now that we have installed Apache we have to start the service.

systemctl start apache2

Step 4: Enabling Apache will automatically start the web server whenever the server is turned on.

systemctl enable apache2

Verify Apache by visiting the server’s IP or hostname; you’ll see Apache’s default page.

There are multiple ways to set up Apache to specifically meet your needs.  As a Superfasthost customer, you’ll enjoy the 24/7/365 support along with knowledgeable technicians at your fingertips to answer any questions you may have!  Check out what we can do for you!

  • Web Server, Ubuntu, Linux, Apache2, Configuration, Files
  • 56 Users Found This Useful
Was this answer helpful?