How to install Apache web server in ubuntu
1. Update package
apt-get upgrade
2. Install apache2
apt-get install apache2 apache2-utils
3. Start apache
service apache2 start
Find the version of apache
apache2 -V
1. Update package
apt-get upgrade
2. Install apache2
apt-get install apache2 apache2-utils
3. Start apache
service apache2 start
Find the version of apache
apache2 -V