Page 1 of 1

Cannot Connect to local host

PostPosted: 16. December 2010 15:37
by leogavs
Help guys, I recently installed xamp ver.1.7.3exe on my machine which is running on windows XP SP2, Apache is running, MysQL, is running but for some reason I cannot connect to local host. I keep getting the following message Connection to 127.0.0.1Failed. I ve gone through the forums and tried a couple of things including disabling the firewall and setting an exception for Apache, I am stuck can someone please help

Re: Cannot Connect to local host

PostPosted: 17. December 2010 01:15
by pierre422
Hello,
I have a very similar problem with version 1.7.3 under Windows XP sp3
Apache is running
MySql is running
No problem detected with Port-Checq
But when I try to connect to localhost ..... nothing ... no error message but waiting respond
It seems that server Apache is found but no answer (if I stop Apache then I have a message connexion reinitialized during loading the page.
Regards and thanks if anybody has an idea!

Re: Cannot Connect to local host

PostPosted: 18. December 2010 20:10
by pierre422
Hello,
I have solved my problem! Perhaps your problem is the same.
An application, I don't know which one, had modified parameters of winsock.

I have reinitialized the winsock catalogue and, now, all is OK. I can connect to localhost.

To reinitialized winsock use the command line:
netsh winsock reset

Regards