Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titlelobber.wsgi
sys.path.append('/path/to/lobber/src')

Create /etc/apache2/conf.d/lobber:

Code Block
titlelobber

WSGIPythonPath "/path/to/lobber:/path/to/lobber/src"
WSGIPythonHome "/path/to/lobber/env"
WSGIScriptAlias / /path/to/lobber/src/lobber.wsgi

Set up cron jobs for expiring old torrents, keys and peers.

...