PC Review


Reply
Thread Tools Rate Thread

127.0.0.1 page cannot be displayed

 
 
=?Utf-8?B?Sm9obg==?=
Guest
Posts: n/a
 
      23rd Dec 2005
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.
 
Reply With Quote
 
 
 
 
PA Bear
Guest
Posts: n/a
 
      23rd Dec 2005
Checking for/Help with Hijackware
http://aumha.org/a/parasite.htm
http://aumha.org/a/quickfix.htm
http://aumha.net/viewtopic.php?t=5878
http://mvps.org/winhelp2002/unwanted.htm
http://inetexplorer.mvps.org/data/prevention.htm
http://inetexplorer.mvps.org/archive/tshoot.html
http://www.mvps.org/sramesh2k/Malware_Defence.htm
http://defendingyourmachine.blogspot.com/

When all else fails, HijackThis v1.99.1
(http://aumha.net/downloads/hijackthis.zip) is the preferred tool to use.
It will help you to both identify and remove any hijackware/spyware. **Post
your log to http://forums.spywareinfo.com/,
http://castlecops.com/forum67.html or http://aumha.net/viewforum.php?f=30
for expert analysis, not here.**

--
~Robear Dyer (PA Bear)
MS MVP-Windows (IE/OE, Security, Shell/User)

John wrote:
> 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.


 
Reply With Quote
 
=?Utf-8?B?Sm9obg==?=
Guest
Posts: n/a
 
      23rd Dec 2005
Checked for virus and spyware they come back clean..

"PA Bear" wrote:

> Checking for/Help with Hijackware
> http://aumha.org/a/parasite.htm
> http://aumha.org/a/quickfix.htm
> http://aumha.net/viewtopic.php?t=5878
> http://mvps.org/winhelp2002/unwanted.htm
> http://inetexplorer.mvps.org/data/prevention.htm
> http://inetexplorer.mvps.org/archive/tshoot.html
> http://www.mvps.org/sramesh2k/Malware_Defence.htm
> http://defendingyourmachine.blogspot.com/
>
> When all else fails, HijackThis v1.99.1
> (http://aumha.net/downloads/hijackthis.zip) is the preferred tool to use.
> It will help you to both identify and remove any hijackware/spyware. **Post
> your log to http://forums.spywareinfo.com/,
> http://castlecops.com/forum67.html or http://aumha.net/viewforum.php?f=30
> for expert analysis, not here.**
>
> --
> ~Robear Dyer (PA Bear)
> MS MVP-Windows (IE/OE, Security, Shell/User)
>
> John wrote:
> > 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.

>
>

 
Reply With Quote
 
Frank Saunders, MS-MVP OE
Guest
Posts: n/a
 
      23rd Dec 2005
"John" <(E-Mail Removed)> wrote in message
news:1E147BB3-9487-4C86-8F5D-(E-Mail Removed)
> Checked for virus and spyware they come back clean..


Keep checking the site where you posted your HijackThis log. Sometimes it
can take a few days for one of the experts to answer. (Don't post it here.)

--
Frank Saunders, MS-MVP OE
Please respond in Newsgroup only. Do not send email
http://www.fjsmjs.com
Protect your PC
http://www.microsoft.com./athome/sec...t/default.aspx
http://defendingyourmachine.blogspot.com/


 
Reply With Quote
 
Andy Fish
Guest
Posts: n/a
 
      23rd Dec 2005
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" <(E-Mail Removed)> wrote in message
news:A3434B19-DF70-4047-9444-(E-Mail Removed)...
> 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.



 
Reply With Quote
 
=?Utf-8?B?Sm9obg==?=
Guest
Posts: n/a
 
      23rd Dec 2005
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? 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" <(E-Mail Removed)> wrote in message
> news:A3434B19-DF70-4047-9444-(E-Mail Removed)...
> > 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.

>
>
>

 
Reply With Quote
 
PA Bear
Guest
Posts: n/a
 
      23rd Dec 2005
Cite the URL for your thread in the HijackThis Logs forums where you posted,
please.
--
~Robear Dyer (PA Bear)
MS MVP-Windows (IE/OE, Security, Shell/User)

John wrote:
> Checked for virus and spyware they come back clean..
>
> "PA Bear" wrote:
>
>> Checking for/Help with Hijackware
>> http://aumha.org/a/parasite.htm
>> http://aumha.org/a/quickfix.htm
>> http://aumha.net/viewtopic.php?t=5878
>> http://mvps.org/winhelp2002/unwanted.htm
>> http://inetexplorer.mvps.org/data/prevention.htm
>> http://inetexplorer.mvps.org/archive/tshoot.html
>> http://www.mvps.org/sramesh2k/Malware_Defence.htm
>> http://defendingyourmachine.blogspot.com/
>>
>> When all else fails, HijackThis v1.99.1
>> (http://aumha.net/downloads/hijackthis.zip) is the preferred tool to use.
>> It will help you to both identify and remove any hijackware/spyware.
>> **Post your log to http://forums.spywareinfo.com/,
>> http://castlecops.com/forum67.html or http://aumha.net/viewforum.php?f=30
>> for expert analysis, not here.**
>>
>> --
>> ~Robear Dyer (PA Bear)
>> MS MVP-Windows (IE/OE, Security, Shell/User)
>>
>> John wrote:
>>> 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.


 
Reply With Quote
 
Robert Aldwinckle
Guest
Posts: n/a
 
      23rd Dec 2005
"Andy Fish" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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"



Good suggestion. Here's a refinement.


If the OS is XP use

netstat -anob | find ":80"

which gives the PID of the task doing the listening on the far right
and the Imagename the process is running under in square brackets
at the left.


>
> 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.



The PID from the -o option in particular makes
a more precise procedure possible.


> note that skype does this by default (it's caught me out before)



Then the -b switch would show you its executable
if that would be more helpful.


FYI

Robert Aldwinckle
---




 
Reply With Quote
 
Charlie Tame
Guest
Posts: n/a
 
      24th Dec 2005
Try tools>internet options>security>trusted zone and enter 127.0.0.1 in
there... I am wondering if it's a security setting in the intranet or "Local
machine" zones... you don't see the local machine in the normal display but
it's there...

If the trusted zone works for you it's a clue.

Charlie

"John" <(E-Mail Removed)> wrote in message
news:A3434B19-DF70-4047-9444-(E-Mail Removed)...
> 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.



 
Reply With Quote
 
Robert Aldwinckle
Guest
Posts: n/a
 
      24th Dec 2005
"John" <(E-Mail Removed)> wrote in message
news:8D41E7A6-2CD0-4F55-A904-(E-Mail Removed)...
> 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" <(E-Mail Removed)> wrote in message
>> news:A3434B19-DF70-4047-9444-(E-Mail Removed)...
>> > 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.

>>
>>
>>




 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Page 25 not displayed in screen but printed as a blank page Poppedijn77 Microsoft Word Document Management 3 11th Feb 2009 02:57 PM
Page format code alway displayed on page =?Utf-8?B?U3V6YW5uZQ==?= Microsoft Word Document Management 1 14th Aug 2007 04:36 PM
IE6 starts loading page, then jumps to end and says page cannot be displayed. jardinero Windows XP General 2 23rd Aug 2004 10:34 PM
Internet Explorer page reads The page cannot be displayed mimi Windows XP New Users 2 10th Jan 2004 03:25 AM
LONG TIME FOR WEB PAGE TO OPEN.OFTEN PROMPT THIS:The page cannot be displayed LOUISYF-BROOKLYN-NY Windows XP Internet Explorer 1 22nd Nov 2003 03:50 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:22 PM.