Apache 80 port is occupied by iis how to solve

  
                  

How to modify port 80 by iis

If you want to modify iis without using 80 method is very simple, find it in our iis manager, iis management and then change 80 to 81

Apache modify the listening port method:

Open httpd.conf Modify Listen 80 for L Second World finishing release isten 81 Apache can listen to more than one port at the same time to implement multiple Http services Just add a line such as Listen 82 The same IIS can also modify the default port to avoid conflicts. Modify the method similarly Open Administrative Tools -> Internet Services Manager Click on Default Web Site (or other custom Site) -> Right click on Properties Click on Web Site -> Advanced... Modify TCP Port to a valid value

If port 80 is not occupied by the above two programs, we can refer to the following method to find out which service port 80 is occupied by

If we need to determine who occupies our port 80

1, Windows platform In the windows command line window, the second world finishing release execution: C:>netstat -aon

Copyright © Windows knowledge All Rights Reserved