0

I installed WAMP software on my PC for web development. When I try to access localhost I get a message telling me that it's being used by XAMPP. I know that I can change the port used by WAMP to some other port number by making changes to httpd.config.

But is there any way that I can stop XAMPP from using port 80, and let it be used by WAMP?

Keep in mind that XAMP is is not currently installed, someone had previously installed it and then removed it.

Zeta
  • 95,453
  • 12
  • 173
  • 214
  • see my complete solution,about it in this link:http://stackoverflow.com/questions/2158432/wamp-port-80-busy – amin k Apr 29 '13 at 09:23

2 Answers2

0

Check stop system process using port 80 for solving this issue.

Mihai8
  • 2,871
  • 1
  • 18
  • 27
0

Try to change xampp server port.

sneawo
  • 3,285
  • 1
  • 24
  • 31