The issue was that someone before I took over had IIS installed but no website was being used. I unistalled IIS as it was not being used and it is now working.
Thanks
Main Topics
Browse All TopicsI have installed XAMPP with apache on my windows server 2003. However I cannot get apache to start, it is running as a service (not as a program). I have tried to start it manually via NMS and also thourgh the XAMPP .bat file. Below is the error I get when I start the service with the .bat file, and alos the netstat -ano command.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: fiboPosted on 2009-09-17 at 10:01:33ID: 25358410
B-))
My German is really poor, so I might be missing something.
I beleive that your windows server machine has already a web server running on port 80... and it might be your Apache which has sarted as a service...
Test connecting with your browser to port :80 (ie, do not indicate the port!). You will see which server is running.
a - It is IIS... change your XAMPP config so that Apache starts on some other port, usually 8000 or 8080. Your service could not start because port 80 was busy with IIS
b - It is Apache. Congratulation, your install dit work!