Install apache2 in Ubuntu.

sudo apt-get update
sudo apt-get install apache2
Restart apache so that all of the changes take effect:
sudo service apache2 restart

Comments

Popular posts from this blog

How to run ofbiz as ubuntu Service.

JPA vs Spring JPA vs Spring Data JPA vs Hibernate

Java Array Interview Questions for Entry-Level Developers Part 01