I recently update from Ubuntu 12.04 to 14.04. As part of this upgrade process, my version of Apache was also update from 2.2 to 2.4, which I understand is a significant change for some reason.
Somewhere along the way Apache got messed up so I had to remove it and then reinstall. Now that Apache has been reinstalled the problem I am having is that I cannot access http://localhost
. With a fresh install of Apache 2.4, I cannot get it to work.
When I do sudo /etc/init.d/apache2 restart
and sudo service apache2 restart
these do not throw any errors, so I don't know what the problem could be.
How can I troubleshoot my new Apache installation? Thanks.