when i type http://localhost the apache default page would not appear but when i
try http://127.0.0.1 and it said It Works! : don't know what thats mean ???
i did how ever get this: "Cannot bind to ... 0.0.0.0:80..." something..
and did search the net and they ask me to type this:
C:\>netstat -ano | find "LISTENING" | find ":80"
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 1028
i'm using Vista Ultimate btw....hope someone can help
Can't view http://localhost
Moderator: General Moderators
Re: Can't view http://localhost
You might want to check your hosts file and make sure the localhost entry is still there.
Re: Can't view http://localhost
yes it's there:Doug G wrote:You might want to check your hosts file and make sure the localhost entry is still there.
127.0.0.1 localhost
::1 localhost
is this one right?
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact:
Re: Can't view http://localhost
127.0.0.1 localhost
is all that really needs to be there
is all that really needs to be there
Re: Can't view http://localhost
Yep. The 2nd line is for IPv6 localhostnewboard wrote:yes it's there:Doug G wrote:You might want to check your hosts file and make sure the localhost entry is still there.
127.0.0.1 localhost
::1 localhost
is this one right?
Anyway, the hosts file doesn't appear to be a problem. Maybe some setting in the firewall? Maybe your apache configuration is restricting what IP's can visit the webserver?.
I use IIS only on vista, apache on linux, so there is nothing I can test with here, sorry.