Can I run two web servers on the same computer?

Posted by Roman on Stack Overflow See other posts from Stack Overflow or by Roman
Published on 2010-02-23T16:10:40Z Indexed on 2010/04/29 6:57 UTC
Read the original article Hit count: 200

Filed under:
|
|
|

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 machine. But I am afraid that I can get some kind of conflict if I try it. I mean how two web server will "decide" who needs to server a request from a client?

© Stack Overflow or respective owner

Related posts about apache

Related posts about webserver