Page 2 of 2

Re: XAMPP and Windows 7 Pro

PostPosted: 24. August 2010 15:29
by JonB
Storyman

That's a correct 'symptom solution', but is really unnecessary. If you un-install the previous standalone Apache and MySQL installations correctly, the un-install process will remove both the Windows Service Manager instances and those registry entries associated with the installations.

At that point you can simply check the 'svc' checkboxes in the XAMMP Control Panel, and the new (and correct) Service Instances will be created.

The only scenario where you would really need to change the path to executable, and do anything with the registry would be either:

A. The Standalone Apache and MySQL installations were manually deleted, leaving the registry entries and Service instances in place - so you must brute force clear them out.

OR

B. You need to temporarily disable them to run XAMPP - and you wish to 'not break' the original installations.

REMEMBER - XAMPP is registry-agnostic. Other than thr XAMPP 'installer' itself, XAMPP makes no Windows registry entries. Everything is run through Command Line Interface calls embedded either in Batch Files (or scripts as penguin-heads would prefer) or calls made by the XAMPP Control Panel.

Good luck to all
:mrgreen:

Re: XAMPP and Windows 7 Pro

PostPosted: 07. August 2011 19:52
by king1david
Thanks Buckmajor,
Back to work for me!
I uninstalled Skype (not a problem, don't use it anyway) and still had a problem with Apache flashing green, then turning off.
Note: This came up after I tried to install Artisteer (joomla! template builder), which would not run on my Windows 7 Ultimate.

I followed Buckmajor's instructions; change the IP Port that Apache listens on
default is port 80, standard for all web traffic
Change httpd.conf

port 8666 (could be anything above 1024):
PCs, look in C:\xampp\apache\conf\httpd.conf folder

Find the line that says:
Listen 80

#Listen 0.0.0.0:80
#Listen [::]:80
Listen 80

changed it to
Listen 8666

#Listen 0.0.0.0:80
#Listen [::]:80
Listen 8666

Then use http://localhost:8666/xampp/
(the port is designated by the colon and then the number).

run http://localhost:8666 to run Apache

Run Backend
http://localhost:8666/administrator/

and http://localhost:8616 to run my local IIS for .NET projects.

Thanks!
David

Re: XAMPP and Windows 7 Pro

PostPosted: 25. September 2011 22:46
by TriStarGod
For me, the solution was to turn off World Wide Web Publishing in Services. Solved everything with a click of a button. No regedits necessary.

Re: XAMPP and Windows 7 Pro

PostPosted: 17. October 2011 05:49
by Eranda Wakista
Hi all

I had the same problem when i was trying to install XAAMP on windows 7.The issue was the port 80.Just check whether you have configured IIS as your web server since IIs settings are included in windows 7.

If you have configured IIS in your PC it might use the port 80 for their default web site.Please follow the below steps.Ths really worked for me

1.Go to Computer management window from start menu(start-Right click on computer-select manage)
2.Click on services and applications from the menu
3.Select internet and information services.
4.Then you will find that the IIS server has created a default site and is using the port 80.
5.Remove the default site by right clicking on it
6.re-boot you pc or try nstalling xaamp again.