Setting up an apache server on Ubuntu
Installation
Update the apt package index:sudo apt-get update
Install the apache server:sudo apt install -y apache2
Apache runs on port 80 by default. You might get an error such as failed to start the apache server: port 80 is occupied.
If you ge...
onecode.hashnode.dev3 min read