What program in Windows 10 uses port 80? [closed]

It’s probably the W3SVC (World Wide Web Publishing Service) service. See the answer below: https://stackoverflow.com/a/31229606/1532882 Click the start menu Type in Services Sort by Name Scroll down to World Wide Web Publishing Service (W3SVC) and disable it Per phpvillian’s answer, you can also run the following to help determine the culprit (make sure you open … Read more

Tomcat7 bind to port 80 fails in Ubuntu 14.04LTS

Following works: apt-get install authbind First, set AUTHBIND=yes in /etc/default/tomcat7 file sudo touch /etc/authbind/byport/80 sudo chmod 500 /etc/authbind/byport/80 sudo chown tomcat7 /etc/authbind/byport/80 There was a reference URL here, but the website has been hacked (marked as unsafe in Edge, and Chrome prompts me to install a browser extension).

WAMP port 80 busy

This problem can be also from SQL Server Reporting Services. You need to stop/disable this service from: Control Panel->System and Security->Administrative Tool->Services and stop the service named SQL Server Reporting Services (InstanceName) Open SQL Server Configuration Manager -> SQL Server Services stop/disable SQL Server Reporting Services (InstanceName)

tech