how to configure going direct for 50 sites

From: Barry Cornelius <Barry.Cornelius@dont-contact.us>
Date: Wed, 3 Jun 1998 16:23:30 +0100 (BST)

We use two machines as parents and two machines as siblings. I want to
use these machines to get pages except for pages from about 50 sites for
which I want to go direct to the site. In the examples below, rather than
give these 50 sites, I'll just use two sites called direct1.com and
direct2.com.

There seems to be four methods of doing this. Can you please tell me
which is best. Thanks.

Method One
   Although the Squid documentation for local_domain seems to imply that
   the machine is 'local', this seems to be the easiest method to use.
   I just need to include the one line:
      local_domain direct1.com direct2.com
Method Two
   Or you could use cache_host_domain. However, the difficulty with using
   cache_host_domain is that you need to do it for each of the neighbours:
      cache_host_domain parent1.ac.uk !direct1.com !direct2.com
      cache_host_domain parent2.ac.uk !direct1.com !direct2.com
      cache_host_domain sibling1.ac.uk !direct1.com !direct2.com
      cache_host_domain sibling2.ac.uk !direct1.com !direct2.com
Method Three
   Or using a hierarchy_stoplist only requries one line:
      hierarchy_stoplist http://direct1.com http://direct2.com
Method Four
   Most of our users use browsers that can be configured to
   use an "auto proxy configuration file". So the JavaScript for
   this could be written to go DIRECT for all of the 50 sites.

I guess that Method One is best.

--
Barry Cornelius                      Telephone: (0191 or +44 191) 374 4717
User Services, Information Technology Service,            Office: 374 2892   
Science Site, University of Durham, Durham, DH1 3LE, UK      Fax: 374 7759
http://www.durham.ac.uk/~dcl0bjc       mailto:Barry.Cornelius@durham.ac.uk
Received on Wed Jun 03 1998 - 08:25:15 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:40:37 MST