I am running apache2 with a few virtual hosts running on 4 different ports. When a connection is made to port 80 it redirects to
https://1.2.3.100. Is there anyway to just tell apache to redirect to port 443 without having to specify the full address. Basically I can access my apache server through the ip address and through the hostname and I don't want to have the connection get sent through a different gateway. I just don't want to have to keep changing 1.2.3.100 everytime I move my computer to a different location.
Thanks