The Anti-Epic Tale of Making IIS Play Nice with Apache
Jun 24, 2009 · 4 min read · apache windows iis wamp wampserver configuration ip address share port httpcfg command-line stupid microsoft virtualhost ·The Mission To run an Apache server (on Windows) on the same machine that was already hosting IIS. The Strategy The plan was to alter each virtual host defined in IIS to not bind to the typical HTTP/HTTPS ports (80 & 443), but instead have it use arbitrary ports (was to be 8080 & 4433). With that in place, I could …
Read More