Another localhost connection problem
Posted by: vwatson (---.area4.spcsdns.net)
Date: May 26, 2008 04:57PM

I installed Wamp successfully. All services load correctly, but I cannot access [localhost] in my browser (firefox or IE). I've searched the internet and tried every suggestion I can find.

I don't get an error, it just continually says waiting for localhost in the status bar, but never loads the page.

Disabling my firewall makes no difference.

relevant httpd.conf settings:
Listen 80
ServerName localhost
DocumentRoot "c:/wamp/www/"

hosts file
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host

127.0.0.1 localhost


netstats shows the following:
Active Connections

Proto Local Address Foreign Address State PID
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 3028
[httpd.exe]

Seems like this should be 127.0.0.1:80 rather than the 0's for local address, but I'm not sure what I need to do to change that.

Any help or suggestions would be appreciated.

Thanks,
Vicki

Options: ReplyQuote
Re: Another localhost connection problem
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: May 26, 2008 05:53PM

did u try http:/ /127.0.0.1 first in the browser?

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Another localhost connection problem
Posted by: vwatson (---.area4.spcsdns.net)
Date: May 26, 2008 06:02PM

stevenmartin99 Wrote:
-------------------------------------------------------
> did u try http:/ /127.0.0.1 first in the
> browser?


Yes, same problem using that, long wait and no page appears.

Options: ReplyQuote
Re: Another localhost connection problem
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: May 26, 2008 06:07PM

and your wamp icon is defintly white? what programs do you have open at the moment?

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Another localhost connection problem
Posted by: vwatson (---.area4.spcsdns.net)
Date: May 26, 2008 06:12PM

stevenmartin99 Wrote:
-------------------------------------------------------
> and your wamp icon is defintly white? what
> programs do you have open at the moment?


Yes, white with the lock icon, working offline.

Applications currently running are firefox browser, V-Com antivirus and firewall



Edited 1 time(s). Last edit at 05/26/2008 06:15PM by vwatson.

Options: ReplyQuote
Re: Another localhost connection problem
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: May 26, 2008 06:14PM

what software do u currently have running?



you could try switch apache port to 81 to see if that works in the httpd.conf file

then use localhost:81 to connect to it

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Another localhost connection problem
Posted by: vwatson (---.area4.spcsdns.net)
Date: May 26, 2008 06:23PM

stevenmartin99 Wrote:
-------------------------------------------------------

> you could try switch apache port to 81 to see if
> that works in the httpd.conf file
>
> then use localhost:81 to connect to it


changed the file to:

Listen 81
ServerName localhost:81

stopped and restarted apache and enter the following in the browser

[localhost]

but still get the same

Options: ReplyQuote
Re: Another localhost connection problem
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: May 26, 2008 06:40PM

no

not server name
the port



change


Listen 80

to

Listen 81

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Another localhost connection problem
Posted by: vwatson (---.area4.spcsdns.net)
Date: May 26, 2008 06:51PM

That's what I did. I had changed both.

Options: ReplyQuote
Re: Another localhost connection problem
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: May 26, 2008 06:56PM

clear the history ? or list the software you have running?


skype? firewalls? etc

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Another localhost connection problem
Posted by: vwatson (---.area4.spcsdns.net)
Date: May 26, 2008 07:21PM

Cleared the Cache, History, etc.

No Skype. Windows firewall is turned off. I use V-Com antivirus which has NetDefense Firewall. I disable that, but it doesn't make a difference. I turn auto antivirus scanning off. Short of uninstalling it, I don't know how else to deactivate that.

I've closed out pretty much everything else, but nothing seems to make any difference.

Very frustrating. I guess I'll just stick to remote testing.

Options: ReplyQuote
Re: Another localhost connection problem
Posted by: violet (88.235.51.---)
Date: May 26, 2008 07:36PM

i have had this. look at this post please >> [forum.wampserver.com] it may help you.

i had thought that the antivirus program (node32) has been closed. But then, it dissepears again (i saw 8-10 hours later sad smiley ). may be your problem is like that. Check your task manager if any virus program is working, of course you must have a virus program, but you should test to see the problem. i think.



Edited 4 time(s). Last edit at 05/26/2008 07:42PM by violet.

Options: ReplyQuote
Re: Another localhost connection problem
Posted by: vwatson (---.area4.spcsdns.net)
Date: May 26, 2008 09:20PM

Thanks. I had seen your post before. I don't see any antivirus in the task manager, so I don't think that is it. I'm really stumped.

Options: ReplyQuote
Re: Another localhost connection problem
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: May 26, 2008 09:23PM

how many httpd.exe are running in taskmanager? 1 or 2?

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Another localhost connection problem
Posted by: vwatson (---.area4.spcsdns.net)
Date: May 26, 2008 09:29PM

2, are there supposed to be 2? I end both and restart Apache and it loads 2 again.

Options: ReplyQuote
Re: Another localhost connection problem
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: May 26, 2008 09:31PM

yes 2 is right sad smiley

can you send your apache_error log from c:/wamp/logs

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Another localhost connection problem
Posted by: vwatson (---.area4.spcsdns.net)
Date: May 26, 2008 09:41PM

This is the most current. I still have it set on port 81.


[Mon May 26 15:28:08 2008] [notice] Apache/2.2.8 (Win32) PHP/5.2.6 configured -- resuming normal operations
[Mon May 26 15:28:08 2008] [notice] Server built: Jan 18 2008 00:37:19
[Mon May 26 15:28:08 2008] [notice] Parent: Created child process 2044
[Mon May 26 15:28:09 2008] [notice] Child 2044: Child process is running
[Mon May 26 15:28:09 2008] [notice] Child 2044: Acquired the start mutex.
[Mon May 26 15:28:09 2008] [notice] Child 2044: Starting 64 worker threads.
[Mon May 26 15:28:09 2008] [notice] Child 2044: Starting thread to listen on port 81.

Options: ReplyQuote
Re: Another localhost connection problem
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: May 26, 2008 09:46PM

do u have microsofr iis server installed by any chance?


check in add remove progrmas or services.msc

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Another localhost connection problem
Posted by: vwatson (---.area4.spcsdns.net)
Date: May 26, 2008 10:04PM

No, don't see it anywhere. I never installed it myself.

Options: ReplyQuote
Re: Another localhost connection problem
Posted by: yfastud (Moderator)
Date: May 27, 2008 03:03AM

Quote

I use V-Com antivirus which has NetDefense Firewall. I disable that, but it doesn't make a difference.
Did you ever try to uninstall these 2? Disconnect internet, then uninstall them, and restart wamp

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote


Sorry, only registered users may post in this forum.