downloaded and installed XAMPP from the internet.

But there is a problem: -during installation, the wizard asked me if I would like to install Apache and MySQL as services. I choosed both. The rest of the installation went ok, but when it started the xampp console error message appeared: "Ports 80 or 443 (SSL) already in use! Installing Apache2-2 service failed!"

link|improve this question

29% accept rate
feedback

closed as off topic by Cody Gray, pavium, skaffman, Brad Larson, John Saunders Jul 5 '11 at 18:47

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

1 Answer

up vote 0 down vote accepted

You have another webserver running on your computer, something listening on port 80/443. My guess is that you have IIS running.

link|improve this answer
@Bas-i have uninstalled the IIS.. – Sweety Jul 5 '11 at 8:27
@Bas-Thank you its working now – Sweety Jul 5 '11 at 9:05
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.