I've got a local Apache2 server on Ubuntu 12.04 with virtual hosts, so in the 'hosts' file I pointed the virtualhost name to the local IP address -192.168.1.33-.
So 'http://mySite.local' points to '192.168.1.33', it works fine in the browser.
Now I want to test the same in a cellphone connected to the machine through a wlan-adhoc network created in my notebook with shared connection.
I can see the root folder if I access to '192.168.1.33' correctly, but not if I access to 'http://mySite.local'
I assume the '/etc/hosts' file is not affecting the traffic through the adhoc network. is this correct? Can I change this behaviour? is possible?
/etc/hosts, correct? – dtyler Jun 14 '12 at 16:24/etc/hosts. – Edward Thomson Jun 14 '12 at 17:54