View Single Post

  #2 (permalink)  
Old 01-19-2007
shimmyshack
 
Posts: n/a
Default Re: Unable to load pages


mgb-svea@hotmail.com wrote:
> Greetings all,
>
> I don't know if I'm in the right place now, but I'll give it a try
> anyhow.
>
> I'm currently running Apache 2.0 and php 4.4 on a windows XP SP2
> computer.
> It is a personal server for personal use only.
>
> On january the 18:th at approximately 04:37 am my server refused to
> load anything from my server. I hade not made any changes to the
> congifuration; neither to apache nor php. The last entry in access.logg
> was at the given time, 04:37.
>
> I was given the idea to telnet, and used following syntax: "telnet
> localhost 80", from command-prompt, but that only resulted in a blank
> screen. I tried to my ftp-server, and that worked fine.
>
> I was also given the idea to view netstat, and used following syntax:
> netstat -a | find ":80", and it resulted in following, over and over:
>
> TCP 0.0.0.0:80 0.0.0.0:0 LISTENING
> TCP 127.0.0.1:80 127.0.0.1:1579 CLOSE_WAIT
> TCP 192.168.1.11:80 85.226.11.225:1062 CLOSE_WAIT
> TCP 192.168.1.11:80 85.226.11.225:1066 CLOSE_WAIT
> TCP 192.168.1.11:80 85.226.11.225:1400 CLOSE_WAIT
>
> But I have no idea what the heck that means
> I have tried to reinstall it, but it didn't change anything.
>
> The last logs to error.log was following:
>
> [Fri Jan 19 20:18:50 2007] [notice] Apache/2.0.59 (Win32) PHP/4.4.4
> configured -- resuming normal operations
> [Fri Jan 19 20:18:50 2007] [notice] Server built: Jul 27 2006 15:55:03
> [Fri Jan 19 20:18:50 2007] [notice] Parent: Created child process 1452
> [Fri Jan 19 20:18:50 2007] [notice] Child 1452: Child process is
> running
> [Fri Jan 19 20:18:50 2007] [notice] Child 1452: Acquired the start
> mutex.
> [Fri Jan 19 20:18:50 2007] [notice] Child 1452: Starting 250 worker
> threads.
>
> I don't know why I got an error message at this time, cause when
> earlier the same day, nothing happend!
>
> Anyone have a clue to what it could be?
>
> Thanks in advance,
> /Martin



everything seems to be fine, if apache is starting then it is bound to
port 80 and even appears to be serving requests to 85.226.11.225
when you say "refuses to load" thats what we need more about. The fact
that it happenned at a particular time - were you working on it then?
how do you know the time,
It could be updates but thats usually the second thursday, not the
third.
anyway describe the actual error you get, and perhaps we will be able
to help. is it a 404, a 403, a 500 error, or "nothing" page not
displayed, what about firefox versus ie etc...

also telnet DOES result in a blank window
if you type
telnet 127.0.0.1 80 [enter]
then at the blank window typ
GET / HTTP/1.1 [enter] [enter]

what do you see?
what about if you type


telnet 127.0.0.1 80 [enter]
then at the blank window typ
GET / HTTP/1.1 [enter]
Host: 127.0.0.1 [enter][enter]

you cant see when you are typing so get it right.