I set up a LAMP server on virtual machine using VirtualBox. I want to be able to access that virtual server from my browser on the same box that the virtual server is running on. Many of the suggestions I've found don't seem to be working. I've already changed the conf file to Listen on port 8080, and have tried accessing localhost:8080 from my browser. I've also given my virtual server a static IP address of 172.19.0.10 and tried to access it by pointing my browser to 172.19.0.10:8080. I feel like I'm missing something key and I'm not sure what. Any help? The OS is Ubuntu 12.10 64-bit Server edition.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
127.0.0.1on your server to verify that apache is for sure running? If it's GUI-less you could do it in links withlinks 127.0.0.1(it should show "It Works!"). – nerdwaller Dec 3 '12 at 15:50