Forum Moderators: phranque

Message Too Old, No Replies

Apache localhost problem

         

raffie77

4:26 am on Jun 16, 2005 (gmt 0)

10+ Year Member



Hello,

I'm totaly new here with apache.
the problem is this:
I used to have a dial up networking nad apache and MySQL installed and it worked fine.
recently I've installed ADSL and the big problem is that when I type in my internet browser: [localhost...] or [127.0.0.1...] I have to wait a verry long time
it says page can not be found.
when I enable IIS for testing purpose and type the same adres, it works just fine, but I dont wana use IIS I wana use Apache.

anny idea's here?

regards,

Ralph

grandpa

4:49 am on Jun 16, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Hi raffie77. Welcome to WebmasterWorld

Have you checked the Apache log files? It sounds like the server is timing out, but its hard to diagnose why without a little more light.

raffie77

5:01 am on Jun 16, 2005 (gmt 0)

10+ Year Member



yes I reinstalled the Apache server (WAMP server)
but the access.log and the error.loag are empty
and in the httpd.pid I see a line that says:
1568

grandpa

5:09 am on Jun 16, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Well, to be honest I probably can't offer much else. It sounds like your server has not been started, just because there are no log entries.

I created a couple of batch files to start and stop my Apache server. Here's what the Start.bat looks like.

@echo off
D:\Apache\Apache\Apache.exe -k start

(adjust as needed for your environment)