Archive

Posts Tagged ‘Apache’

Dec
24

I use a VPS (Virtual Private Server) to provide mail and web services for our companies.  This off-loads the server and internet maintenance for our high speed internet server requirements.  The hosting center provides services we simply could not afford to provide directly and at a much more reasonable cost.  Domain configuration and maintenance is mostly performed from a web “control panel”.  Low level host configuration control can be done from a Linux command line using an SSH connection.

The Plesk control panel is connected to via SSL (https:// URL) on port 8443 by default.  This generally works out very well, except when I am on the road and find myself behind a restrictive firewall that only allows web connections on standard ports – port 80 for http and port 443 for https.  When this occurs, I need a way to access the server administration interface without resorting to using my 3G telephone connection.   This turns out to be a perfect opportunity for working with subdomains and Apache proxy support to transparently forward ports 80 and 443 to port 8443 on the same server.

After several hours searching with Google and reading many various proxy solutions and approaches, I discovered a posting on theBartels.de, Running Plesk on Port 443, that covered my requirements and almost worked for me.  I recommend reading the excellent information provided in the post to better understand what I have done.

Read more…

, , , , , , ,