home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 1 / AU_CD1.iso / internet / arcweb / !ArcWeb / PublicHTML / proxy < prev    next >
Text File  |  1995-02-04  |  3KB  |  51 lines

  1. <html><head><title>Proxying Explained</title></head><body>
  2.  
  3. <h2>What is Proxying</h2>
  4.  
  5. In terms of the World-Wide Web, a proxy server is an agent program which
  6. carries out transactions on behalf of a client (ie. <bf>ArcWeb</bf>).  The
  7. proxy server is willing to fetch documents from within certain namespaces
  8. and return them to the client.  Usually, proxies cache the documents that
  9. they have fetched to reduce network loading.  Hence, if you are in the UK
  10. and you fetch a page from the USA, it will be at least as quick to fetch it
  11. via a proxy such as that at <em>www.hensa.ac.uk</em>.  If the proxy already
  12. has a copy of the page cached, it will return it directly, otherwise it will
  13. fetch it from the source.
  14.  
  15. <h2>Proxy Namespaces</h2>
  16.  
  17. The HTTP proxy servers will always respond to http URLs.  The HENSA proxy
  18. also serves gopher, WAIS and FTP URLs.  Since only the HTTP protocol is used
  19. by the client, effectively you get these methods without requiring special
  20. software.  The Demon Internet proxy (on port 8080 of www.demon.co.uk) does
  21. not, to my knowledge, service anything other than HTTP.
  22.  
  23. <h2>Proxy Trails</h2>
  24.  
  25. It is possible, but unusual, to construct URLs containing multiple proxy
  26. servers.  Thus you specify a URL such as:
  27. <pre>http://www.demon.co.uk:8080/http://www.hensa.ac.uk/gopher://gopher.doc.ic.ac.uk
  28. </pre>
  29. which will proxy to HENSA via Demon Internet.
  30.  
  31. <h2><img src="#!arcwebtcp">Configuring ArcWebTCP</h2>
  32.  
  33. Load ArcWebTCP and click on the icon bar icon to open the configuration
  34. window.  The default state is not to proxy HTTP requests, but to proxy FTP,
  35. gopher and WAIS to www.hensa.ac.uk on port 80.  To change the proxy server,
  36. you need to know the hostname and the port number.  Enter the host name in
  37. the large box and the port number in the small box next to the protocol.  If
  38. you wish, enable HTTP proxying.  The <em>No Proxy</em> icon chooses domains
  39. which should be excluding permanently from proxying.  It is usual to set
  40. this to at least your own domain.  For me, <tt>ac.uk</tt> is sensible, as
  41. Southampton University is a SuperJANET site anyway and access to the other
  42. academic sites will probably be more efficient if done directly.
  43. <p>
  44. Finally, to save your choices permanently, click Save Choices, to cancel all
  45. changes, click Cancel, and to set the choices, but not save them to disc,
  46. click OK.
  47.  
  48. </hr></body><address><a href="http://louis.ecs.soton.ac.uk/~snb94r/">S.N.Brodie</a><br>
  49. <a href="http://www.ecs.soton.ac.uk/">Dept. Electronics & Computer Science</a><br>
  50. University of Southampton</address></html>
  51.