Penguin
Annotated edit history of WebProxy version 11, including all changes. View license author blame.
Rev Author # Line
8 AristotlePagaltzis 1 A program which forwards [HTTP], [HTTPS] and [FTP] requests, often but not necessarily caching them. A caching proxy server serves requests from the [Cache] where possible, to reduce latency and bandwidth.
2 JohnMcPherson 2
8 AristotlePagaltzis 3 Proxies are also frequently used in corporate networks, where [FireWall]s often block access to [the outside world | InterNet], and only proxies are allowed to communicate with it. With a TransparentProxy, this can happen without client configuration -- a sometimes problematic scheme also employed by [ISP]s to reduce the amount of traffic crossing their external links.
2 JohnMcPherson 4
8 AristotlePagaltzis 5 Like [WebServer]s, proxies often keep access logs. These logs are useful for debugging, optimisation and maintenance tasks but can also be used to show who is doing what, when and how much it's costing.
1 PerryLorier 6
8 AristotlePagaltzis 7 See also:
8 * [Squid], a widely used [Free] caching WebProxy server
9 * ProxyServerNotes
10 AdrianKitto 10
5 StuartYeates 11 ----
6 CraigBox 12 CategoryNetworking

PHP Warning

lib/blame.php:177: Warning: Invalid argument supplied for foreach() (...repeated 2 times)