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

JPA vs Spring JPA vs Spring Data JPA vs Hibernate

How to add portlet in liferay theme.

How to enable cross origin in apache.