Proxy Server: Difference between revisions
From charlesreid1
(Created page with "A good writeup on using Nginx as an SSL proxy. This is a proxy that will use a self-signed certificate to handle external connections to an SSL server, then translating those...") |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
http://www.cyberciti.biz/faq/howto-linux-unix-setup-nginx-ssl-proxy/ - writeup on using Nginx as a load-balancing proxy server. Nginx is, in this case, external-facing, and caching the results of external requests. This makes it a REVERSE proxy. (Normally a proxy is used to cache the results of internal requests, i.e., a proxy server running on the internal servers and caching whatever the internal servers ask for.) This allows Nginx to accept external connections to an SSL server, then translate those requests into load-balanced internal Apache requests on port 80. | |||
[[Squid]] - info about using Squid as a proxy server. | |||
{{AnonymousBrowsingFlag}} | |||
Latest revision as of 17:02, 28 August 2015
http://www.cyberciti.biz/faq/howto-linux-unix-setup-nginx-ssl-proxy/ - writeup on using Nginx as a load-balancing proxy server. Nginx is, in this case, external-facing, and caching the results of external requests. This makes it a REVERSE proxy. (Normally a proxy is used to cache the results of internal requests, i.e., a proxy server running on the internal servers and caching whatever the internal servers ask for.) This allows Nginx to accept external connections to an SSL server, then translate those requests into load-balanced internal Apache requests on port 80.
Squid - info about using Squid as a proxy server.
| br0wsing the web an0nymously the anonymity-encryption-privacy-firewall sandwich required to successfully hide your identity and browse anonymously online.
Pi Hole Pi Hole uses a Raspberry Pi as an intermediate sinkhole for "extra" traffic, trackers, scripts, etc. The Tools Tor · Privoxy · SSH · Stunnel · OpenVPN · Proxychains
You · Your Browser · Content Filter · Traffic Encryption · Traffic Location Anonymization
|