Cant access localhost (new install)
Posted by: ritch47golf (---.range86-150.btcentralplus.com)
Date: November 28, 2008 01:35AM

I have installed WampServer and everything flowed according to instructions until I tried to access Localhost.

My FF browser opens and remains in the 'loading' state.

I have tried vairious combinations to no avail.

I have scanned the posts and the only thing that I see close to this asks for a conf file to be modified.

I have changed from 80 to 8080 and restarted and now get this result in FF. " Network Timeout The operation timed out when attempting to contact www.localhost.com."

Can anyone advise?

TIA

Ritch



Edited 2 time(s). Last edit at 11/28/2008 05:27PM by ritch47golf.

Options: ReplyQuote
Re: Cant access localhost (new install)
Posted by: technoman (---.acanac.net)
Date: November 28, 2008 06:45PM

try this

[127.0.0.1]

Options: ReplyQuote
Re: Cant access localhost (new install)
Posted by: ritch47golf (---.range86-150.btcentralplus.com)
Date: November 28, 2008 07:04PM

Thanks.

I tried that with listen 80 and got the perpetual 'loading'

I changed to listen 8080 and got this message ... 'Failed to Connect The connection was refused when attempting to contact 127.0.0.1'


Ritch

Options: ReplyQuote
Re: Cant access localhost (new install)
Posted by: yfastud (Moderator)
Date: November 28, 2008 07:45PM


Options: ReplyQuote
Re: Cant access localhost (new install)
Posted by: ritch47golf (---.range86-150.btcentralplus.com)
Date: November 28, 2008 07:57PM

It is yellow as far as I can determine .. so small!

Options: ReplyQuote
Re: Cant access localhost (new install)
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: November 28, 2008 08:19PM

? its the size of all the icon? maybe ur screen res is too high 2264x 1856 or something.

if it is yellow then apache is not runing.? do u have skype or antivirus installed?

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

Options: ReplyQuote
Re: Cant access localhost (new install)
Posted by: ritch47golf (---.range86-150.btcentralplus.com)
Date: November 28, 2008 08:32PM

Sorry, I changed my screen resolution to be sure. It is actually white.

Options: ReplyQuote
Re: Cant access localhost (new install)
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: November 28, 2008 08:42PM

white means that services are running.,, can you goto c:/wamp/logs and post up ur apache logs

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

Options: ReplyQuote
Re: Cant access localhost (new install)
Posted by: ritch47golf (---.range86-150.btcentralplus.com)
Date: November 29, 2008 12:16AM

Sorry for the delay..

I can't (won't) post the error log. I couldn't open it and investigated .... Properties = 41,951,462 KB !!!

There is clearly something amiss. Should I delete this and open a new apache_error.log ?

The access log is empty.

Ritch

Options: ReplyQuote
Re: Cant access localhost (new install)
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: November 29, 2008 12:28AM

i dunno .. if it was writing to the file and u opened it u amy get funny readings on size,,,

close wamp and check size. if still wrong delete it. and restart.

id say it will stay empty, in which case u most likely have microsoft iis installed . wat version of window? and wat other programs ar eon pc in terms of conencting to internet, firewalls, anivirus , skype etc etc

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

Options: ReplyQuote
Re: Cant access localhost (new install)
Posted by: ritch47golf (---.range86-150.btcentralplus.com)
Date: November 29, 2008 12:41AM

I am running Windows XP Media Centre Edition Version 2002.

I have AVG Internet Security 7.5 installed. (licensed version)

No Skype etc.


I deleted it and opened WampServer again. It immediately sent the log racing. I stooped it and an extract is below.



[Fri Nov 28 23:29:17 2008] [notice] Apache/2.2.8 (Win32) PHP/5.2.6 configured --

resuming normal operations
[Fri Nov 28 23:29:17 2008] [notice] Server built: Jan 18 2008 00:37:19
[Fri Nov 28 23:29:17 2008] [notice] Parent: Created child process 3960
[Fri Nov 28 23:29:17 2008] [notice] Child 3960: Child process is running
[Fri Nov 28 23:29:17 2008] [notice] Child 3960: Acquired the start mutex.
[Fri Nov 28 23:29:17 2008] [notice] Child 3960: Starting 64 worker threads.
[Fri Nov 28 23:29:17 2008] [notice] Child 3960: Starting thread to listen on port 80.
[Fri Nov 28 23:29:17 2008] [warn] (OS 87)The parameter is incorrect. : winnt_accept:

Asynchronous AcceptEx failed.
[Fri Nov 28 23:29:17 2008] [warn] (OS 87)The parameter is incorrect. : winnt_accept:

Asynchronous AcceptEx failed.
[Fri Nov 28 23:29:17 2008] [warn] (OS 87)The parameter is incorrect. : winnt_accept:

Asynchronous AcceptEx failed.
[Fri Nov 28 23:29:17 2008] [warn] (OS 87)The parameter is incorrect. : winnt_accept:

Options: ReplyQuote
Re: Cant access localhost (new install)
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: November 29, 2008 12:53AM

place this in ur httpd.conf file


Win32DisableAcceptEx


after the lines

#EnableMMAP off
#EnableSendfile off





if that doesnt work then use

EnableMMAP off
EnableSendfile off
Win32DisableAcceptEx

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

Options: ReplyQuote
Re: Cant access localhost (new install)
Posted by: ritch47golf (---.range86-150.btcentralplus.com)
Date: November 29, 2008 01:19AM

Still get 'loading' .

Error log is not filling up now. Results of error log below


#EnableMMAP off
#EnableSendfile off
Win32DisableAcceptEx

[Sat Nov 29 00:10:47 2008] [notice] Apache/2.2.8 (Win32) PHP/5.2.6 configured -- resuming normal operations
[Sat Nov 29 00:10:47 2008] [notice] Server built: Jan 18 2008 00:37:19
[Sat Nov 29 00:10:47 2008] [notice] Parent: Created child process 5044
[Sat Nov 29 00:10:47 2008] [notice] Disabled use of AcceptEx() WinSock2 API
[Sat Nov 29 00:10:47 2008] [notice] Child 5044: Child process is running
[Sat Nov 29 00:10:47 2008] [notice] Child 5044: Acquired the start mutex.
[Sat Nov 29 00:10:47 2008] [notice] Child 5044: Starting 64 worker threads.
[Sat Nov 29 00:10:47 2008] [notice] Child 5044: Listening on port 80.
[Sat Nov 29 00:11:23 2008] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Sat Nov 29 00:11:23 2008] [notice] Child 5044: Exit event signaled. Child process is ending.
[Sat Nov 29 00:11:24 2008] [notice] Child 5044: Released the start mutex
[Sat Nov 29 00:11:24 2008] [notice] Child 5044: All worker threads have exited.
[Sat Nov 29 00:11:24 2008] [notice] Child 5044: Child process is exiting
[Sat Nov 29 00:11:24 2008] [notice] Parent: Child process exited successfully.


EnableMMAP off
EnableSendfile off
Win32DisableAcceptEx

[Sat Nov 29 00:12:55 2008] [notice] Apache/2.2.8 (Win32) PHP/5.2.6 configured -- resuming normal operations
[Sat Nov 29 00:12:55 2008] [notice] Server built: Jan 18 2008 00:37:19
[Sat Nov 29 00:12:55 2008] [notice] Parent: Created child process 1652
[Sat Nov 29 00:12:55 2008] [notice] Disabled use of AcceptEx() WinSock2 API
[Sat Nov 29 00:12:55 2008] [notice] Child 1652: Child process is running
[Sat Nov 29 00:12:55 2008] [notice] Child 1652: Acquired the start mutex.
[Sat Nov 29 00:12:55 2008] [notice] Child 1652: Starting 64 worker threads.
[Sat Nov 29 00:12:55 2008] [notice] Child 1652: Listening on port 80.
[Sat Nov 29 00:13:42 2008] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Sat Nov 29 00:13:42 2008] [notice] Child 1652: Exit event signaled. Child process is ending.
[Sat Nov 29 00:13:43 2008] [notice] Child 1652: Released the start mutex
[Sat Nov 29 00:13:44 2008] [notice] Child 1652: All worker threads have exited.
[Sat Nov 29 00:13:44 2008] [notice] Child 1652: Child process is exiting
[Sat Nov 29 00:13:44 2008] [notice] Parent: Child process exited successfully.

Options: ReplyQuote
Re: Cant access localhost (new install)
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: November 29, 2008 01:25AM

no put it in the httpd file c:/wamp/bin/apache/apache2.x/conf/htpd.conf

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

Options: ReplyQuote
Re: Cant access localhost (new install)
Posted by: ritch47golf (---.range86-150.btcentralplus.com)
Date: November 29, 2008 01:30AM

I am sorry Steven, I don't understand.

I was editing the htpd.conf file via the pop up control. Is there another way?

I exited WampServer between each test.

Ritch

Options: ReplyQuote
Re: Cant access localhost (new install)
Posted by: yfastud (Moderator)
Date: November 29, 2008 03:49AM

avg might causes the problem, uninstall it, try again, then reinstall avg if wamp works

Have fun,

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

Options: ReplyQuote
Re: Cant access localhost (new install)
Posted by: ritch47golf (---.range86-150.btcentralplus.com)
Date: November 29, 2008 04:43AM

Thanks,

I uninstalled AVG and reset httpd.conf back to original settings and IT WORKS!

Many thanks.

Ritch

Options: ReplyQuote
Re: Cant access localhost (new install)
Posted by: yfastud (Moderator)
Date: November 29, 2008 03:58PM


Options: ReplyQuote


Sorry, only registered users may post in this forum.