How to configure my web server for public and development service

Posted by Steve on Server Fault See other posts from Server Fault or by Steve
Published on 2010-11-10T04:31:13Z Indexed on 2011/01/07 20:55 UTC
Read the original article Hit count: 192

Filed under:
|

I have one and only one web server, which runs Windows Server 2008 and wamp. Now I would like to setup SVN on the server so I can program the trunk version of the website. Every time I branch a version and put it to public. While developing on the trunk version, I also want to be able to test it. The web server has 5 IPs so I can use one IP for public website(the branch) and another IP for trunk development test. I believe one wamp server can only handle one 80 port request thus can only handle one website.

How can I configure the server so it can handle one IP request and direct to my branch and handle another IP request and direct to my trunk?

© Server Fault or respective owner

Related posts about windows-server-2008

Related posts about wamp