Use Apache2 to Serve Static Sites
We will be learning how to use Apache2 on our Linux Ubuntu machine to serve static sites.
Lets install apache2 first
sudo apt update
sudo apt install apache2 -y
sudo systemctl status apache2
Check your local browser http://localhost to check if apac...
vijdaancoding.hashnode.dev1 min read