home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 2 / AUCD2.iso / internet / proxy.spk / !ProxySrvr / Config < prev    next >
Text File  |  1996-05-09  |  2KB  |  68 lines

  1. | Risc OS Proxy Server Config File
  2. | alpha release, restricted version ©Chris Audley, 1996
  3. | Tue 07th May 1996
  4.  
  5.  
  6. | Incoming http port
  7. %http.port: 8080
  8.  
  9. | Incoming telnet port
  10. %telnet.port: 8023
  11.  
  12.  
  13. | Enabled proxy servers
  14. | HTTP proxy enabled: 0=off, 1=on
  15. %http.proxy: 1
  16.  
  17. | Telnet proxy enabled: 0=off, 1=on
  18. %telnet.proxy: 1
  19.  
  20.  
  21. | Machine type
  22. %machine: Risc PC 600
  23.  
  24. | Proxy admin email address
  25. %web.admin: proxy@santaari.tcp.co.uk
  26.  
  27. | Maximum number of external requests connections
  28. | Note the number of sockets opened will be twice this
  29. %max.requests: 10
  30.  
  31. | Buffer size in bytes (The larger the buffer, the more data can be 
  32. | fetched, but the more memory is required for each connection,
  33. | 2 X max.requests X buffer.size ).
  34. %buffer.size: 1024
  35.  
  36. | Poll timing in centiseconds
  37. | How often to check for sending and receiving data
  38. | The lower this value the faster data will be transfered from the cache
  39. | But the slower the sending machine will run.
  40. | On a RiscPC 600, 25csecs still allows the serving machine to be useable
  41. | whilst sending data.
  42. | When no connections are active, the poll is set to 100csecs (once a sec)
  43. %poll.time: 20
  44.  
  45.  
  46. | Debuging info level, don't alter unless you want a full harddrive :)
  47. %debug.level: 0
  48.  
  49.  
  50. | Logging Control
  51. | Logging dir name
  52. %log.dir: <ProxyServer$Dir>.Logs
  53.  
  54. | Logging options
  55. %log.opt: 1
  56.  
  57.  
  58. | External net checking when host not found: 0=off, 1=on
  59. %ext.net.check: 1
  60.  
  61. | Host name, please change this to a local machine (I dont think my
  62. | ISP would be too impressed being pinged by loadsa people:)
  63. | Note this tries to contact the external host, so make sure
  64. | the host name really exists and your resolver can find it easily
  65. | The name ***MUST*** be in quad notation e.g  192.0.2.7
  66. %ext.net.check.host: 193.132.77.1
  67.  
  68. | End of config file