Hi
I have Apache running on a small Ubuntu server in my home network. In /etc/hosts it says :
Now on a PC in my network I can just type http://myserver/ but on my Macbook Pro it can't find the server. If I type http://192.168.1.10/ it can find it. How can I let the Mac also find it?
I have Apache running on a small Ubuntu server in my home network. In /etc/hosts it says :
Code:
127.0.0.1 localhost
127.0.1.1 myserver
Now on a PC in my network I can just type http://myserver/ but on my Macbook Pro it can't find the server. If I type http://192.168.1.10/ it can find it. How can I let the Mac also find it?