I'm having trouble getting a virtualhost on port 80 to work.
I have 3 virtualhosts setup. One on localhost, one on testing.dev, and one on sto.dev, but at 8080 instead..
For each, I have the DocumentRoot pointing to my dev phunware directory where there is a simple index.html file.
The localhost virtualhost works -- I can see "hi" in my index.html file when I browse localhost.
sto.dev:8080 works -- I see "hi" ok too.