Please help, I used to be running xampp and it was working perfectly. Then I wanted to try something out and I ran IIS instead of xampp. Now I want to go back to using xampp, but whenever I try to run the apache server it says: Busy... Apache started [port 80] If I go to http://localhost/ then it just says that it can't establish a connection to the server. I have turned off IIS, so I don't see why it shouldn't work. Any suggestions?
feedback
|
migrated from stackoverflow.com Mar 27 '10 at 13:12
This question came from our site for professional and enthusiast programmers.
closed as too localized by Chopper3 Jul 9 '11 at 12:33
This question is unlikely to ever help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. See the FAQ for guidance on how to improve it.
|
Never mind guys, I've decided I'm just going to use IIS instead. Thanks anyway though | |||
|
feedback
|
|
Run netstat -ab as administrator, and you get a list of processes witch are listening to port 80. This way you can find out which process is bound to that port. But this list can be quite big, so easiest is to echo it to a file
Then you can try to search in that file for port 80. | |||
|
feedback
|