I have a server with Windows 2008 Server on, and we host some ASP.NET apps and some php. The problem is that PHP under IIS dose not work 100% correctly under IIS (At least not as i would under an apache server) and this is giving us problems. So as the server has multiple ip where we thinking if i user ip 1 would i hit the IIS server, but if i use ip 2 would i hit the Apache server. Where i go in by port 80 on both. Maby having apache running on port 8080 or something and use some kind of software router to direct it to port 8080, if a users enters in ip2:80?
Is this possible? and if how so? :D