Penguin

Differences between version 5 and revision by previous author of WebProxy.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 5 Last edited on Sunday, January 11, 2004 5:21:13 am by StuartYeates Revert
Older page: version 4 Last edited on Tuesday, September 2, 2003 2:14:02 am by AristotlePagaltzis Revert
@@ -1,9 +1,11 @@
 A program which forwards [HTTP], [HTTPS] and [FTP] requests, often but not necessarily caching them. 
  
 [Squid] is a widely used [Free] caching proxy server. 
  
-Some [ISP]s have "transparent proxies", where all web traffic gets redirected to a proxy without any knowledge (or choice) of the users. This is because in New Zealand , all international traffic incures data charges, so if the ISP can serve you a cached copy, they can save a couple of cents per megabyte. 
+Some [ISP]s have "transparent proxies", where all web traffic gets redirected to a proxy without any knowledge (or choice) of the users. This is because in NewZealand , all international traffic incures data charges, so if the ISP can serve you a cached copy, they can save a couple of cents per megabyte. 
  
 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. 
+  
+Proxies, like [WebServer]s often keep access logs. These logs are useful for debugging, optimisation and maintanance tasks but can also be used to show who is doing what, when and how much it's costing.  
  
 See also: ProxyServerNotes