Forum Moderators: phranque
-----------
and i have changed windows host file like this
169.254.107.123 mynet
I can't access using the given servername, but i can access using computer name.
i am using windows 2003 Server
Can u help me please.
Welcome to WebmasterWorld!
Is that the actual IP address that your server has? You shouldn't post the actual one, so if it's not, then good job. The only reason I ask is, that's a "my-computer-didn't-get-a-DHCP-address" IP address, which usually indicates something is wrong. If you do an "ipconfig", do you get that same address, or is it different?
From what I can tell, it looks like you're other settings are correct.
Chad
Something else to try...
ServerName localhost
<VirtualHost 127.0.0.44>
DocumentRoot /www/example/
ServerName www.example.com
</VirtualHost>
hosts:
127.0.0.44 www.fred.com
now just punch a hole in your firewall, and it will respond.