Listener for port

#1
How do I create a listener that will listen to only one port of a domain name? For example I have example.com. I've set the listener to redirect example.com:80 to /home/example/public_html. How do I configure it so that it will redirect example.com:6789 to /home/example6789/public_html?
 
Top