I am installing a web app for my client, and he want to work only locally with it.
I had a problem making the wamp server to online. I checked the port 80, and it was used by IIS
.
I tried to stop by running services.msc
and set its start to manual. And still got the same problem. Then I tried solutions from this link, where I used the cmd to stop it:iisreset /stop
but it will stop for only one session if I can say that, so after restart, it will run again.
Then I went to httpd.conf and change the following line:
#Listen 12.34.56.78:80
Listen 0.0.0.0:80
Listen [::0]:80
Into:
#Listen 12.34.56.78:8080
Listen 0.0.0.0:8080
Listen [::0]:8080
So wamp now will listen to a different port than 80.
Skype is not installed on his laptop.
It seems to be working, but now he called me and told me that he have the same problem. I checked it, and Yeah, IIS again.
He will ask for refund in couple of days, if I didn't fix it once for all. Yeah, he said that. And still can't figure it out.
Is it okay, if I uninstalled IIS from his laptop ? He don't use it anyway, but he is a doctor and he have an X-ray
program, and I don't know if IIS is used by this software.