Versions Compared

Key

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

...

Code Block
titledefault
Alias /admin-media /path/to/lobber/admin-media
Alias /site-media /path/to/lobber/site-media
Info
titleMissing documentation

Documentation on how to set up Apache to handle https is missing.

Perhaps useful links for Apache SSL configuration: http://www.tc.umn.edu/~brams006/selfsign.htmlImage Added http://www.tc.umn.edu/~brams006/selfsign_ubuntu.htmlImage Added

Usual problems:

  • /path/to/lobber/logs/web.log is not writable by www-data (apache user).
  • /path/to/lobber/torrents/ is not writable by www-data (apache user).
  • /path/to/lobber/dropbox/ is not writable by www-data (apache user).
  • /path/to/lobber/db/ (if you are using sqlite) is not writable by www-data (apache user).

...