+5 votes
217 views
How to install Apache Web server on Ubuntu 18.04

in Linux / Unix by (551k points)
reopened | 217 views

1 Answer

+3 votes
Best answer

1. How to update the system and install Apache on Ubuntu

In a connected online world where millions of applications move on the network, it is ideal to have applications and utilities that are at the forefront of these new changes and one of these is without a doubt Apache, the reason is simple, many applications They are based on the web which require stable, reliable and full of advantages that allow a centralized administration..

What is Apache web server?
Positioned as one of the most used today, Apache is listed as one of the most ambitious projects to develop and manage an open source HTTP server available for operating systems such as UNIX and Windows.

Apache aims to offer a secure, efficient and extensible server through which HTTP services are updated with today's HTTP standards and thus ensure that all web services will be available.

Advantages
Some of the advantages of using Apache are:
  • IPv6 support
  • Multiprotocol support
  • Compatible with non-UNIX platforms
  • Windows NT Unicode native support
  • Regular expressions library constantly updated and much more.

In this tutorial we will learn to install Apache on Ubuntu.


1. How to update the system and install Apache on Ubuntu

Step 1

The first step is to update the operating system by running the following:
 sudo apt update 

image

Step 2

Once the system is updated, we proceed to install Apache by executing the following command:
 sudo apt install apache2 

image

Step 3

Enter the letter S to confirm the download and installation of Apache in Ubuntu 18.04 and once finished we will see the following:

image

image

Login Join up!


by (3.5m points)
edited

Related questions

+5 votes
1 answer
+4 votes
1 answer
asked Oct 10, 2019 in Linux / Unix by backtothefuture (551k points) | 282 views
+5 votes
1 answer
+4 votes
1 answer
asked Sep 28, 2019 in Linux / Unix by backtothefuture (551k points) | 440 views
+4 votes
1 answer
asked Sep 16, 2019 in Linux / Unix by backtothefuture (551k points) | 210 views
Sponsored articles cost $40 per post. You can contact us via Feedback
10,634 questions
10,766 answers
510 comments
3 users