
This post is the result of my day long search for running both webservers in my server. Because I need to run wordpress on Apache for better mod-rewrite and FastCGI and other ASP websites on IIS6 under Windows 2003. But there is no good resource on internet for this, there are million questions with no answer. So I tried myself to find a solution, here is it…
Understand few things before start,
1. You can’t run (or listen) two instance (or webserver) in same ip and same port on same server.
2. But you can listen on different IP in same port.
3. So you should have more than one IP to run two websers listening on same port, atleast 2 IP is required.
For the complete instructions, please read my programming blog at http://code4fun.senthil.name.
–Senthil Kumar D.