Redirecting access from a domain name to IP:port
        Posted  
        
            by 
                hexacyanide
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by hexacyanide
        
        
        
        Published on 2012-05-30T16:38:11Z
        Indexed on 
            2012/05/30
            16:44 UTC
        
        
        Read the original article
        Hit count: 317
        
Right now I have a server running on IP:Port. If I wanted to use DNS but redirect to the port, how would I do so? I've heard that it's possible, but how would I do so, even if it includes creating something such as a proxy?
For example, visiting:
domain.tld
would instead access
IP:Port
and the port could be anything I wanted it to be.
If no direct solution exist, how would I go along using a "VirtualHost"?
© Server Fault or respective owner