Re: 127.0.0.1 page cannot be displayed
- From: "Robert Aldwinckle" <robald@xxxxxxxxxxxxx>
- Date: Sat, 24 Dec 2005 14:53:23 -0500
"John" <John@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:8D41E7A6-2CD0-4F55-A904-52B68F1ABF8A@xxxxxxxxxxxxxxxx
> My server IP is 192.168.0.2
> netstat results shows
> TCP 192.168.0.2:2021 72.5.124.55:80 CLOSE_WAIT
> TCP 192.168.0.2:2022 192.18.97.144:80 CLOSE_WAIT
> TCP 192.168.0.2:2023 213.160.98.166:80 CLSE_WAIT
>
> Nothing with "LISTENING" at the end
>
> I have no idea what they are is this normal?
If this was done after you shut down IIS it would be normal I suspect. <eg>
Did you try restarting it? If you don't have at least one task (IIS) listening
it would explain your symptom.
I think that you need to get both iisadmin and w3svc started,
the latter in particular. E.g.
net start w3svc
should start iisadmin automatically if it is not already running.
BTW since your problem seems to be more to do with getting the server
started, this is off topic for this newsgroup. You may get better assistance
from a newsgroup which specializes in IIS or web development.
Good luck
Robert
---
> dose this mean somthing else is
> using this port?
>
> We dont have skype
>
> "Andy Fish" wrote:
>
>> check for another application bound to port 80
>>
>> shut down IIS (with iisreset /stop) and then in a command window, do
>>
>> netstat -an | find ":80"
>>
>> if anything comes back with "LISTENING" at the end of the line, you have
>> another application listening on port 80. keep shutting down applications
>> and services until it goes away. note that skype does this by default (it's
>> caught me out before)
>>
>> Andy
>>
>> "John" <John@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
>> news:A3434B19-DF70-4047-9444-03580672DD94@xxxxxxxxxxxxxxxx
>> > HI,
>> >
>> > I get "The page cannot be displayed" when browsing with 127.0.0.1 or
>> > locahost, IP address of the server will get me the my web page.
>> >
>> > IIS is installed and working, in properties all unassigned is selected,
>> > under documents default is first page listed.
>> >
>> > No proxy in (IE) browser, hosts file is ok.
>> >
>> > I get a reply when i ping 127.0.0.1 and localhost pings and reply from
>> > 127.0.0.1
>> >
>> > Any help is greatly appreciated.
>>
>>
>>
.
- Follow-Ups:
- Re: 127.0.0.1 page cannot be displayed
- From: Robert Aldwinckle
- Re: 127.0.0.1 page cannot be displayed
- References:
- Re: 127.0.0.1 page cannot be displayed
- From: Andy Fish
- Re: 127.0.0.1 page cannot be displayed
- Prev by Date: Re: I cannot browse websites with IE6 or FireFox after sometime
- Next by Date: Re: Keep IE from appending [1] on the end of file downloads?
- Previous by thread: Re: 127.0.0.1 page cannot be displayed
- Next by thread: Re: 127.0.0.1 page cannot be displayed
- Index(es):
Relevant Pages
|