Problem with conflict between IIS and Xampp

1

I've done the trick of installing IIS and now it's conflicting with localhost: 80, I've uninstalled, disabled the components and did everything I found on the internet, but it remains in the domain, does anyone know how I can take it away? Or change the Apache port so it keeps running? I do not want to have to format the pc.

    
asked by anonymous 14.03.2017 / 15:19

1 answer

2

Open the link (apache / conf / httpd.conf) file in Notepad and change the lines:

  

Listen 80

and

  

ServerName localhost: 80

replacing 80 with a new port, which is not in use - such as 89, for example.

Testing on:

  

link

    
14.03.2017 / 15:25