How to configure Apache server on Ubuntu 20.04
First of all Make sure your system is up to date,
To do that, type the following command
sudo apt update && sudo apt upgrade
Step 1 - Install Apache 2 server
To install apache server run the following command
sudo apt install apache2
Step 2 - Make su...
blog.altmash.me2 min read