-1

I am currently running Apache on Amazon Servers(Windows Server 2016). Apache comes preinstalled running on default port 80. There are applications currently listening to this port.

I have IIS installed, however i am unable to host any site that would utilize the same port 80 or 443.

Is there a way around this?

Nickson
  • 135
  • 12
  • It is not possible to run both the server on the same port number. try to run the iis on different IP port and apache on different IP port. https://stackoverflow.com/questions/108387/apache-and-iis-side-by-side-both-listening-to-port-80-on-windows2003 – Jalpa Panchal May 06 '20 at 07:48

1 Answers1

0

change the port for apache from 80 to other like 8080

Waqas Yousaf
  • 264
  • 4
  • 13
  • Thats the thing, i want Apache to retain that port number, what i want is IIS to be able to listen on Port 80 and 443. – Nickson May 05 '20 at 06:34