Create a New Apache Site
Install Apache: If you haven't already done so, install Apache using the following command
sudo apt-get update
sudo apt-get install apache2
Create a new directory for your site under the /var/www directory. For example, if you want to create a site...
mdusama.hashnode.dev2 min read