IIS and Apache on the same machine?
Posted
by MLS
on Server Fault
See other posts from Server Fault
or by MLS
Published on 2010-05-27T20:08:46Z
Indexed on
2010/05/27
20:12 UTC
Read the original article
Hit count: 213
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?
© Server Fault or respective owner