Changes between Version 23 and Version 24 of ProxyServer
- Timestamp:
- 09/23/16 04:24:44 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProxyServer
v23 v24 141 141 * the new proxy process changes its uid and gid to non-root (if needed) 142 142 * the packets should now flow through between the client and the real server 143 144 Further notes: 145 * see also [ticket:1264#comment:3] for authentication between proxy and server 146 * in version 1.0, you can omit the uid and gid and the special user / group "nobody" will be used 147 * in version 1.0, you can specify the uid and gid using their names (ie: uid="joe", gid="users") 143 148 }}} 144 See also [ticket:1264#comment:3] for authentication between proxy and server.