Versions Compared

Key

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

...

Activate some Apache modules and restart Apache, /etc/init.d/apache2 restart:

Code Block
# a2enmod shib2
# a2enmod headers
# a2enmod rewrite
# a2enmod proxy
# a2enmod proxy_http

Edit lobber/src/lobber.wsgi:

...