Tagged Questions
-1
votes
3answers
719 views
Why can't other computers access my web server on 127.0.0.1?
I'm trying to setup a a virtual host on a machine in my office
I've added
127.0.0.1 urs.local
to the hosts file,
and added this to config
NameVirtualHost 127.0.0.1:80
<VirtualHost ...