Testing an MIT-wide cache to speed web access

If you visit the same web sites repeatedly, or if you visit highly-popular web sites, you may find that things speed up a lot when you try this experimental cache. The only catch is that if the service goes down, your web browser will give an error message and not retrieve any documents. So make sure you know how to turn it off before you turn it on.

Here are intructions on starting/stopping testing with various WWW browsers:

Technical details

This cache is hooked into the NLANR cache project, using software called Squid, which is faster than other web cache software. To find out why, read about the Harvest Object Cache, which Squid is based on.

Platform:	100MHz SGI Indy running IRIX 5.3
Memory:		16M cache on 64M machine
Disk:		750M cache on 1G Fujitsu M2694ES

Limited use outside of MIT

Some servers restrict access based on hostname or IP address, e.g. the servers for Publications Licensed to MIT. When you use a proxy server, the IP address the server sees is that of the proxy. For this reason, access to those servers via the proxy on squid.mit.edu is restricted to MIT.

Some servers at MIT may also have pages that are hostname or IP-restricted. For this reason, access to MIT servers is limited to those on my list of servers known to have no such restricted pages. Other access restrictions (e.g. password-based) are ok. If you know of an MIT server that should be added to this list, please let me know.

How to test it with most Unix browsers

Type this command:

setenv http_proxy http://squid.mit.edu:3128/

Add the command to your .environment if you want it every time you login.

How to stop testing it with most Unix browsers

Type this command:

unsetenv http_proxy

Remove the command from your .environment if you added it before.

How to test it with Netscape

  1. Under the Options menu, select Network Preferences...
  2. Click on Proxies.
  3. Select Manual Proxy Configuration.
  4. Click on View....
  5. For FTP, Gopher and HTTP Proxy, type squid.mit.edu with Port: 3128
  6. Click on OK.
  7. Click on OK.

How to stop testing it with Netscape

  1. Under the Options menu, select Network Preferences...
  2. Click on Proxies.
  3. Select No Proxies.
  4. Click on OK.

How to test it with IBM's WebExplorer

courtesy of Abram Dancy
  1. Under Configure, select Servers.
  2. Under Proxy Gateway, type http://squid.mit.edu:3128/
  3. Select Enable Proxy.

How to stop testing it with IBM's WebExplorer

  1. Under Configure, select Servers.
  2. Deselect Enable Proxy.

MIT CWIS Squid Project <squid@mit.edu>
Last modified: Wed Mar 5 16:02:01 EST 1997