Changes between Version 17 and Version 18 of ProxyServer
- Timestamp:
- 09/27/14 12:18:19 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProxyServer
v17 v18 83 83 }}} 84 84 85 86 {{{#!div class="box" 87 == Info and Control == 88 89 When the client requests information from the server (ie: for the session info dialog or for internal use), the requests are passed through the proxy instance to the real server just like other packets, but the response is augmented with some extra information from the proxy server. (it is prefixed to prevent any interference) 90 91 Just like any other xpra server instance, a proxy instance can be also be queried directly. Since proxy instances do not have their own display number, each proxy instance will create a socket using the process ID instead (ie: {{{:proxy-15452}}}), you can find their names using {{{xpra list}}}. 92 }}} 93 94 85 95 {{{#!div class="box" 86 96 == Detailed Example ==