I currently have IIS running on my webserver at home and I am using DNS2Go to provide a static domain name. My old websites use ASP with VB Script and an Access Database through ODBC drivers and my newer websites use APACHE, PHP and MySQL. I want to be able to still serve the ASP pages along side the PHP pages and as far as I know I can set up both servers on one computer as long as I use diffrent port numbers.
How would I handle requests for http://domain.myip.org/iis/ with the IIS server and those requests for http://domain.myip.org/apache/ with the appache server? Really I would like to be able to do route the request to the right server for any directory I like.