I just found out that I can write a really simple web server using Python. I have already an Apache web server I would like to try the Python based web server on this machi
You cannot open two web servers in the same port (which default is 80), if you desire to make two or more web servers, you have to use different ports.
If you are using a DNS, you could easily set up your web server to respond with different web sites to different requests, that could be useful if you need to have different web sites for subdomains or different domains.