| repak shawahb | |||||
| armed and hammered | |||||
blogroll |
Tue, 13 Sep 2005 At the gym today, I was ruminating on how to run both an HTTPS and an SSH server on port 443 of a machine so as to allow it to both serve secure content and function as the outside endpoint for proxy tunnels which exploit open HTTPS access and/or HTTPS Until earlier today, I'd completely forgotten about Apache's mod_proxy, a cute little module that provides basic proxy functionality from Apache. Clearly, this little honey is exactly what we want, though: a proxy server which supports Setup is extremely easy on the server side. For you debian users, make the appropriate symblinks in /etc/apache2/mods-enabled and edit /etc/apache2/mods-available/proxy.conf as appropriate. You can telnet to port 80 and verify that Now, armed with your hot new Apache build, you're ready to take on the world. The only thing left is a daemon for the client side. Mine is called sprox.pl. I decided to use a wrapper around the [ permalink | 0 comments (add one you lazy bastard!) ] |
||||