Changes between Version 10 and Version 11 of ProxyServer
- Timestamp:
- 11/07/13 05:41:32 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProxyServer
v10 v11 18 18 {{{#!div class="box" 19 19 == Basic Usage == 20 '''Beware''': to simplify these instructions, we use the {{{allow}}}[/wiki/Authentication authentication module], which does '''no''' checking whatsoever!20 '''Beware''': to simplify these instructions, we use the "{{{allow}}}" [/wiki/Authentication authentication module], which does '''no''' checking whatsoever! 21 21 22 22 To start the proxy server, simply run: … … 70 70 71 71 {{{#!div class="box" 72 == File AuthenticationExample ==72 == Detailed Example == 73 73 74 * Start a proxy server on port 443 using {{{file}}} authentication(we will call this server {{{PROXYHOST}}}):74 * Start a proxy server on port 443 using the "{{{file}}}" authentication module (we will call this server {{{PROXYHOST}}}): 75 75 {{{ 76 76 xpra proxy :100 --bind-tcp=0.0.0.0:443 --auth=file --password-file=./xpra-auth