Forum Moderators: phranque
Any ideas?
many thanks
No I have no firewall. The XP firewall option is turned off too...
drbrain,
As long as I have my apache server started, the browser keeps on loading. I left it loading for several minutes, but no page got loaded. It should load the default apache page saying that the server is running... When I stop the server, the browser immediatly shows a "The page cannot be displayed" page.
So I'm just not having consequent behaviour in my opinion. Monitor says 'on' but browser keeps on loading. On the other hand, the browser does react like it should when i stop the server => the browser stops loading and says that the page cannot be displayed (Cannot find server or DNS Error)
[Fri Aug 06 17:09:20 2004] [notice] Parent: Created child process 3424
[Fri Aug 06 17:09:20 2004] [notice] Child 3424: Child process is running
[Fri Aug 06 17:09:21 2004] [notice] Child 3424: Acquired the start mutex.
[Fri Aug 06 17:09:21 2004] [notice] Child 3424: Starting 250 worker threads.
I can't make anything up out of this...
If there's any way of seeing if the server gets a request I might see what's wrong.
(If you're running Ad-Aware you may have trouble resetting the file as this is a file that some spyware apps like to dork with). The first line of your HOSTS file, minus the one's beginning with a pound sign which are comments, should be:
localhost 127.0.0.1
I used 5 spaces here but typically there's a tab between the host name and IP address. Think of this file as a primative DNS for your computer. I use mine to block out certain ad servers as well as remapping my hostname while testing configurations.
If that isn't it then check your document root and make sure that it exists and has some form of content (index.htm¦index.html).
Also, if you are offline that may be your problem as I have yet to get IE to respond to localhost or 127.0.0.1 requests without a live connection, however Mozilla/Firefox works beautifully.
Welcome to WebmasterWorld [webmasterworld.com]!
> I also got another internet connection (DSL replacing modem) for which I ran an install script.
I'm wondering if the DSL modem requires a connection to a client on your computer, and has attached to port 80. If this is the case, you might want to try telling Apache to LISTEN on a different port, such as post 8080.
Jim
Anyway, I said something like this:
I installed apache with the option to listen to 8080 and another time to listen to 80, neither of them worked.
The port seems to be listening:
C:\>netstat -a
Active Connections
Proto Local Address Foreign Address State
TCP -me-:http -me-:0 LISTENING
...
finally it works
Not that I know what the problem was, but after installing [easyphp.org...] it works.
But still curious what could have been the problem ...
Thx for the help