tcp-port

.htaccess port redirection with Apache

Hi, I'd like to redirect http://www.mydomain.com/service to http://www.mydomain.com:PORT where PORT is the port of the service which will serve the pages. Is it possible given it's apache which is listening on port 80 so which will perform the redirection, and it's an unrelated service which is listening on PORT? What's the syntax? I ...

Listeing to a port?

Hey everyone, I am wondering if its possible to to open a port listen for a connection, if a connection is made authenticate it, and if it passes the authentication then an event is fired? Is it maybe possible to do this with XMPP? Thanks for your help! ...

get open TCP port in Python

I want to get any random open TCP port on localhost in Python. What is the easiest way? ...