So I want to set up a remote desktop with my apache server.
I installed my server, using port 80, and used a dynamic DNS to give my ip address a website name to something along the lines of:
domain.name.com.
I'm able to access my domain from any computer on or off the network, which shows a simple HTML page.
I want to configure a remote desktop such that if I were to specify a port with my name, such as:
domain.name.com:port
that I'll be prompted with a login screen to grant access remotely to my computer. Obviously this has to be web based, but I don't mind installing stuff on my desktop.
Can anybody describe in detail what to do? I'm new with apache.
Thanks.