Changes between Version 91 and Version 92 of FAQ
- Timestamp:
- 2013-04-25T11:28:00Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v91 v92 207 207 208 208 You can read the following section for more details: [[https://tahoe-lafs.org/trac/tahoe-lafs/wiki/Performance|Performance]]. 209 210 '''[=#Q30_authorization Q30:] How can I prevent intruders from using my Tahoe-LAFS web-interface? Even without knowing exact object caps they will be able to see stats and upload objects.''' 211 212 A: There is no such built-in authorization capability in Tahoe-LAFS. Security is based on secret object caps. 213 Meanwhile you can forbid unauthorized access to your Tahoe-LAFS WUI by using firewall (iptables, ipfw etc.) and combining it with proxy-server authorization and redirection (nginx, apache, squid etc.)