Featured post
asp.net mvc 2 - Is there a way to make it look like two programs are listening to port 80 -
i know can't have 2 programs listening same port, wondering if possible fake somehow, example:
my machine has 2 applications, 1 listening port 80 , other port 6653.
if incoming connection, let's mysite.com:80/chat forwarded internally application listening on port 6653 , data returned server forwarded port 80 somehow.
the reason want accomplish because there many firewalls seem block connections ports other 80.
i have chat server want run on port 80, perhaps ip , machine that, feels trouble single chat server.
any helpful feedback appreciated. thanks!
you can mod_rewrite if you're running apache. link has plenty of examples, including want (i think).
edit: see you've updated tags "asp.net". i'm guessing you're not running apache, then. i'm sure there similar tool iis, or can use proxy server same thing.
- Get link
- X
- Other Apps
Comments
Post a Comment