home *** CD-ROM | disk | FTP | other *** search
- # 'xrxHasFirewallProxy' specifies whether an X server firewall proxy
- # is running and should be used. The default value is 'false'. If it
- # is set to 'true' then the Proxy Manager is searched.
-
- RXPlugin.xrxHasFirewallProxy: false
-
- # 'xrxInternalWebServers' specifies the web server(s) for which the
- # firewall proxy should NOT be used, i.e. by-passing the firewall proxy.
- # Its value is a comma separated list of address mask/value pairs to be
- # used to filter internal web servers, based on their addresses. For
- # instance, the following list:
- # 255.255.255.0/198.112.45.0,255.255.255.0/198.112.46.0
- # matches the address sets: 198.112.45.* and 198.112.46.*
- # 0.0.0.0/0.0.0.0
- # matches the address sets for all web server addresses
- # 255.255.255.255/198.112.45.88
- # matches the address set of 198.112.45.88
- #
- # Note that if 'xrxInternalWebServers' is set to 0.0.0.0/0.0.0.0 then
- # the firewall proxy will never be used
-
- RXPlugin.xrxInternalWebServers:
-
- # 'xrxFastWebServers' specifies the web server(s) for which LBX should
- # NOT be used. The resource value is a list of address mask/value pairs,
- # as described above.
-
- RXPlugin.xrxFastWebServers:
-
- # 'xrxTrustedWebServers' specifies the web server(s) from which remote
- # applications should be run as trusted clients. The default is to run
- # remote applications as UNTRUSTED clients. To have all remote
- # applications as trusted, set the address mask/value pair to:
- # 0.0.0.0/0.0.0.0
-
- RXPlugin.xrxTrustedWebServers:
-
- # 'xrxKeepAlive' specifies whether external (non-embedded)
- # applications should be kept alive when the web browser switches to
- # another page. The default value is 'false' (i.e. non-embedded
- # applications are terminated).
-
- RXPlugin.xrxKeepAlive: false
-
- # 'xrxProxyManager' specifies the address of the proxy mananger which
- # manages the firewall proxy. For example:
- # 198.112.46.2:6500 (or firestarter:6500)
- # identifies the Proxy Manager as running on 198.112.46.2 (or firestarter)
- # at port 6500. This is only relevant if 'xrxHasFirewallProxy' is set to
- # 'true'.
-
- RXPlugin.xrxProxyManager:
-
- # 'xrxXPrinter' specifies the printer name and the X Print server address
- # in the form of 'printername@xprintserveraddress:0'. For example:
- # hp4m@198.112.46.2:0 (or hp4m@firestarter:0)
- # identifies the printer name 'hp4m' located at 198.112.46.2 (or
- # firestarter). If the server address is not specified (i.e. only the
- # printer name is entered) then the address of the display server will be
- # used as the print server.
-
- RXPlugin.xrxXPrinter:
-