IIS and Apache on the same machine?
- by MLS
I have a Windows 2003 Server running IIS (due to an ASP Site needing to be hosted).
I wanted to add some non ASP sites (HTML, PHP and MySQL) so I was thinking I could just run apache on 8080.
What confuses me a bit is if someone hits DomiainA.com, IIS intercepts it and forwards it to DomainA.com:8080 where apache is running. I could do this by putting a server side javascript re-direct in the IIS www-root for the domain.
What else can I do that might be more proper?