change default port of IIS and let another process to listen on port 80 (Windows Server 2008)
        Posted  
        
            by 
                aleroot
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by aleroot
        
        
        
        Published on 2011-10-14T22:51:39Z
        Indexed on 
            2012/11/02
            11:04 UTC
        
        
        Read the original article
        Hit count: 495
        
windows-server-2008
|windows-server-2008-r2
I have an installation of Windows Server 2008 running IIS 6 with a website listening on port 8080, even though I have moved the website to listen on 8080, port 80 is still kept in use by IIS (for truth by the kernel process : System - ProcId : 4).
I want to let another process listen on port 80 without uninstalling or disabling IIS, I want to keep IIS listening on port 8080 and another service on port 80, is there a way to do it?
I saw another similar thread here on serverfault but the solution (using httpcfg.exe delete iplisten -i 0.0.0.0:80 ) can work only in 2003 because in 2008 the utility httpcfg.exe doesn't exist and it seems that it cannot be installed ...
Does anyone have a solution to get rid of the kernel listening on port 80 in Windows Server 2008 with IIS running?
© Server Fault or respective owner