Asking for brief explanation of reverse proxying and recommended software
Posted
by
80skeys
on Server Fault
See other posts from Server Fault
or by 80skeys
Published on 2012-06-15T19:56:56Z
Indexed on
2012/06/15
21:18 UTC
Read the original article
Hit count: 160
reverse-proxy
I need to set up a reverse proxy where the backend web server is serving https pages only. I've never set up a reverse proxy and would like a brief overview of how it works.
One of my questions is whether the proxy needs to run https also, or does simple http suffice?
Second question would be whether to use Apache, varnish, nginx, or squid. This is for an internal site for a small company, so not a lot of traffic expected. Maybe a few dozen users each day.
© Server Fault or respective owner