home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May - Linux Special / SU6400.E02.ISO / dosutils / exceed / USER / RXPLUGIN < prev    next >
Encoding:
Text File  |  1999-10-29  |  2.6 KB  |  63 lines

  1. # 'xrxHasFirewallProxy' specifies whether an X server firewall proxy
  2. # is running and should be used. The default value is 'false'. If it 
  3. # is set to 'true' then the Proxy Manager is searched.
  4.  
  5. RXPlugin.xrxHasFirewallProxy: false
  6.  
  7. # 'xrxInternalWebServers' specifies the web server(s) for which the
  8. # firewall proxy should NOT be used, i.e. by-passing the firewall proxy.
  9. # Its value is a comma separated list of address mask/value pairs to be 
  10. # used to filter internal web servers, based on their addresses. For
  11. # instance, the following list:
  12. #        255.255.255.0/198.112.45.0,255.255.255.0/198.112.46.0
  13. # matches the address sets: 198.112.45.* and 198.112.46.*
  14. #        0.0.0.0/0.0.0.0
  15. # matches the address sets for all web server addresses
  16. #        255.255.255.255/198.112.45.88
  17. # matches the address set of 198.112.45.88
  18. #
  19. # Note that if 'xrxInternalWebServers' is set to 0.0.0.0/0.0.0.0 then 
  20. # the firewall proxy will never be used
  21.  
  22. RXPlugin.xrxInternalWebServers:
  23.  
  24. # 'xrxFastWebServers' specifies the web server(s) for which LBX should
  25. # NOT be used. The resource value is a list of address mask/value pairs,
  26. # as described above.
  27.  
  28. RXPlugin.xrxFastWebServers:
  29.  
  30. # 'xrxTrustedWebServers' specifies the web server(s) from which remote
  31. # applications should be run as trusted clients. The default is to run
  32. # remote applications as UNTRUSTED clients. To have all remote
  33. # applications as trusted, set the address mask/value pair to:
  34. #        0.0.0.0/0.0.0.0
  35.  
  36. RXPlugin.xrxTrustedWebServers: 
  37.  
  38. # 'xrxKeepAlive' specifies whether external (non-embedded) 
  39. # applications should be kept alive when the web browser switches to 
  40. # another page. The default value is 'false' (i.e. non-embedded 
  41. # applications are terminated).
  42.  
  43. RXPlugin.xrxKeepAlive: false
  44.  
  45. # 'xrxProxyManager' specifies the address of the proxy mananger which
  46. # manages the firewall proxy. For example:
  47. #        198.112.46.2:6500 (or firestarter:6500)
  48. # identifies the Proxy Manager as running on 198.112.46.2 (or firestarter)
  49. # at port 6500. This is only relevant if 'xrxHasFirewallProxy' is set to
  50. # 'true'.
  51.  
  52. RXPlugin.xrxProxyManager: 
  53.  
  54. # 'xrxXPrinter' specifies the printer name and the X Print server address
  55. # in the form of 'printername@xprintserveraddress:0'. For example:
  56. #         hp4m@198.112.46.2:0 (or hp4m@firestarter:0)
  57. # identifies the printer name 'hp4m' located at 198.112.46.2 (or 
  58. # firestarter). If the server address is not specified (i.e. only the 
  59. # printer name is entered) then the address of the display server will be
  60. # used as the print server.
  61.  
  62. RXPlugin.xrxXPrinter:
  63.