I am attempting to make a LAMP box using Vagrant. I have been told that it is quite simple to use. I am completely new to networks and virtual machines and have very little expe
Can you access your web server from inside your virtual machine ?
For example, try curl localhost:80
curl localhost:80
if curl is not installed, use sudo apt-get install curl on Ubuntu and try again.
sudo apt-get install curl
Also, have you checked your apache virtual hosts ? Is there a 000-default file in /etc/apache2/sites-available ?