Page 1 of 1

XAMPP 1.7.7 Failure Windows 7 [NOT XAMPP RELATED - SOLVED]

PostPosted: 20. October 2011 11:30
by imow
Hello guys,

I installed XAMPP in my Windows 7 Professional SP1, all instalation works fine, until i tried to access localhost. In FF, it shows "Connected to localhost", but i'ts like never complete request.

Image
Code: Select all
http://upload.kapanlagi.com/c.php?f=201110201714024_never_ending_loading_4e9ff46a0190f.jpeg



Then i tried to see the error logs :

Image
Code: Select all
http://upload.kapanlagi.com/c.php?f=201110201714004_error_log_4e9ff4682dffc.jpeg


So I disabled IPV6 :

Image
Code: Select all
http://upload.kapanlagi.com/c.php?f=201110201713544_disabling_ipv6_4e9ff462190cf.jpeg


I also tried to run Apache and mySQL from xampp-control-3-beta :

Image
Code: Select all
http://upload.kapanlagi.com/c.php?f=201110201717084_xampp_control_panel_4e9ff524b15a1.jpeg


But still no luck.. After I read couples of suggestion in this forum, somewhere said like "Try to execute setup_xampp, it may not execute automatically when installing". So I follow the step, and end up like this :

Image
Code: Select all
http://upload.kapanlagi.com/c.php?f=201110201717034_setup_xampp_nothing_4e9ff51f0eff7.jpeg


I tried to "Run as administrator", but still no luck :

Image
Code: Select all
http://upload.kapanlagi.com/c.php?f=201110201716594_setup_xampp_as_admin_4e9ff51bef1ea.jpeg


Please HELP.. Any suggestion will be much appreciated.. Thank you very much..

Re: XAMPP 1.7.7 Failure on Windows 7

PostPosted: 20. October 2011 11:35
by Sharley
Try adding
Code: Select all
127.0.0.1 localhost
as the first line in your hosts file after the commented entries.

Clear the cache in Firefox then try again to access http://localhost

BTW you need to provided a full url address to your images.

New members are restricted because of our strong ant-spam policy.

Re: XAMPP 1.7.7 Failure on Windows 7

PostPosted: 20. October 2011 11:45
by imow
Sharley wrote:Try adding
Code: Select all
127.0.0.1 localhost
as the first line in your hosts file after the commented entries.

Sorry, I dont get it.. :?: :?:

Sharley wrote:Clear the cache in Firefox then try again to access http://localhost

It did, but still no response

Re: XAMPP 1.7.7 Failure on Windows 7

PostPosted: 20. October 2011 11:54
by Sharley
Drag the C:\Windows\system32\drivers\etc\hosts file into a text editor you open by right clicking and selecting run as administrator.

Then follow my instructions above.

Can you access using http://127.0.0.1 in FF?

In FF if using a proxy make sure that no proxy for 127.0.0.1 is ticked.

Re: XAMPP 1.7.7 Failure on Windows 7

PostPosted: 20. October 2011 12:10
by imow
Sharley wrote:Drag the C:\Windows\system32\drivers\etc\hosts file into a text editor you open by right clicking and selecting run as administrator.

Then follow my instructions above.

Can you access using http://127.0.0.1 in FF?

In FF if using a proxy make sure that no proxy for 127.0.0.1 is ticked.


I follow your suggestion, and the problem still remain..
oya I forgot, I was joined a domain on my office.. is it takes effect ?
Because I also install on my laptop, and it's works great..
this problem occure after I upgrade the xampp version to 1.7.7

Re: XAMPP 1.7.7 Failure on Windows 7

PostPosted: 20. October 2011 12:16
by Sharley
Can you access using http://127.0.0.1 as I requested you to check before?

XAMPP looks like it is installed and running just fine.

Have you tried in another browser?

Re: XAMPP 1.7.7 Failure on Windows 7

PostPosted: 20. October 2011 12:27
by imow
Sharley wrote:Can you access using http://127.0.0.1 as I requested you to check before?

XAMPP looks like it is installed and running just fine.

Have you tried in another browser?


yes, I tried http://127.0.0.1 as you requested, i also tried using opera, and chrome.. but still no luck, maybe this is caused by domain i joined..
It's really frustrating... :(

Re: XAMPP 1.7.7 Failure on Windows 7

PostPosted: 20. October 2011 12:34
by Sharley
imow wrote:maybe this is caused by domain i joined..
As I said XAMPP looks fine and you said the lap top works fine, so it looks like something linked to what you suspect is the issue.

I am not familiar with that side of your issue but there may be someone else who spots this topic who can help you further.

Good luck. :)

Re: XAMPP 1.7.7 Failure on Windows 7

PostPosted: 21. October 2011 03:23
by imow
Maybe with this additional picture, can add more clue.. I hope :(

Image
Code: Select all
http://upload.kapanlagi.com/c.php?f=201110210921324_any_clue_4ea0d72cb3d55.jpeg


Image
Code: Select all
http://upload.kapanlagi.com/c.php?f=201110210921354_host_file_4ea0d72f951ed.jpeg

Re: XAMPP 1.7.7 Failure on Windows 7

PostPosted: 21. October 2011 04:43
by Altrea
in picture 1:
PID 2292 is your XAMPP Apache, correct? You can find this out in your task managers processes tab.

in picture 2:
You can't define localhost for two different IPs in your HOSTS file. The DomainName must be unique.
How should your OS know where to send the request to?

Re: XAMPP 1.7.7 Failure on Windows 7

PostPosted: 21. October 2011 10:01
by imow
Altrea wrote:in picture 1:
PID 2292 is your XAMPP Apache, correct? You can find this out in your task managers processes tab.

Yes, PID 2292 is for httpd.exe

Altrea wrote:in picture 2:
You can't define localhost for two different IPs in your HOSTS file. The DomainName must be unique.
How should your OS know where to send the request to?

ohh sorry, I correct that one.. but still no response..

Re: XAMPP 1.7.7 Failure on Windows 7

PostPosted: 21. October 2011 13:07
by Sharley
Use the Netstat button in the version 3 Control Panel it will give good information and the window refreshes automatically.

Do you have ZoneAlarm or similar security software and if so are ports 80, 443, 3306 or the XAMPP components (Apache MySQL etc.) allowed to function?
Have you opened the above ports or components in your firewall?


Perhaps also try this long shot:
In Firefox click on Tools>Options>Advanced>Network>Settings

If you have Manual proxy configuration selected then down near the bottom of the window next to No Proxy For Type in the box 127.0.0.1, localhost, 192.168.1.0/24
Click OK, OK.

Now try again and see if your page loads but first and important is to clear the browser's cache again so you get a fresh page loaded and not old one from the cache.

Cache is Offline Storage click Now and it is found in the same Network tab as above.

It's a long shot but worth a try.

If you have other proxy settings selected other than Manual proxy configuration then you may have to investigate those other setting's configurations and see if they also have a no proxy setting for localhost and your LAN IP range available.

Good luck again. ;)

Re: XAMPP 1.7.7 Failure on Windows 7

PostPosted: 22. October 2011 04:24
by imow
Finally I found that my ISS feature is turned off.. after I turned it on, and Tadaaaa... It works like a charm for me.. Hope this will help other people with the same problem..

Image
Code: Select all
http://upload.kapanlagi.com/c.php?f=201110221023554_iis_4ea2374b363ee.jpeg

Re: XAMPP 1.7.7 Failure Windows 7 [NOT XAMPP RELATED - SOLVE

PostPosted: 22. October 2011 04:51
by Sharley
Thanks for the feedback and after all that time spent troubleshooting your issue it was a IIS Windows setting after all. :)