• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
sharadchhetri

sharadchhetri

Tutorials On Linux, Unix & Open Source

  • Home
  • Linux Commands
  • Resources
    • Learn Linux
  • My WordPress plugins

How to install Apache Web Server on Ubuntu 14.04 LTS (Trusty Tahr)

May 9, 2014 by Sharad Chhetri Leave a Comment

In this tutorial, we will learn how to install Apache Web Server on Ubuntu 14.04 LTS (Trusty Tahr) . The new Ubuntu version 14.04 LTS (Long Term Support) has been introduced with many new features. Because it is LTS version, it will be supported for 5 years since the date of its release(17/April/2014).

Apache software foundation manage the Open Source Project called “Apache HTTP Server” . It is one of the most popular web server in Internet World.

In Ubuntu 14.04 LTS, apache 2.4 version has been shipped by defualt.Whereas this is a major version upgrade from Apache 2.2 in Ubuntu 12.04 LTS.

Note: We suggest you to read the Apache upgrade notes.

Install Apache Web Server on Ubuntu 14.04 LTS (Trusty Tahr)

At the time of writing this post, the current stable version of Apache HTTP Server is 2.4.9 (Released date: 2014-03-17)

Run the below given command to install Apache HTTP Server

sudo apt-get update
sudo apt-get install apache2
  • To stop the Apache Service
sudo service apache2 stop
  • To start Apache Service
sudo service apache2 start
  • To check status of Apache Service
sudo service apache2 status

Open the Welcome page of Apache HTTP Server

Just after installation of Apache HTTP Server, open the web browser and type IP Address of the Web Server.
In my practical, my web server IP Address is 192.168.56.101 . Replace with your Server IP Address (run ifconfig command to get IP Address)

Note: In Ubuntu 14.04 LTS, the default welcome page of Apache HTTP Server is changed. Now it has some useful information.

See the below given screenshot of my web browser.

Apache Ubuntu 14.04

I will recommend you to read the Apache Welcome page once.

If you have not install Apache in your system and want to know about what is written on apache Welcome page. I am sharing the screenshot of complete Apache Welcome page as it is.

Apache2 Ubuntu 14.04

Share this:

  • Twitter
  • Facebook
  • More
  • Print
  • Email
  • LinkedIn
  • Reddit
  • Tumblr
  • Pinterest
  • Pocket
  • Telegram
  • WhatsApp
  • Mastodon

Related posts:

  1. Install MariaDB Server 10.0 on Ubuntu 14.04 LTS ( Trusty Tahr )
  2. How to install mysql server 5.6 on Ubuntu 14.04 LTS ( Trusty Tahr )
  3. Install latest Google Chrome in Ubuntu 14.04 LTS (Trusty Tahr)
  4. Install firefox 29 in Ubuntu 14.04 LTS (Trusty Tahr)
  5. How to install VirtualBox in Ubuntu 14.04 LTS (Trusty Tahr)
  6. Install pagespeed module ( mod_pagespeed ) on Apache Web Server : CentOS / RHEL
  7. How to set htdigest password in apache web server
  8. How to create VirtualHost in Apache Web Server
  9. How to install and remove Apache webserver in Ubuntu and Debian
  10. How to install mod_proxy and setup reverse proxy in Apache Ubuntu

Filed Under: Apache, Linux Tagged With: apache, ubuntu

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

Our Social Media Presence

  • Facebook
  • GitHub
  • Twitter

Linux Command

What is Linux Internal And External Command

Linux Basic Commands With Examples For Every Beginner

tr command to convert lines to space , tab and vertical tab

smbpasswd command not found on CentOS 7 and RHEL 7

Solution : semanage command not found

Unix / Linux : How to print duplicate lines from file

More Posts from this Category

You Might Like These Articles!

simplecodesyntax wordpress plugin

SimpleCodeSyntax : My Another WordPress Plugin

Install Nginx

How To Install Nginx On Ubuntu 22.04 LTS

Install Latest Git package in Ubuntu Operating System

How To Always Install Latest Git Package In Ubuntu Operating System

Bash script for installing VirtualBox on Ubuntu 22.04 LTS Desktop

Install VirtualBox On Ubuntu 22.04 LTS Desktop (Bash Script)

libfuse

dlopen(): error loading libfuse.so.2 – Got Error On Ubuntu

Failed to open/create the internal network

VirtualBox Error: Failed to open/create the internal network

Always Useful Tips And Tricks

How to see system load average in terminal with graphical representation

error command ‘gcc’ failed with exit status 1 in Ubuntu

Install and optimize the png file by using optipng

set and unset line number in file with vi editor

Keep logs of user after sudo su – : Secondary Logging

Allow only members of Wheel group to use su command on RHEL/CentOS

How to find when Operating system was installed in linux CentOS and Red Hat

Explore 90+ Article On "Linux Tips And Tricks"

Copyright © 2023 ยท
The material in this site cannot be republished either online or offline, without our permission.
Proudly Blogging From Bharat.

  • Contact
  • About Me
  • My WordPress plugins
  • Privacy Policy