Problem with conflict between IIS and Xampp

Asked

Viewed 724 times

2

I made the mistake of installing the IIS and now it is giving conflict in localhost:80, I uninstalled, disabled the components and did everything I found on the internet, but it remains in the domain, anyone knows how I can take it away? Or change the Apache port so it keeps working? I don’t want to have to format the pc.

1 answer

2


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

Listen 80

and

Servername localhost:80

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

Testing going into:

http://localhost:89

Browser other questions tagged

You are not signed in. Login or sign up in order to post.